(+) Keep build directories
This commit is contained in:
parent
86d2cad0e7
commit
a6c9c5833e
4 changed files with 14 additions and 0 deletions
0
build/executables/.keep
Normal file
0
build/executables/.keep
Normal file
0
build/library/.keep
Normal file
0
build/library/.keep
Normal file
0
build/objects/.keep
Normal file
0
build/objects/.keep
Normal file
14
encodings.gpr
Normal file
14
encodings.gpr
Normal file
|
@ -0,0 +1,14 @@
|
|||
project Encodings is
|
||||
for Source_Dirs use ("source");
|
||||
for Object_Dir use "build/objects";
|
||||
for Library_Dir use "build/library";
|
||||
for Library_Name use "encodings";
|
||||
for Library_Kind use "static";
|
||||
package Builder is
|
||||
for Default_Switches("Ada") use (
|
||||
"-gnato",
|
||||
"-O2",
|
||||
"-gnatW8"
|
||||
);
|
||||
end Builder;
|
||||
end Encodings;
|
Loading…
Reference in a new issue