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-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" />
|
|
|
|
<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-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" />
|
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-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" />
|
|
|
|
<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-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" />
|
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-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-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-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-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">
|
|
|
|
<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" />
|
|
|
|
<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" />
|
|
|
|
<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">
|
|
|
|
<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" />
|
|
|
|
<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" />
|
|
|
|
<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">
|
|
|
|
<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" />
|
|
|
|
<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" />
|
|
|
|
<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">
|
|
|
|
<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" />
|
|
|
|
<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" />
|
|
|
|
<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">
|
|
|
|
<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" />
|
|
|
|
<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">
|
|
|
|
<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" />
|
|
|
|
<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">
|
|
|
|
<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" />
|
|
|
|
<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">
|
|
|
|
<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" />
|
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" />
|
|
|
|
<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="-fPIC" />
|
|
|
|
<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>
|
2016-03-10 04:57:13 +01:00
|
|
|
<Unit filename="../external/Common/aes256.cpp" />
|
2016-04-20 08:21:56 +02:00
|
|
|
<Unit filename="../external/CppFormat/format.cc" />
|
2016-05-23 21:42:49 +02:00
|
|
|
<Unit filename="../external/CppFormat/posix.cc" />
|
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" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Base/AABB.cpp" />
|
|
|
|
<Unit filename="../source/Base/AABB.hpp" />
|
2015-11-07 11:17:39 +01:00
|
|
|
<Unit filename="../source/Base/Buffer.cpp" />
|
|
|
|
<Unit filename="../source/Base/Buffer.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" />
|
|
|
|
<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-04-14 02:08:06 +02:00
|
|
|
<Unit filename="../source/Base/Stack.cpp" />
|
|
|
|
<Unit filename="../source/Base/Stack.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" />
|
2015-11-07 11:17:39 +01:00
|
|
|
<Unit filename="../source/Command.cpp" />
|
|
|
|
<Unit filename="../source/Command.hpp" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Unit filename="../source/Constants.cpp" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Core.cpp" />
|
|
|
|
<Unit filename="../source/Core.hpp" />
|
2016-05-22 05:20:38 +02:00
|
|
|
<Unit filename="../source/CoreEntity.cpp" />
|
|
|
|
<Unit filename="../source/CoreEvents.cpp" />
|
|
|
|
<Unit filename="../source/CoreUtils.cpp" />
|
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-02-23 16:48:30 +01:00
|
|
|
<Unit filename="../source/Exports.cpp" />
|
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" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Library/FileIO.cpp" />
|
|
|
|
<Unit filename="../source/Library/FileIO.hpp" />
|
|
|
|
<Unit filename="../source/Library/Format.cpp" />
|
|
|
|
<Unit filename="../source/Library/Format.hpp" />
|
|
|
|
<Unit filename="../source/Library/Math.cpp" />
|
|
|
|
<Unit filename="../source/Library/Math.hpp" />
|
|
|
|
<Unit filename="../source/Library/Numeric.cpp" />
|
|
|
|
<Unit filename="../source/Library/Numeric.hpp" />
|
2016-02-20 23:25:00 +01:00
|
|
|
<Unit filename="../source/Library/Random.cpp" />
|
|
|
|
<Unit filename="../source/Library/Random.hpp" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Unit filename="../source/Library/Shared.cpp" />
|
|
|
|
<Unit filename="../source/Library/Shared.hpp" />
|
|
|
|
<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" />
|
|
|
|
<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-05-22 05:20:38 +02:00
|
|
|
<Unit filename="../source/Library/Utils/BufferInterpreter.cpp" />
|
|
|
|
<Unit filename="../source/Library/Utils/BufferInterpreter.hpp" />
|
|
|
|
<Unit filename="../source/Library/Utils/BufferWrapper.cpp" />
|
|
|
|
<Unit filename="../source/Library/Utils/BufferWrapper.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" />
|
|
|
|
<Unit filename="../source/Misc.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" />
|
|
|
|
<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-21 08:25:46 +01:00
|
|
|
<Unit filename="../source/Routine.cpp" />
|
|
|
|
<Unit filename="../source/Routine.hpp" />
|
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" />
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|