Skip to content
Snippets Groups Projects
Commit bfd22453 authored by deuce's avatar deuce
Browse files

Move build options from Debug target into project.

parent 6e277d37
Branches
Tags
No related merge requests found
......@@ -14,15 +14,7 @@
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-g" />
<Add option="-DHAS_INTTYPES_H=1" />
<Add directory=".." />
<Add directory="../../xpdev" />
<Add directory="../../smblib" />
</Compiler>
<Linker>
<Add library="xpdev" />
<Add directory="../../xpdev/gcc.freebsd.lib.release" />
</Linker>
</Target>
<Target title="Release">
<Option output="gcc.freebsd.exe.release/SBBS User List" prefix_auto="1" extension_auto="1" />
......@@ -41,9 +33,15 @@
<Compiler>
<Add option="-Wall" />
<Add option="`wx-config --cflags`" />
<Add option="-DHAS_INTTYPES_H=1" />
<Add directory=".." />
<Add directory="../../xpdev" />
<Add directory="../../smblib" />
</Compiler>
<Linker>
<Add option="`wx-config --libs`" />
<Add library="xpdev" />
<Add directory="../../xpdev/gcc.freebsd.lib.release" />
</Linker>
<Unit filename="../ars.c">
<Option compilerVar="CC" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment