diff options
Diffstat (limited to 'textproc/xml_ez_out/files/xezo_bld.gpr')
-rw-r--r-- | textproc/xml_ez_out/files/xezo_bld.gpr | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/textproc/xml_ez_out/files/xezo_bld.gpr b/textproc/xml_ez_out/files/xezo_bld.gpr deleted file mode 100644 index a9a9c409cdd5..000000000000 --- a/textproc/xml_ez_out/files/xezo_bld.gpr +++ /dev/null @@ -1,14 +0,0 @@ -project XEZO_Bld is - - for Languages use ("ada"); - for Source_Dirs use ("mckae"); - for Object_Dir use "obj"; - for Library_Name use "xml_ez_out"; - for Library_Dir use "lib"; - for Library_Kind use "static"; - - package Builder is - for Default_Switches ("ada") use ("-gnatf", "-gnatws", "-O2"); - end Builder; - -end XEZO_Bld; |