1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 03:57:14 +01:00

Fix the paths in the sandbox project.

This commit is contained in:
Sandu Liviu Catalin 2016-06-18 10:22:13 +03:00
parent e07809cb25
commit 099c388b00

View File

@ -54,11 +54,11 @@
<Add option="-m64" />
<Add option="-g" />
<Add option="-D_DEBUG" />
<Add directory="../config/mingw32" />
<Add directory="../config/mingw64" />
</Compiler>
<Linker>
<Add option="-m64" />
<Add directory="../lib/mingw32-d" />
<Add directory="../lib/mingw64-d" />
</Linker>
</Target>
<Target title="Win64 Release Executable">
@ -72,12 +72,12 @@
<Add option="-O3" />
<Add option="-m64" />
<Add option="-DNDEBUG" />
<Add directory="../config/mingw32" />
<Add directory="../config/mingw64" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-m64" />
<Add directory="../lib/mingw32" />
<Add directory="../lib/mingw64" />
</Linker>
</Target>
<Target title="Linux32 Debug Executable">