2016-02-27 10:57:10 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="Mod XML" />
|
|
|
|
<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_xml32" 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="-D_DEBUG" />
|
|
|
|
<Add directory="../config/mingw32" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-m32" />
|
|
|
|
<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 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_xml32" 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="-DNDEBUG" />
|
|
|
|
<Add directory="../config/mingw32" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
<Add option="-m32" />
|
|
|
|
<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 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_xml64" 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="-D_DEBUG" />
|
|
|
|
<Add option="-D_SQ64" />
|
|
|
|
<Add directory="../config/mingw64" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-m64" />
|
|
|
|
<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 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_xml64" 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="-DNDEBUG" />
|
|
|
|
<Add option="-D_SQ64" />
|
|
|
|
<Add directory="../config/mingw64" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
<Add option="-m64" />
|
|
|
|
<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 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_xml32" 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="-fPIC" />
|
|
|
|
<Add option="-D_DEBUG" />
|
|
|
|
<Add directory="../config/gcc32" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-m32" />
|
|
|
|
<Add directory="../lib/gcc32-d" />
|
|
|
|
</Linker>
|
2016-03-29 04:47:01 +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 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_xml32" 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="-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:47:01 +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 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_xml64" 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="-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:47:01 +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 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_xml64" 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:47:01 +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_xml32" 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" />
|
|
|
|
<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_xml32" 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" />
|
|
|
|
<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_xml64" 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" />
|
|
|
|
<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_xml64" 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" />
|
|
|
|
<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_xml32" 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:47:01 +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_xml32" 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:47:01 +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_xml64" 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:47:01 +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_xml64" 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/" />
|
|
|
|
<Option object_output="../obj/gcc64/" />
|
|
|
|
<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="-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:47:01 +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>
|
|
|
|
</Build>
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-Wall" />
|
2016-02-28 16:39:26 +01:00
|
|
|
<Add option="-std=c++14" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Add option="-DSQMOD_PLUGIN_API" />
|
2016-02-28 16:39:26 +01:00
|
|
|
<Add option="-DSCRAT_USE_EXCEPTIONS" />
|
|
|
|
<Add option="-DSCRAT_USE_CXX11_OPTIMIZATIONS" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Add directory="../modules/xml" />
|
|
|
|
<Add directory="../shared" />
|
|
|
|
<Add directory="../include" />
|
|
|
|
<Add directory="../config/common" />
|
|
|
|
</Compiler>
|
|
|
|
<Unit filename="../external/PUGIXML/pugixml.cpp" />
|
|
|
|
<Unit filename="../modules/xml/Attribute.cpp" />
|
|
|
|
<Unit filename="../modules/xml/Attribute.hpp" />
|
|
|
|
<Unit filename="../modules/xml/Common.cpp" />
|
|
|
|
<Unit filename="../modules/xml/Common.hpp" />
|
|
|
|
<Unit filename="../modules/xml/Document.cpp" />
|
|
|
|
<Unit filename="../modules/xml/Document.hpp" />
|
2016-06-03 20:31:34 +02:00
|
|
|
<Unit filename="../modules/xml/Handle/Document.cpp" />
|
|
|
|
<Unit filename="../modules/xml/Handle/Document.hpp" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Unit filename="../modules/xml/Module.cpp" />
|
|
|
|
<Unit filename="../modules/xml/Node.cpp" />
|
|
|
|
<Unit filename="../modules/xml/Node.hpp" />
|
|
|
|
<Unit filename="../modules/xml/Text.cpp" />
|
|
|
|
<Unit filename="../modules/xml/Text.hpp" />
|
2016-06-03 20:31:34 +02:00
|
|
|
<Unit filename="../modules/xml/Wrapper/ParseResult.cpp" />
|
|
|
|
<Unit filename="../modules/xml/Wrapper/ParseResult.hpp" />
|
|
|
|
<Unit filename="../shared/Base/Buffer.cpp" />
|
|
|
|
<Unit filename="../shared/Base/Buffer.hpp" />
|
2016-06-20 15:17:03 +02:00
|
|
|
<Unit filename="../shared/Base/Module.cpp" />
|
2016-06-03 20:31:34 +02:00
|
|
|
<Unit filename="../shared/Base/Utility.hpp" />
|
2016-02-27 10:57:10 +01:00
|
|
|
<Unit filename="../shared/SqMod.cpp" />
|
|
|
|
<Extensions>
|
|
|
|
<code_completion />
|
|
|
|
<envvars />
|
|
|
|
<debugger />
|
|
|
|
<lib_finder disable_auto="1" />
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|