|
@@ -31,7 +31,8 @@
|
|
|
<Option type="1" />
|
|
<Option type="1" />
|
|
|
<Option compiler="gcc" />
|
|
<Option compiler="gcc" />
|
|
|
<Compiler>
|
|
<Compiler>
|
|
|
- <Add option="-O3" />
|
|
|
|
|
|
|
+ <Add option="-fomit-frame-pointer" />
|
|
|
|
|
+ <Add option="-Os" />
|
|
|
<Add option="-Wall" />
|
|
<Add option="-Wall" />
|
|
|
<Add option="-DNDEBUG=1" />
|
|
<Add option="-DNDEBUG=1" />
|
|
|
<Add option="-DWITH_FULL_DAD_EXTRAS=1" />
|
|
<Add option="-DWITH_FULL_DAD_EXTRAS=1" />
|
|
@@ -369,6 +370,7 @@
|
|
|
<Compiler>
|
|
<Compiler>
|
|
|
<Add option="-O3" />
|
|
<Add option="-O3" />
|
|
|
<Add option="-Wall" />
|
|
<Add option="-Wall" />
|
|
|
|
|
+ <Add option="-flto" />
|
|
|
<Add option="-DNDEBUG=1" />
|
|
<Add option="-DNDEBUG=1" />
|
|
|
<Add option="-DWITH_FULL_DAD_EXTRAS=1" />
|
|
<Add option="-DWITH_FULL_DAD_EXTRAS=1" />
|
|
|
<Add option="-D_SQ64=1" />
|
|
<Add option="-D_SQ64=1" />
|
|
@@ -381,6 +383,7 @@
|
|
|
</Compiler>
|
|
</Compiler>
|
|
|
<Linker>
|
|
<Linker>
|
|
|
<Add option="-s" />
|
|
<Add option="-s" />
|
|
|
|
|
+ <Add option="-flto" />
|
|
|
<Add library="pthread" />
|
|
<Add library="pthread" />
|
|
|
<Add library="rt" />
|
|
<Add library="rt" />
|
|
|
<Add library="dl" />
|
|
<Add library="dl" />
|
|
@@ -402,6 +405,7 @@
|
|
|
<Add option="-fexpensive-optimizations" />
|
|
<Add option="-fexpensive-optimizations" />
|
|
|
<Add option="-O3" />
|
|
<Add option="-O3" />
|
|
|
<Add option="-Wall" />
|
|
<Add option="-Wall" />
|
|
|
|
|
+ <Add option="-flto" />
|
|
|
<Add option="-DWITH_FLTK=1" />
|
|
<Add option="-DWITH_FLTK=1" />
|
|
|
<Add option="-DNDEBUG=1" />
|
|
<Add option="-DNDEBUG=1" />
|
|
|
<Add option="-DWITH_FULL_DAD_EXTRAS=1" />
|
|
<Add option="-DWITH_FULL_DAD_EXTRAS=1" />
|
|
@@ -419,6 +423,7 @@
|
|
|
<Add directory="../flu" />
|
|
<Add directory="../flu" />
|
|
|
</Compiler>
|
|
</Compiler>
|
|
|
<Linker>
|
|
<Linker>
|
|
|
|
|
+ <Add option="-flto" />
|
|
|
<Add library="pthread" />
|
|
<Add library="pthread" />
|
|
|
<Add library="rt" />
|
|
<Add library="rt" />
|
|
|
<Add library="dl" />
|
|
<Add library="dl" />
|
|
@@ -535,6 +540,7 @@
|
|
|
<Add option="-fexpensive-optimizations" />
|
|
<Add option="-fexpensive-optimizations" />
|
|
|
<Add option="-O3" />
|
|
<Add option="-O3" />
|
|
|
<Add option="-Wall" />
|
|
<Add option="-Wall" />
|
|
|
|
|
+ <Add option="-flto" />
|
|
|
<Add option="-DWITH_FLTK=1" />
|
|
<Add option="-DWITH_FLTK=1" />
|
|
|
<Add option="-DNDEBUG=1" />
|
|
<Add option="-DNDEBUG=1" />
|
|
|
<Add option="-DWITH_FULL_DAD_EXTRAS=1" />
|
|
<Add option="-DWITH_FULL_DAD_EXTRAS=1" />
|
|
@@ -550,6 +556,7 @@
|
|
|
<Add directory="../flu" />
|
|
<Add directory="../flu" />
|
|
|
</Compiler>
|
|
</Compiler>
|
|
|
<Linker>
|
|
<Linker>
|
|
|
|
|
+ <Add option="-flto" />
|
|
|
<Add library="pthread" />
|
|
<Add library="pthread" />
|
|
|
<Add library="rt" />
|
|
<Add library="rt" />
|
|
|
<Add library="dl" />
|
|
<Add library="dl" />
|
|
@@ -857,6 +864,66 @@
|
|
|
<Add directory="../libharu/src" />
|
|
<Add directory="../libharu/src" />
|
|
|
</Linker>
|
|
</Linker>
|
|
|
</Target>
|
|
</Target>
|
|
|
|
|
+ <Target title="Release 64bits Alone">
|
|
|
|
|
+ <Option output="bin/squilu-alone" prefix_auto="1" extension_auto="1" />
|
|
|
|
|
+ <Option object_output="obj/Release-alone/" />
|
|
|
|
|
+ <Option type="1" />
|
|
|
|
|
+ <Option compiler="gcc" />
|
|
|
|
|
+ <Option use_console_runner="0" />
|
|
|
|
|
+ <Compiler>
|
|
|
|
|
+ <Add option="-fomit-frame-pointer" />
|
|
|
|
|
+ <Add option="-Os" />
|
|
|
|
|
+ <Add option="-Wall" />
|
|
|
|
|
+ <Add option="-fno-rtti" />
|
|
|
|
|
+ <Add option="-fno-exceptions" />
|
|
|
|
|
+ <Add option="-flto" />
|
|
|
|
|
+ <Add option="-DSQUILU_ALONE=1" />
|
|
|
|
|
+ <Add option="-DNEED_SUBLATIN_C=1" />
|
|
|
|
|
+ <Add option="-DNDEBUG=1" />
|
|
|
|
|
+ <Add option="-DWITH_FULL_DAD_EXTRAS2=1" />
|
|
|
|
|
+ <Add option="-D_SQ64=1" />
|
|
|
|
|
+ <Add option="-DCONFIG_64=1" />
|
|
|
|
|
+ <Add option="-DHAS_UNIX_DOMAIN_SOCKETS=1" />
|
|
|
|
|
+ <Add option="-DUSE_SIGNAL_HANDLER=1" />
|
|
|
|
|
+ <Add option="-DWITH_MYSQL2=1" />
|
|
|
|
|
+ <Add option="-DWITH_POSTGRESQL2=1" />
|
|
|
|
|
+ </Compiler>
|
|
|
|
|
+ <Linker>
|
|
|
|
|
+ <Add option="-s" />
|
|
|
|
|
+ <Add option="-flto" />
|
|
|
|
|
+ </Linker>
|
|
|
|
|
+ </Target>
|
|
|
|
|
+ <Target title="Release 64bits dynlib">
|
|
|
|
|
+ <Option output="bin/squilu-alone" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
|
|
|
|
|
+ <Option object_output="obj/Release-alone/" />
|
|
|
|
|
+ <Option type="3" />
|
|
|
|
|
+ <Option compiler="gcc" />
|
|
|
|
|
+ <Compiler>
|
|
|
|
|
+ <Add option="-O2" />
|
|
|
|
|
+ <Add option="-Wall" />
|
|
|
|
|
+ <Add option="-fno-rtti" />
|
|
|
|
|
+ <Add option="-fno-exceptions" />
|
|
|
|
|
+ <Add option="-fPIC" />
|
|
|
|
|
+ <Add option="-shared" />
|
|
|
|
|
+ <Add option="-DSQUILU_ALONE=1" />
|
|
|
|
|
+ <Add option="-DNEED_SUBLATIN_C=1" />
|
|
|
|
|
+ <Add option="-DNDEBUG=1" />
|
|
|
|
|
+ <Add option="-DWITH_FULL_DAD_EXTRAS2=1" />
|
|
|
|
|
+ <Add option="-D_SQ64=1" />
|
|
|
|
|
+ <Add option="-DCONFIG_64=1" />
|
|
|
|
|
+ <Add option="-DHAS_UNIX_DOMAIN_SOCKETS=1" />
|
|
|
|
|
+ <Add option="-DUSE_SIGNAL_HANDLER=1" />
|
|
|
|
|
+ <Add option="-DWITH_MYSQL2=1" />
|
|
|
|
|
+ <Add option="-DWITH_POSTGRESQL2=1" />
|
|
|
|
|
+ <Add directory="../../zeromq-3.2.2/include" />
|
|
|
|
|
+ </Compiler>
|
|
|
|
|
+ <Linker>
|
|
|
|
|
+ <Add option="-s" />
|
|
|
|
|
+ <Add option="-Wl,-E" />
|
|
|
|
|
+ <Add directory="../../zeromq-3.2.2" />
|
|
|
|
|
+ <Add directory="../fltk/lib" />
|
|
|
|
|
+ </Linker>
|
|
|
|
|
+ </Target>
|
|
|
</Build>
|
|
</Build>
|
|
|
<Compiler>
|
|
<Compiler>
|
|
|
<Add option="-std=c++11" />
|
|
<Add option="-std=c++11" />
|
|
@@ -908,6 +975,7 @@
|
|
|
<Add option="-DWITH_POSTGRESQL=1" />
|
|
<Add option="-DWITH_POSTGRESQL=1" />
|
|
|
<Add option="-DWITH_LIBCLANG=1" />
|
|
<Add option="-DWITH_LIBCLANG=1" />
|
|
|
<Add option="-DWITH_MPDECIMAL=1" />
|
|
<Add option="-DWITH_MPDECIMAL=1" />
|
|
|
|
|
+ <Add option="-DSQ_USE_EASYCURL=1" />
|
|
|
<Add directory="include" />
|
|
<Add directory="include" />
|
|
|
<Add directory="sqstdlib" />
|
|
<Add directory="sqstdlib" />
|
|
|
<Add directory="../myaxtls" />
|
|
<Add directory="../myaxtls" />
|
|
@@ -923,6 +991,7 @@
|
|
|
<Add directory="../minizip" />
|
|
<Add directory="../minizip" />
|
|
|
<Add directory="../unql/src" />
|
|
<Add directory="../unql/src" />
|
|
|
<Add directory="../../../local/clang-3.6/include" />
|
|
<Add directory="../../../local/clang-3.6/include" />
|
|
|
|
|
+ <Add directory="../../../local/include" />
|
|
|
</Compiler>
|
|
</Compiler>
|
|
|
<Linker>
|
|
<Linker>
|
|
|
<Add library="m" />
|
|
<Add library="m" />
|
|
@@ -936,9 +1005,56 @@
|
|
|
<Add directory="../mpdecimal" />
|
|
<Add directory="../mpdecimal" />
|
|
|
<Add directory="../discount" />
|
|
<Add directory="../discount" />
|
|
|
<Add directory="../gumbo" />
|
|
<Add directory="../gumbo" />
|
|
|
|
|
+ <Add directory="../../../local/lib" />
|
|
|
</Linker>
|
|
</Linker>
|
|
|
- <Unit filename="../SquiLu-ext/HighResolutionTimer.cpp" />
|
|
|
|
|
- <Unit filename="../SquiLu-ext/HighResolutionTimer.h" />
|
|
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/HighResolutionTimer.cpp">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/HighResolutionTimer.h">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
<Unit filename="../SquiLu-ext/celibc.c">
|
|
<Unit filename="../SquiLu-ext/celibc.c">
|
|
|
<Option compilerVar="CC" />
|
|
<Option compilerVar="CC" />
|
|
|
<Option target="Release alone wince" />
|
|
<Option target="Release alone wince" />
|
|
@@ -952,11 +1068,79 @@
|
|
|
<Option compilerVar="CC" />
|
|
<Option compilerVar="CC" />
|
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
|
</Unit>
|
|
</Unit>
|
|
|
- <Unit filename="../SquiLu-ext/civetweb.h" />
|
|
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/civetweb.h">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
<Unit filename="../SquiLu-ext/code_mix_prep.c">
|
|
<Unit filename="../SquiLu-ext/code_mix_prep.c">
|
|
|
<Option compilerVar="CC" />
|
|
<Option compilerVar="CC" />
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/dad_utils.cpp">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
</Unit>
|
|
</Unit>
|
|
|
- <Unit filename="../SquiLu-ext/dad_utils.cpp" />
|
|
|
|
|
<Unit filename="../SquiLu-ext/dynamic_library.cpp">
|
|
<Unit filename="../SquiLu-ext/dynamic_library.cpp">
|
|
|
<Option target="Debug" />
|
|
<Option target="Debug" />
|
|
|
<Option target="Release" />
|
|
<Option target="Release" />
|
|
@@ -1001,8 +1185,54 @@
|
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
|
</Unit>
|
|
</Unit>
|
|
|
- <Unit filename="../SquiLu-ext/fpdf.cpp" />
|
|
|
|
|
- <Unit filename="../SquiLu-ext/fpdf.h" />
|
|
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/fpdf.cpp">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/fpdf.h">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
<Unit filename="../SquiLu-ext/lua_socket.cpp">
|
|
<Unit filename="../SquiLu-ext/lua_socket.cpp">
|
|
|
<Option target="Debug" />
|
|
<Option target="Debug" />
|
|
|
<Option target="Release" />
|
|
<Option target="Release" />
|
|
@@ -1205,11 +1435,57 @@
|
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
|
</Unit>
|
|
</Unit>
|
|
|
- <Unit filename="../SquiLu-ext/sq_dns_sd.cpp" />
|
|
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/sq_dns_sd.cpp">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
<Unit filename="../SquiLu-ext/sq_fastcgi.cpp">
|
|
<Unit filename="../SquiLu-ext/sq_fastcgi.cpp">
|
|
|
<Option target="<{~None~}>" />
|
|
<Option target="<{~None~}>" />
|
|
|
</Unit>
|
|
</Unit>
|
|
|
- <Unit filename="../SquiLu-ext/sq_ffi.cpp" />
|
|
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/sq_ffi.cpp">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
<Unit filename="../SquiLu-ext/sq_fltk.cpp">
|
|
<Unit filename="../SquiLu-ext/sq_fltk.cpp">
|
|
|
<Option target="Debug" />
|
|
<Option target="Debug" />
|
|
|
<Option target="Release" />
|
|
<Option target="Release" />
|
|
@@ -1232,7 +1508,30 @@
|
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
|
</Unit>
|
|
</Unit>
|
|
|
- <Unit filename="../SquiLu-ext/sq_fpdf.cpp" />
|
|
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/sq_fpdf.cpp">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
<Unit filename="../SquiLu-ext/sq_fs.c">
|
|
<Unit filename="../SquiLu-ext/sq_fs.c">
|
|
|
<Option compilerVar="CC" />
|
|
<Option compilerVar="CC" />
|
|
|
<Option target="Debug" />
|
|
<Option target="Debug" />
|
|
@@ -1256,8 +1555,78 @@
|
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
|
</Unit>
|
|
</Unit>
|
|
|
- <Unit filename="../SquiLu-ext/sq_gumbo.cpp" />
|
|
|
|
|
- <Unit filename="../SquiLu-ext/sq_libclang.cpp" />
|
|
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/sq_gumbo.cpp">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/sq_libclang.cpp">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/sq_libcurl.cpp">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
<Unit filename="../SquiLu-ext/sq_markdown.cpp">
|
|
<Unit filename="../SquiLu-ext/sq_markdown.cpp">
|
|
|
<Option target="Debug" />
|
|
<Option target="Debug" />
|
|
|
<Option target="Release" />
|
|
<Option target="Release" />
|
|
@@ -1323,9 +1692,54 @@
|
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
|
</Unit>
|
|
</Unit>
|
|
|
- <Unit filename="../SquiLu-ext/sq_mysql.cpp" />
|
|
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/sq_mysql.cpp">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
<Unit filename="../SquiLu-ext/sq_openssl.cpp">
|
|
<Unit filename="../SquiLu-ext/sq_openssl.cpp">
|
|
|
<Option compilerVar="CC" />
|
|
<Option compilerVar="CC" />
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
</Unit>
|
|
</Unit>
|
|
|
<Unit filename="../SquiLu-ext/sq_parsecsv.cpp">
|
|
<Unit filename="../SquiLu-ext/sq_parsecsv.cpp">
|
|
|
<Option target="Debug" />
|
|
<Option target="Debug" />
|
|
@@ -1458,7 +1872,30 @@
|
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
|
</Unit>
|
|
</Unit>
|
|
|
- <Unit filename="../SquiLu-ext/sq_sqlite3.h" />
|
|
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/sq_sqlite3.h">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
<Unit filename="../SquiLu-ext/sq_sys.cpp">
|
|
<Unit filename="../SquiLu-ext/sq_sys.cpp">
|
|
|
<Option target="<{~None~}>" />
|
|
<Option target="<{~None~}>" />
|
|
|
</Unit>
|
|
</Unit>
|
|
@@ -1484,7 +1921,30 @@
|
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
|
</Unit>
|
|
</Unit>
|
|
|
- <Unit filename="../SquiLu-ext/sq_unql.cpp" />
|
|
|
|
|
|
|
+ <Unit filename="../SquiLu-ext/sq_unql.cpp">
|
|
|
|
|
+ <Option target="Debug" />
|
|
|
|
|
+ <Option target="Release" />
|
|
|
|
|
+ <Option target="Release clang" />
|
|
|
|
|
+ <Option target="Release win32" />
|
|
|
|
|
+ <Option target="Release FLTK" />
|
|
|
|
|
+ <Option target="Debug FLTK" />
|
|
|
|
|
+ <Option target="Release FLTK win32" />
|
|
|
|
|
+ <Option target="Release FLTK win32 no console" />
|
|
|
|
|
+ <Option target="Release alone" />
|
|
|
|
|
+ <Option target="Release alone wince" />
|
|
|
|
|
+ <Option target="Release wince" />
|
|
|
|
|
+ <Option target="Release 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug 64bits" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Lib" />
|
|
|
|
|
+ <Option target="Release FLTK 64bits Computed Gotos" />
|
|
|
|
|
+ <Option target="Release 64bits static Library" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Debug FLTK 64bits asan" />
|
|
|
|
|
+ <Option target="Debug 64bits static Library" />
|
|
|
|
|
+ <Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ </Unit>
|
|
|
<Unit filename="../SquiLu-ext/sq_zlib.cpp">
|
|
<Unit filename="../SquiLu-ext/sq_zlib.cpp">
|
|
|
<Option target="Debug" />
|
|
<Option target="Debug" />
|
|
|
<Option target="Release" />
|
|
<Option target="Release" />
|
|
@@ -1698,6 +2158,7 @@
|
|
|
<Option target="Debug FLTK 64bits asan" />
|
|
<Option target="Debug FLTK 64bits asan" />
|
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
<Option target="AST Debug FLTK 64bits" />
|
|
|
|
|
+ <Option target="Release 64bits Alone" />
|
|
|
</Unit>
|
|
</Unit>
|
|
|
<Unit filename="sqstdlib/sqstdaux.cpp" />
|
|
<Unit filename="sqstdlib/sqstdaux.cpp" />
|
|
|
<Unit filename="sqstdlib/sqstdblob.cpp" />
|
|
<Unit filename="sqstdlib/sqstdblob.cpp" />
|
|
@@ -1742,6 +2203,8 @@
|
|
|
<Option target="Debug FLTK 64bits asan" />
|
|
<Option target="Debug FLTK 64bits asan" />
|
|
|
<Option target="Debug 64bits static Library" />
|
|
<Option target="Debug 64bits static Library" />
|
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
<Option target="Temp Code FLTK 64bits" />
|
|
|
|
|
+ <Option target="Release 64bits Alone" />
|
|
|
|
|
+ <Option target="Release 64bits dynlib" />
|
|
|
</Unit>
|
|
</Unit>
|
|
|
<Unit filename="squirrel/sqcompiler.h" />
|
|
<Unit filename="squirrel/sqcompiler.h" />
|
|
|
<Unit filename="squirrel/sqcompiler2.cpp">
|
|
<Unit filename="squirrel/sqcompiler2.cpp">
|