You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
git-svn-id: svn+ssh://svn.eu/Dev/importfromcvs/trunk@99600 936e1b1b-40f2-da11-902a-00137254ae57
14 lines
259 B
Plaintext
Executable File
14 lines
259 B
Plaintext
Executable File
with "../kernel/kernel";
|
|
with "../shared";
|
|
with "../prj_editor/prj_editor";
|
|
|
|
project Cpp_Module is
|
|
|
|
for Source_Dirs use ("src");
|
|
for Object_Dir use "obj";
|
|
|
|
package Compiler renames Shared.Compiler;
|
|
package IDE renames Shared.IDE;
|
|
|
|
end Cpp_Module;
|