2016-02-27 10:57:29 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="Mod SQLite" />
|
|
|
|
<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:29 +01:00
|
|
|
<Option output="../bin/win32-d/mod_sqlite32" 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:29 +01:00
|
|
|
<Option output="../bin/win32/mod_sqlite32" 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:29 +01:00
|
|
|
<Option output="../bin/win64-d/mod_sqlite64" 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:29 +01:00
|
|
|
<Option output="../bin/win64/mod_sqlite64" 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:29 +01:00
|
|
|
<Option output="../bin/linux32-d/mod_sqlite32" 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:46:42 +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:29 +01:00
|
|
|
</Target>
|
|
|
|
<Target title="Linux32 Release Dynamic">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Unix;" />
|
2016-02-27 10:57:29 +01:00
|
|
|
<Option output="../bin/linux32/mod_sqlite32" 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:46:42 +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:29 +01:00
|
|
|
</Target>
|
|
|
|
<Target title="Linux64 Debug Dynamic">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Unix;" />
|
2016-02-27 10:57:29 +01:00
|
|
|
<Option output="../bin/linux64-d/mod_sqlite64" 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:46:42 +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:29 +01:00
|
|
|
</Target>
|
|
|
|
<Target title="Linux64 Release Dynamic">
|
2016-05-25 21:59:54 +02:00
|
|
|
<Option platforms="Unix;" />
|
2016-02-27 10:57:29 +01:00
|
|
|
<Option output="../bin/linux64/mod_sqlite64" 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:46:42 +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:29 +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_sqlite32" 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:29 +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_sqlite32" 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:29 +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_sqlite64" 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:29 +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_sqlite64" 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:29 +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_sqlite32" 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:29 +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:46:42 +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:29 +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_sqlite32" 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:29 +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:46:42 +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:29 +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_sqlite64" 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:29 +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:46:42 +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:29 +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_sqlite64" 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:29 +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:46:42 +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:29 +01:00
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-Wextra" />
|
|
|
|
<Add option="-Wall" />
|
2016-02-28 15:20:33 +01:00
|
|
|
<Add option="-std=c++14" />
|
2016-02-27 10:57:29 +01:00
|
|
|
<Add option="-DSQMOD_PLUGIN_API" />
|
2016-02-27 16:53:12 +01:00
|
|
|
<Add option="-DSCRAT_USE_EXCEPTIONS" />
|
2016-02-28 15:20:33 +01:00
|
|
|
<Add option="-DSCRAT_USE_CXX11_OPTIMIZATIONS" />
|
2016-08-22 21:07:45 +02:00
|
|
|
<Add option="-DSQLITE_ENABLE_FTS3" />
|
|
|
|
<Add option="-DSQLITE_ENABLE_FTS4" />
|
|
|
|
<Add option="-DSQLITE_ENABLE_FTS5" />
|
|
|
|
<Add option="-DSQLITE_ENABLE_JSON1" />
|
2016-02-27 10:57:29 +01:00
|
|
|
<Add directory="../modules/sqlite" />
|
|
|
|
<Add directory="../shared" />
|
|
|
|
<Add directory="../include" />
|
|
|
|
<Add directory="../config/common" />
|
|
|
|
</Compiler>
|
|
|
|
<Unit filename="../external/SQLite/sqlite3.c">
|
|
|
|
<Option compilerVar="CC" />
|
|
|
|
<Option compiler="gcc" use="1" buildCommand="$compiler -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare $options $includes -c $file -o $object" />
|
|
|
|
</Unit>
|
|
|
|
<Unit filename="../modules/sqlite/Column.cpp" />
|
|
|
|
<Unit filename="../modules/sqlite/Column.hpp" />
|
|
|
|
<Unit filename="../modules/sqlite/Common.cpp" />
|
|
|
|
<Unit filename="../modules/sqlite/Common.hpp" />
|
|
|
|
<Unit filename="../modules/sqlite/Connection.cpp" />
|
|
|
|
<Unit filename="../modules/sqlite/Connection.hpp" />
|
2016-06-15 22:49:25 +02:00
|
|
|
<Unit filename="../modules/sqlite/Constants.cpp" />
|
2016-06-03 20:31:00 +02:00
|
|
|
<Unit filename="../modules/sqlite/Handle/Connection.cpp" />
|
|
|
|
<Unit filename="../modules/sqlite/Handle/Connection.hpp" />
|
|
|
|
<Unit filename="../modules/sqlite/Handle/Statement.cpp" />
|
|
|
|
<Unit filename="../modules/sqlite/Handle/Statement.hpp" />
|
2016-02-27 10:57:29 +01:00
|
|
|
<Unit filename="../modules/sqlite/Module.cpp" />
|
2016-07-10 02:00:33 +02:00
|
|
|
<Unit filename="../modules/sqlite/Parameter.cpp" />
|
|
|
|
<Unit filename="../modules/sqlite/Parameter.hpp" />
|
2016-02-27 10:57:29 +01:00
|
|
|
<Unit filename="../modules/sqlite/Statement.cpp" />
|
|
|
|
<Unit filename="../modules/sqlite/Statement.hpp" />
|
2016-06-03 20:31:00 +02:00
|
|
|
<Unit filename="../modules/sqlite/Transaction.cpp" />
|
|
|
|
<Unit filename="../modules/sqlite/Transaction.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:00 +02:00
|
|
|
<Unit filename="../shared/Base/Utility.hpp" />
|
2016-02-27 10:57:29 +01:00
|
|
|
<Unit filename="../shared/SqMod.cpp" />
|
|
|
|
<Extensions>
|
|
|
|
<code_completion />
|
|
|
|
<envvars />
|
|
|
|
<debugger />
|
|
|
|
<lib_finder disable_auto="1" />
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|