2015-11-01 09:11:34 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="Module" />
|
|
|
|
<Option pch_mode="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Build>
|
|
|
|
<Target title="Win32 Debug Dynamic">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Windows;" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option output="../bin/win32-d/mod_squirrel32" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Option working_dir="../bin/win32-d/" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Option object_output="../obj/mingw32-d/" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
2016-02-20 23:25:00 +01:00
|
|
|
<Add option="-m32" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Add option="-g" />
|
|
|
|
<Add option="-D_DEBUG" />
|
|
|
|
<Add directory="../config/mingw32" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
2016-02-20 23:25:00 +01:00
|
|
|
<Add option="-m32" />
|
2019-04-30 21:28:23 +02:00
|
|
|
<Add library="Ws2_32" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Add directory="../lib/mingw32-d" />
|
2015-11-01 09:11:34 +01:00
|
|
|
</Linker>
|
2016-02-20 23:25:00 +01:00
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='cmd /c copy /Y "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)..\bin\plugins\$(TARGET_OUTPUT_BASENAME).dll"' />
|
|
|
|
</ExtraCommands>
|
2015-11-01 09:11:34 +01:00
|
|
|
</Target>
|
|
|
|
<Target title="Win32 Release Dynamic">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Windows;" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option output="../bin/win32/mod_squirrel32" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Option working_dir="../bin/win32/" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Option object_output="../obj/mingw32/" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O3" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Add option="-m32" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Add option="-DNDEBUG" />
|
|
|
|
<Add directory="../config/mingw32" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Add option="-m32" />
|
2019-04-30 21:28:23 +02:00
|
|
|
<Add library="Ws2_32" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Add directory="../lib/mingw32" />
|
|
|
|
</Linker>
|
2016-02-20 23:25:00 +01:00
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='cmd /c copy /Y "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)..\bin\plugins\$(TARGET_OUTPUT_BASENAME).dll"' />
|
|
|
|
</ExtraCommands>
|
2015-11-01 09:11:34 +01:00
|
|
|
</Target>
|
|
|
|
<Target title="Win64 Debug Dynamic">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Windows;" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option output="../bin/win64-d/mod_squirrel64" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Option working_dir="../bin/win64-d/" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Option object_output="../obj/mingw64-d/" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
2016-02-20 23:25:00 +01:00
|
|
|
<Add option="-m64" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Add option="-g" />
|
|
|
|
<Add option="-D_DEBUG" />
|
|
|
|
<Add option="-D_SQ64" />
|
|
|
|
<Add directory="../config/mingw64" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
2016-02-20 23:25:00 +01:00
|
|
|
<Add option="-m64" />
|
2019-04-30 21:28:23 +02:00
|
|
|
<Add library="Ws2_32" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Add directory="../lib/mingw64-d" />
|
2015-11-01 09:11:34 +01:00
|
|
|
</Linker>
|
2016-02-20 23:25:00 +01:00
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='cmd /c copy /Y "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)..\bin\plugins\$(TARGET_OUTPUT_BASENAME).dll"' />
|
|
|
|
</ExtraCommands>
|
2015-11-01 09:11:34 +01:00
|
|
|
</Target>
|
|
|
|
<Target title="Win64 Release Dynamic">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Windows;" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option output="../bin/win64/mod_squirrel64" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Option working_dir="../bin/win64/" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Option object_output="../obj/mingw64/" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O3" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Add option="-m64" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Add option="-DNDEBUG" />
|
|
|
|
<Add option="-D_SQ64" />
|
|
|
|
<Add directory="../config/mingw64" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Add option="-m64" />
|
2019-04-30 21:28:23 +02:00
|
|
|
<Add library="Ws2_32" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Add directory="../lib/mingw64" />
|
|
|
|
</Linker>
|
2016-02-20 23:25:00 +01:00
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='cmd /c copy /Y "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)..\bin\plugins\$(TARGET_OUTPUT_BASENAME).dll"' />
|
|
|
|
</ExtraCommands>
|
|
|
|
</Target>
|
|
|
|
<Target title="Linux32 Debug Dynamic">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Unix;" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option output="../bin/linux32-d/mod_squirrel32" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Option working_dir="../bin/linux32-d/" />
|
|
|
|
<Option object_output="../obj/gcc32-d/" />
|
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-m32" />
|
|
|
|
<Add option="-g" />
|
|
|
|
<Add option="-fPIC" />
|
|
|
|
<Add option="-D_DEBUG" />
|
|
|
|
<Add directory="../config/gcc32" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-m32" />
|
|
|
|
<Add directory="../lib/gcc32-d" />
|
|
|
|
</Linker>
|
2016-03-29 04:45:50 +02:00
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='/bin/cp -rf "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)../bin/plugins/$(TARGET_OUTPUT_BASENAME).so"' />
|
|
|
|
</ExtraCommands>
|
2016-02-20 23:25:00 +01:00
|
|
|
</Target>
|
|
|
|
<Target title="Linux32 Release Dynamic">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Unix;" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option output="../bin/linux32/mod_squirrel32" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Option working_dir="../bin/linux32/" />
|
|
|
|
<Option object_output="../obj/gcc32/" />
|
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O3" />
|
|
|
|
<Add option="-m32" />
|
|
|
|
<Add option="-fPIC" />
|
|
|
|
<Add option="-DNDEBUG" />
|
|
|
|
<Add directory="../config/gcc32" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
<Add option="-m32" />
|
|
|
|
<Add directory="../lib/gcc32" />
|
|
|
|
</Linker>
|
2016-03-29 04:45:50 +02:00
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='/bin/cp -rf "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)../bin/plugins/$(TARGET_OUTPUT_BASENAME).so"' />
|
|
|
|
</ExtraCommands>
|
2016-02-20 23:25:00 +01:00
|
|
|
</Target>
|
|
|
|
<Target title="Linux64 Debug Dynamic">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Unix;" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option output="../bin/linux64-d/mod_squirrel64" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Option working_dir="../bin/linux64-d/" />
|
|
|
|
<Option object_output="../obj/gcc64-d/" />
|
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-m64" />
|
|
|
|
<Add option="-g" />
|
|
|
|
<Add option="-fPIC" />
|
|
|
|
<Add option="-D_DEBUG" />
|
|
|
|
<Add option="-D_SQ64" />
|
|
|
|
<Add directory="../config/gcc64" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-m64" />
|
|
|
|
<Add directory="../lib/gcc64-d" />
|
|
|
|
</Linker>
|
2016-03-29 04:45:50 +02:00
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='/bin/cp -rf "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)../bin/plugins/$(TARGET_OUTPUT_BASENAME).so"' />
|
|
|
|
</ExtraCommands>
|
2016-02-20 23:25:00 +01:00
|
|
|
</Target>
|
|
|
|
<Target title="Linux64 Release Dynamic">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Unix;" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option output="../bin/linux64/mod_squirrel64" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
|
|
|
<Option working_dir="../bin/linux64/" />
|
|
|
|
<Option object_output="../obj/gcc64/" />
|
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O3" />
|
|
|
|
<Add option="-m64" />
|
|
|
|
<Add option="-fPIC" />
|
|
|
|
<Add option="-DNDEBUG" />
|
|
|
|
<Add option="-D_SQ64" />
|
|
|
|
<Add directory="../config/gcc64" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
<Add option="-m64" />
|
|
|
|
<Add directory="../lib/gcc64" />
|
|
|
|
</Linker>
|
2016-03-29 04:45:50 +02:00
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='/bin/cp -rf "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)../bin/plugins/$(TARGET_OUTPUT_BASENAME).so"' />
|
|
|
|
</ExtraCommands>
|
2016-02-27 10:57:10 +01:00
|
|
|
</Target>
|
|
|
|
<Target title="Win32 Debug Standalone">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Windows;" />
|
2016-08-25 23:10:46 +02:00
|
|
|
<Option output="../bin/win32-d/standalone/mod_squirrel32" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option working_dir="../bin/win32-d/" />
|
|
|
|
<Option object_output="../obj/mingw32-d/" />
|
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-m32" />
|
|
|
|
<Add option="-g" />
|
|
|
|
<Add option="-static-libgcc" />
|
|
|
|
<Add option="-static-libstdc++" />
|
|
|
|
<Add option="-enable-static" />
|
|
|
|
<Add option="-D_DEBUG" />
|
|
|
|
<Add directory="../config/mingw32" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-m32" />
|
|
|
|
<Add option="-static" />
|
2019-04-30 21:28:23 +02:00
|
|
|
<Add library="Ws2_32" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Add directory="../lib/mingw32-d" />
|
|
|
|
</Linker>
|
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='cmd /c copy /Y "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)..\bin\plugins\$(TARGET_OUTPUT_BASENAME).dll"' />
|
|
|
|
</ExtraCommands>
|
|
|
|
</Target>
|
|
|
|
<Target title="Win32 Release Standalone">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Windows;" />
|
2016-08-25 23:10:46 +02:00
|
|
|
<Option output="../bin/win32/standalone/mod_squirrel32" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option working_dir="../bin/win32/" />
|
|
|
|
<Option object_output="../obj/mingw32/" />
|
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O3" />
|
|
|
|
<Add option="-m32" />
|
|
|
|
<Add option="-static-libgcc" />
|
|
|
|
<Add option="-static-libstdc++" />
|
|
|
|
<Add option="-enable-static" />
|
|
|
|
<Add option="-DNDEBUG" />
|
|
|
|
<Add directory="../config/mingw32" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
<Add option="-m32" />
|
|
|
|
<Add option="-static" />
|
2019-04-30 21:28:23 +02:00
|
|
|
<Add library="Ws2_32" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Add directory="../lib/mingw32" />
|
|
|
|
</Linker>
|
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='cmd /c copy /Y "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)..\bin\plugins\$(TARGET_OUTPUT_BASENAME).dll"' />
|
|
|
|
</ExtraCommands>
|
|
|
|
</Target>
|
|
|
|
<Target title="Win64 Debug Standalone">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Windows;" />
|
2016-08-25 23:10:46 +02:00
|
|
|
<Option output="../bin/win64-d/standalone/mod_squirrel64" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option working_dir="../bin/win64-d/" />
|
|
|
|
<Option object_output="../obj/mingw64-d/" />
|
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-m64" />
|
|
|
|
<Add option="-g" />
|
|
|
|
<Add option="-static-libgcc" />
|
|
|
|
<Add option="-static-libstdc++" />
|
|
|
|
<Add option="-enable-static" />
|
|
|
|
<Add option="-D_DEBUG" />
|
|
|
|
<Add option="-D_SQ64" />
|
|
|
|
<Add directory="../config/mingw64" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-m64" />
|
|
|
|
<Add option="-static" />
|
2019-04-30 21:28:23 +02:00
|
|
|
<Add library="Ws2_32" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Add directory="../lib/mingw64-d" />
|
|
|
|
</Linker>
|
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='cmd /c copy /Y "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)..\bin\plugins\$(TARGET_OUTPUT_BASENAME).dll"' />
|
|
|
|
</ExtraCommands>
|
|
|
|
</Target>
|
|
|
|
<Target title="Win64 Release Standalone">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Windows;" />
|
2016-08-25 23:10:46 +02:00
|
|
|
<Option output="../bin/win64/standalone/mod_squirrel64" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option working_dir="../bin/win64/" />
|
|
|
|
<Option object_output="../obj/mingw64/" />
|
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O3" />
|
|
|
|
<Add option="-m64" />
|
|
|
|
<Add option="-static-libgcc" />
|
|
|
|
<Add option="-static-libstdc++" />
|
|
|
|
<Add option="-enable-static" />
|
|
|
|
<Add option="-DNDEBUG" />
|
|
|
|
<Add option="-D_SQ64" />
|
|
|
|
<Add directory="../config/mingw64" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
<Add option="-m64" />
|
|
|
|
<Add option="-static" />
|
2019-04-30 21:28:23 +02:00
|
|
|
<Add library="Ws2_32" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Add directory="../lib/mingw64" />
|
|
|
|
</Linker>
|
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='cmd /c copy /Y "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)..\bin\plugins\$(TARGET_OUTPUT_BASENAME).dll"' />
|
|
|
|
</ExtraCommands>
|
|
|
|
</Target>
|
|
|
|
<Target title="Linux32 Debug Standalone">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Unix;" />
|
2016-08-25 23:10:46 +02:00
|
|
|
<Option output="../bin/linux32-d/standalone/mod_squirrel32" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option working_dir="../bin/linux32-d/" />
|
|
|
|
<Option object_output="../obj/gcc32-d/" />
|
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-m32" />
|
|
|
|
<Add option="-g" />
|
|
|
|
<Add option="-static-libgcc" />
|
|
|
|
<Add option="-static-libstdc++" />
|
|
|
|
<Add option="-enable-static" />
|
|
|
|
<Add option="-fPIC" />
|
|
|
|
<Add option="-D_DEBUG" />
|
|
|
|
<Add directory="../config/gcc32" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-m32" />
|
|
|
|
<Add option="-Bstatic" />
|
|
|
|
<Add directory="../lib/gcc32-d" />
|
|
|
|
</Linker>
|
2016-03-29 04:45:50 +02:00
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='/bin/cp -rf "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)../bin/plugins/$(TARGET_OUTPUT_BASENAME).so"' />
|
|
|
|
</ExtraCommands>
|
2016-02-27 10:57:10 +01:00
|
|
|
</Target>
|
|
|
|
<Target title="Linux32 Release Standalone">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Unix;" />
|
2016-08-25 23:10:46 +02:00
|
|
|
<Option output="../bin/linux32/standalone/mod_squirrel32" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option working_dir="../bin/linux32/" />
|
|
|
|
<Option object_output="../obj/gcc32/" />
|
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O3" />
|
|
|
|
<Add option="-m32" />
|
|
|
|
<Add option="-static-libgcc" />
|
|
|
|
<Add option="-static-libstdc++" />
|
|
|
|
<Add option="-enable-static" />
|
|
|
|
<Add option="-fPIC" />
|
|
|
|
<Add option="-DNDEBUG" />
|
|
|
|
<Add directory="../config/gcc32" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
<Add option="-m32" />
|
|
|
|
<Add option="-Bstatic" />
|
|
|
|
<Add directory="../lib/gcc32" />
|
|
|
|
</Linker>
|
2016-03-29 04:45:50 +02:00
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='/bin/cp -rf "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)../bin/plugins/$(TARGET_OUTPUT_BASENAME).so"' />
|
|
|
|
</ExtraCommands>
|
2016-02-27 10:57:10 +01:00
|
|
|
</Target>
|
|
|
|
<Target title="Linux64 Debug Standalone">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Unix;" />
|
2016-08-25 23:10:46 +02:00
|
|
|
<Option output="../bin/linux64-d/standalone/mod_squirrel64" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Option working_dir="../bin/linux64-d/" />
|
|
|
|
<Option object_output="../obj/gcc64-d/" />
|
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-m64" />
|
|
|
|
<Add option="-g" />
|
|
|
|
<Add option="-static-libgcc" />
|
|
|
|
<Add option="-static-libstdc++" />
|
|
|
|
<Add option="-enable-static" />
|
|
|
|
<Add option="-fPIC" />
|
|
|
|
<Add option="-D_DEBUG" />
|
|
|
|
<Add option="-D_SQ64" />
|
|
|
|
<Add directory="../config/gcc64" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-m64" />
|
|
|
|
<Add option="-Bstatic" />
|
|
|
|
<Add directory="../lib/gcc64-d" />
|
|
|
|
</Linker>
|
2016-03-29 04:45:50 +02:00
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='/bin/cp -rf "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)../bin/plugins/$(TARGET_OUTPUT_BASENAME).so"' />
|
|
|
|
</ExtraCommands>
|
2016-02-27 10:57:10 +01:00
|
|
|
</Target>
|
|
|
|
<Target title="Linux64 Release Standalone">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Unix;" />
|
2016-08-25 23:10:46 +02:00
|
|
|
<Option output="../bin/linux64/standalone/mod_squirrel64" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="1" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Option working_dir="../bin/linux64/" />
|
|
|
|
<Option object_output="../obj/gcc64/" />
|
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O3" />
|
2016-08-24 00:21:27 +02:00
|
|
|
<Add option="-fPIC" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Add option="-m64" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Add option="-static-libgcc" />
|
|
|
|
<Add option="-static-libstdc++" />
|
|
|
|
<Add option="-enable-static" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Add option="-DNDEBUG" />
|
|
|
|
<Add option="-D_SQ64" />
|
|
|
|
<Add directory="../config/gcc64" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
<Add option="-m64" />
|
|
|
|
<Add option="-Bstatic" />
|
|
|
|
<Add directory="../lib/gcc64" />
|
|
|
|
</Linker>
|
2016-03-29 04:45:50 +02:00
|
|
|
<ExtraCommands>
|
|
|
|
<Add after='/bin/cp -rf "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" "$(PROJECT_DIR)../bin/plugins/$(TARGET_OUTPUT_BASENAME).so"' />
|
|
|
|
</ExtraCommands>
|
2015-11-01 09:11:34 +01:00
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Compiler>
|
2016-02-27 10:57:10 +01:00
|
|
|
<Add option="-Wextra" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Add option="-Wall" />
|
2016-03-10 04:57:13 +01:00
|
|
|
<Add option="-std=c++14" />
|
|
|
|
<Add option="-DSCRAT_USE_EXCEPTIONS" />
|
|
|
|
<Add option="-DSCRAT_USE_CXX11_OPTIMIZATIONS" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Add directory="../source" />
|
|
|
|
<Add directory="../shared" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Add directory="../include" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Add directory="../config/common" />
|
|
|
|
<Add directory="../external/Common" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Add directory="../external/Hash" />
|
2015-11-01 09:11:34 +01:00
|
|
|
</Compiler>
|
2016-02-20 23:25:00 +01:00
|
|
|
<Linker>
|
|
|
|
<Add library="squirrel" />
|
|
|
|
</Linker>
|
2017-06-16 22:31:20 +02:00
|
|
|
<Unit filename="../external/B64/decode.c">
|
|
|
|
<Option compilerVar="CC" />
|
|
|
|
</Unit>
|
|
|
|
<Unit filename="../external/B64/encode.c">
|
|
|
|
<Option compilerVar="CC" />
|
|
|
|
</Unit>
|
2016-03-10 04:57:13 +01:00
|
|
|
<Unit filename="../external/Common/aes256.cpp" />
|
2017-06-16 22:31:20 +02:00
|
|
|
<Unit filename="../external/Common/byte_order.c">
|
|
|
|
<Option compilerVar="CC" />
|
|
|
|
</Unit>
|
|
|
|
<Unit filename="../external/Common/whirlpool.c">
|
|
|
|
<Option compilerVar="CC" />
|
|
|
|
</Unit>
|
|
|
|
<Unit filename="../external/Common/whirlpool_sbox.c">
|
|
|
|
<Option compilerVar="CC" />
|
|
|
|
</Unit>
|
2016-02-22 21:00:44 +01:00
|
|
|
<Unit filename="../external/Hash/crc32.cpp" />
|
|
|
|
<Unit filename="../external/Hash/crc32.h" />
|
|
|
|
<Unit filename="../external/Hash/digest.cpp" />
|
|
|
|
<Unit filename="../external/Hash/hash.h" />
|
|
|
|
<Unit filename="../external/Hash/hmac.h" />
|
|
|
|
<Unit filename="../external/Hash/keccak.cpp" />
|
|
|
|
<Unit filename="../external/Hash/keccak.h" />
|
|
|
|
<Unit filename="../external/Hash/md5.cpp" />
|
|
|
|
<Unit filename="../external/Hash/md5.h" />
|
|
|
|
<Unit filename="../external/Hash/sha1.cpp" />
|
|
|
|
<Unit filename="../external/Hash/sha1.h" />
|
|
|
|
<Unit filename="../external/Hash/sha256.cpp" />
|
|
|
|
<Unit filename="../external/Hash/sha256.h" />
|
|
|
|
<Unit filename="../external/Hash/sha3.cpp" />
|
|
|
|
<Unit filename="../external/Hash/sha3.h" />
|
2016-06-03 20:26:19 +02:00
|
|
|
<Unit filename="../shared/Base/Buffer.cpp" />
|
|
|
|
<Unit filename="../shared/Base/Buffer.hpp" />
|
2016-06-20 15:17:03 +02:00
|
|
|
<Unit filename="../shared/Base/Plugin.cpp" />
|
2016-06-03 20:26:19 +02:00
|
|
|
<Unit filename="../shared/Base/Utility.hpp" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Base/AABB.cpp" />
|
|
|
|
<Unit filename="../source/Base/AABB.hpp" />
|
2016-06-21 08:02:44 +02:00
|
|
|
<Unit filename="../source/Base/Algo.cpp" />
|
|
|
|
<Unit filename="../source/Base/Algo.hpp" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Base/Circle.cpp" />
|
|
|
|
<Unit filename="../source/Base/Circle.hpp" />
|
|
|
|
<Unit filename="../source/Base/Color3.cpp" />
|
|
|
|
<Unit filename="../source/Base/Color3.hpp" />
|
|
|
|
<Unit filename="../source/Base/Color4.cpp" />
|
|
|
|
<Unit filename="../source/Base/Color4.hpp" />
|
|
|
|
<Unit filename="../source/Base/Quaternion.cpp" />
|
|
|
|
<Unit filename="../source/Base/Quaternion.hpp" />
|
2016-06-17 02:15:02 +02:00
|
|
|
<Unit filename="../source/Base/ScriptSrc.cpp" />
|
|
|
|
<Unit filename="../source/Base/ScriptSrc.hpp" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Base/Shared.cpp" />
|
|
|
|
<Unit filename="../source/Base/Shared.hpp" />
|
|
|
|
<Unit filename="../source/Base/Sphere.cpp" />
|
|
|
|
<Unit filename="../source/Base/Sphere.hpp" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Unit filename="../source/Base/Vector2.cpp" />
|
|
|
|
<Unit filename="../source/Base/Vector2.hpp" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Base/Vector2i.cpp" />
|
|
|
|
<Unit filename="../source/Base/Vector2i.hpp" />
|
|
|
|
<Unit filename="../source/Base/Vector3.cpp" />
|
|
|
|
<Unit filename="../source/Base/Vector3.hpp" />
|
|
|
|
<Unit filename="../source/Base/Vector4.cpp" />
|
|
|
|
<Unit filename="../source/Base/Vector4.hpp" />
|
|
|
|
<Unit filename="../source/Core.cpp" />
|
|
|
|
<Unit filename="../source/Core.hpp" />
|
2019-06-02 13:38:17 +02:00
|
|
|
<Unit filename="../source/Core/Entity.inc" />
|
|
|
|
<Unit filename="../source/Core/Events.inc" />
|
|
|
|
<Unit filename="../source/Core/Funcs.inc" />
|
|
|
|
<Unit filename="../source/Core/Inst.inc" />
|
|
|
|
<Unit filename="../source/Core/Utils.inc" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Entity/Blip.cpp" />
|
|
|
|
<Unit filename="../source/Entity/Blip.hpp" />
|
|
|
|
<Unit filename="../source/Entity/Checkpoint.cpp" />
|
|
|
|
<Unit filename="../source/Entity/Checkpoint.hpp" />
|
|
|
|
<Unit filename="../source/Entity/Keybind.cpp" />
|
|
|
|
<Unit filename="../source/Entity/Keybind.hpp" />
|
|
|
|
<Unit filename="../source/Entity/Object.cpp" />
|
|
|
|
<Unit filename="../source/Entity/Object.hpp" />
|
|
|
|
<Unit filename="../source/Entity/Pickup.cpp" />
|
|
|
|
<Unit filename="../source/Entity/Pickup.hpp" />
|
|
|
|
<Unit filename="../source/Entity/Player.cpp" />
|
|
|
|
<Unit filename="../source/Entity/Player.hpp" />
|
|
|
|
<Unit filename="../source/Entity/Vehicle.cpp" />
|
|
|
|
<Unit filename="../source/Entity/Vehicle.hpp" />
|
2016-03-25 13:28:07 +01:00
|
|
|
<Unit filename="../source/Library/Chrono.cpp" />
|
|
|
|
<Unit filename="../source/Library/Chrono.hpp" />
|
|
|
|
<Unit filename="../source/Library/Chrono/Date.cpp" />
|
|
|
|
<Unit filename="../source/Library/Chrono/Date.hpp" />
|
|
|
|
<Unit filename="../source/Library/Chrono/Datetime.cpp" />
|
|
|
|
<Unit filename="../source/Library/Chrono/Datetime.hpp" />
|
|
|
|
<Unit filename="../source/Library/Chrono/Time.cpp" />
|
|
|
|
<Unit filename="../source/Library/Chrono/Time.hpp" />
|
|
|
|
<Unit filename="../source/Library/Chrono/Timer.cpp" />
|
|
|
|
<Unit filename="../source/Library/Chrono/Timer.hpp" />
|
|
|
|
<Unit filename="../source/Library/Chrono/Timestamp.cpp" />
|
|
|
|
<Unit filename="../source/Library/Chrono/Timestamp.hpp" />
|
2016-03-10 04:57:13 +01:00
|
|
|
<Unit filename="../source/Library/Crypt.cpp" />
|
|
|
|
<Unit filename="../source/Library/Crypt.hpp" />
|
2016-05-22 05:20:38 +02:00
|
|
|
<Unit filename="../source/Library/Crypt/AES.cpp" />
|
|
|
|
<Unit filename="../source/Library/Crypt/AES.hpp" />
|
|
|
|
<Unit filename="../source/Library/Crypt/Hash.cpp" />
|
|
|
|
<Unit filename="../source/Library/Crypt/Hash.hpp" />
|
2016-05-24 17:37:34 +02:00
|
|
|
<Unit filename="../source/Library/IO.cpp" />
|
|
|
|
<Unit filename="../source/Library/IO.hpp" />
|
|
|
|
<Unit filename="../source/Library/IO/File.cpp" />
|
|
|
|
<Unit filename="../source/Library/IO/File.hpp" />
|
|
|
|
<Unit filename="../source/Library/IO/INI.cpp" />
|
|
|
|
<Unit filename="../source/Library/IO/INI.hpp" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Library/Numeric.cpp" />
|
|
|
|
<Unit filename="../source/Library/Numeric.hpp" />
|
2016-06-04 23:00:59 +02:00
|
|
|
<Unit filename="../source/Library/Numeric/LongInt.cpp" />
|
|
|
|
<Unit filename="../source/Library/Numeric/LongInt.hpp" />
|
|
|
|
<Unit filename="../source/Library/Numeric/Math.cpp" />
|
|
|
|
<Unit filename="../source/Library/Numeric/Math.hpp" />
|
|
|
|
<Unit filename="../source/Library/Numeric/Random.cpp" />
|
|
|
|
<Unit filename="../source/Library/Numeric/Random.hpp" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Library/String.cpp" />
|
|
|
|
<Unit filename="../source/Library/String.hpp" />
|
2016-05-22 05:20:38 +02:00
|
|
|
<Unit filename="../source/Library/System.cpp" />
|
|
|
|
<Unit filename="../source/Library/System.hpp" />
|
2019-08-14 03:36:45 +02:00
|
|
|
<Unit filename="../source/Library/System/Dir.cpp" />
|
|
|
|
<Unit filename="../source/Library/System/Dir.hpp" />
|
2016-05-22 05:20:38 +02:00
|
|
|
<Unit filename="../source/Library/System/Environment.cpp" />
|
|
|
|
<Unit filename="../source/Library/System/Environment.hpp" />
|
|
|
|
<Unit filename="../source/Library/System/Path.cpp" />
|
|
|
|
<Unit filename="../source/Library/System/Path.hpp" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Library/Utils.cpp" />
|
|
|
|
<Unit filename="../source/Library/Utils.hpp" />
|
2016-07-07 23:56:54 +02:00
|
|
|
<Unit filename="../source/Library/Utils/Buffer.cpp" />
|
|
|
|
<Unit filename="../source/Library/Utils/Buffer.hpp" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Logger.cpp" />
|
|
|
|
<Unit filename="../source/Logger.hpp" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Unit filename="../source/Main.cpp" />
|
2018-07-29 11:25:44 +02:00
|
|
|
<Unit filename="../source/Misc/Areas.cpp" />
|
|
|
|
<Unit filename="../source/Misc/Areas.hpp" />
|
2016-06-19 08:32:16 +02:00
|
|
|
<Unit filename="../source/Misc/Broadcast.cpp" />
|
2018-07-29 11:25:44 +02:00
|
|
|
<Unit filename="../source/Misc/Command.cpp" />
|
|
|
|
<Unit filename="../source/Misc/Command.hpp" />
|
|
|
|
<Unit filename="../source/Misc/Constants.cpp" />
|
|
|
|
<Unit filename="../source/Misc/Exports.cpp" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Misc/Functions.cpp" />
|
|
|
|
<Unit filename="../source/Misc/Functions.hpp" />
|
|
|
|
<Unit filename="../source/Misc/Model.cpp" />
|
|
|
|
<Unit filename="../source/Misc/Model.hpp" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Unit filename="../source/Misc/Player.cpp" />
|
|
|
|
<Unit filename="../source/Misc/Player.hpp" />
|
|
|
|
<Unit filename="../source/Misc/Register.cpp" />
|
2018-07-29 11:25:44 +02:00
|
|
|
<Unit filename="../source/Misc/Routine.cpp" />
|
|
|
|
<Unit filename="../source/Misc/Routine.hpp" />
|
|
|
|
<Unit filename="../source/Misc/Signal.cpp" />
|
|
|
|
<Unit filename="../source/Misc/Signal.hpp" />
|
|
|
|
<Unit filename="../source/Misc/Tasks.cpp" />
|
|
|
|
<Unit filename="../source/Misc/Tasks.hpp" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Unit filename="../source/Misc/Vehicle.cpp" />
|
|
|
|
<Unit filename="../source/Misc/Vehicle.hpp" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Misc/Weapon.cpp" />
|
|
|
|
<Unit filename="../source/Misc/Weapon.hpp" />
|
|
|
|
<Unit filename="../source/Register.cpp" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Unit filename="../source/SqBase.hpp" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Extensions>
|
|
|
|
<code_completion />
|
|
|
|
<envvars />
|
|
|
|
<debugger />
|
|
|
|
<lib_finder disable_auto="1" />
|
2019-04-30 21:28:23 +02:00
|
|
|
<fortran_project />
|
2015-11-01 09:11:34 +01:00
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|