mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +01:00
66d1110733
Moved the constants in IRC module into their own source and implemented a faster method of registering them. Various other minor changes and adjustments. Some of them in order to comply with the new API distribution system.
182 lines
5.4 KiB
XML
182 lines
5.4 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="Sandbox" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gcc" />
|
|
<Build>
|
|
<Target title="Win32 Debug Executable">
|
|
<Option platforms="Windows;" />
|
|
<Option output="../bin/win32-d/sbox" prefix_auto="1" extension_auto="1" />
|
|
<Option working_dir="../bin/win32-d/" />
|
|
<Option object_output="../obj/mingw32-d/" />
|
|
<Option type="1" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-m32" />
|
|
<Add option="-g" />
|
|
<Add option="-D_DEBUG" />
|
|
<Add directory="../config/mingw32" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-m32" />
|
|
<Add directory="../lib/mingw32-d" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Win32 Release Executable">
|
|
<Option platforms="Windows;" />
|
|
<Option output="../bin/win32/sbox" prefix_auto="1" extension_auto="1" />
|
|
<Option working_dir="../bin/win32/" />
|
|
<Option object_output="../obj/mingw32/" />
|
|
<Option type="1" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-O3" />
|
|
<Add option="-m32" />
|
|
<Add option="-DNDEBUG" />
|
|
<Add directory="../config/mingw32" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
<Add option="-m32" />
|
|
<Add directory="../lib/mingw32" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Win64 Debug Executable">
|
|
<Option platforms="Windows;" />
|
|
<Option output="../bin/win64-d/sbox" prefix_auto="1" extension_auto="1" />
|
|
<Option working_dir="../bin/win64-d/" />
|
|
<Option object_output="../obj/mingw64-d/" />
|
|
<Option type="1" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-m64" />
|
|
<Add option="-g" />
|
|
<Add option="-D_DEBUG" />
|
|
<Add directory="../config/mingw64" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-m64" />
|
|
<Add directory="../lib/mingw64-d" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Win64 Release Executable">
|
|
<Option platforms="Windows;" />
|
|
<Option output="../bin/win64/sbox" prefix_auto="1" extension_auto="1" />
|
|
<Option working_dir="../bin/win64/" />
|
|
<Option object_output="../obj/mingw64/" />
|
|
<Option type="1" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-O3" />
|
|
<Add option="-m64" />
|
|
<Add option="-DNDEBUG" />
|
|
<Add directory="../config/mingw64" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
<Add option="-m64" />
|
|
<Add directory="../lib/mingw64" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Linux32 Debug Executable">
|
|
<Option platforms="Unix;" />
|
|
<Option output="../bin/linux32-d/sbox" prefix_auto="0" extension_auto="1" />
|
|
<Option working_dir="../bin/linux32-d/" />
|
|
<Option object_output="../obj/gcc32-d/" />
|
|
<Option type="1" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-m32" />
|
|
<Add option="-g" />
|
|
<Add option="-D_DEBUG" />
|
|
<Add directory="../config/gcc32" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-m32" />
|
|
<Add directory="../lib/gcc32-d" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Linux32 Release Executable">
|
|
<Option platforms="Unix;" />
|
|
<Option output="../bin/linux32/sbox" prefix_auto="0" extension_auto="1" />
|
|
<Option working_dir="../bin/linux32/" />
|
|
<Option object_output="../obj/gcc32/" />
|
|
<Option type="1" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-O3" />
|
|
<Add option="-m32" />
|
|
<Add option="-DNDEBUG" />
|
|
<Add directory="../config/gcc32" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
<Add option="-m32" />
|
|
<Add directory="../lib/gcc32" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Linux64 Debug Executable">
|
|
<Option platforms="Unix;" />
|
|
<Option output="../bin/linux64-d/sbox" prefix_auto="0" extension_auto="1" />
|
|
<Option working_dir="../bin/linux64-d/" />
|
|
<Option object_output="../obj/gcc64-d/" />
|
|
<Option type="1" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-m64" />
|
|
<Add option="-g" />
|
|
<Add option="-D_DEBUG" />
|
|
<Add directory="../config/gcc64" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-m64" />
|
|
<Add directory="../lib/gcc64-d" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Linux64 Release Executable">
|
|
<Option platforms="Unix;" />
|
|
<Option output="../bin/linux64/sbox" prefix_auto="0" extension_auto="1" />
|
|
<Option working_dir="../bin/linux64/" />
|
|
<Option object_output="../obj/gcc64/" />
|
|
<Option type="1" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-O3" />
|
|
<Add option="-m64" />
|
|
<Add option="-DNDEBUG" />
|
|
<Add directory="../config/gcc64" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
<Add option="-m64" />
|
|
<Add directory="../lib/gcc64" />
|
|
</Linker>
|
|
</Target>
|
|
</Build>
|
|
<Compiler>
|
|
<Add option="-Wextra" />
|
|
<Add option="-Wall" />
|
|
<Add option="-std=c++14" />
|
|
<Add directory="../include" />
|
|
<Add directory="../sandbox" />
|
|
<Add directory="../source" />
|
|
<Add directory="../shared" />
|
|
<Add directory="../config/common" />
|
|
<Add directory="../external/Common" />
|
|
<Add directory="../external/Hash" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add library="squirrel" />
|
|
</Linker>
|
|
<Unit filename="../sandbox/main.cpp" />
|
|
<Extensions>
|
|
<code_completion />
|
|
<envvars />
|
|
<debugger />
|
|
<lib_finder disable_auto="1" />
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|