You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
16 lines
283 B
Plaintext
16 lines
283 B
Plaintext
|
|
with "../kernel/kernel";
|
|
with "../aliases/aliases";
|
|
with "../widgets/widgets";
|
|
with "../shared";
|
|
with "../prj_editor/prj_editor";
|
|
|
|
project Custom is
|
|
|
|
for Source_Dirs use ("src");
|
|
for Object_Dir use Shared'Object_Dir;
|
|
|
|
package Compiler renames Shared.Compiler;
|
|
|
|
end Custom;
|