mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-18 19:47:15 +01:00
Fix the paths in the sandbox project.
This commit is contained in:
parent
e07809cb25
commit
099c388b00
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user