mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-05-01 00:07:19 +02:00
Update libraries and make it build on windows.
Still gets some warnings because compilers have changed. But should work.
This commit is contained in:
+21
-6
@@ -9,10 +9,20 @@
|
||||
${PocoBuild}/*/*/include/Poco/*/*/*.h
|
||||
</include>
|
||||
<exclude>
|
||||
*_*.h,
|
||||
expat*.h,
|
||||
zconf.h,
|
||||
zlib.h,
|
||||
*_POSIX.h
|
||||
*_STD.h
|
||||
*_UNIX.h
|
||||
*_DEC.h
|
||||
*_SUN.h
|
||||
*_HPUX.h
|
||||
*_VX.h
|
||||
*_Android.h
|
||||
*_QNX.h
|
||||
*_UNIXODBC.h
|
||||
*_DUMMY.h
|
||||
*_C99.h
|
||||
*_WIN32.h
|
||||
${PocoBuild}/Util/include/Poco/Util/Units.h
|
||||
</exclude>
|
||||
</files>
|
||||
<pages>
|
||||
@@ -31,13 +41,18 @@
|
||||
<exec>g++</exec>
|
||||
<options>
|
||||
${Includes},
|
||||
-I${PocoBase}/Data/src,
|
||||
-I/usr/local/ssl/include,
|
||||
-I/usr/local/mysql/include,
|
||||
-I/usr/include/mysql,
|
||||
-I/usr/include/postgresql,
|
||||
-D_DEBUG,
|
||||
-E,
|
||||
-C,
|
||||
-DPOCO_NO_WINDOWS_H,
|
||||
-DPOCO_NO_WINDOWS_H,
|
||||
-DPOCO_NO_GCC_API_ATTRIBUTE,
|
||||
-DPOCO_DOC,
|
||||
-DPOCO_SILENCE_DEPRECATED,
|
||||
-xc++
|
||||
</options>
|
||||
<path></path>
|
||||
@@ -95,7 +110,7 @@
|
||||
<loggers>
|
||||
<root>
|
||||
<channel>c1</channel>
|
||||
<level>warning</level>
|
||||
<level>debug</level>
|
||||
</root>
|
||||
</loggers>
|
||||
<channels>
|
||||
|
||||
+17
-5
@@ -9,10 +9,19 @@
|
||||
${PocoBuild}/*/*/include/Poco/*/*/*.h
|
||||
</include>
|
||||
<exclude>
|
||||
*_*.h,
|
||||
expat*.h,
|
||||
zconf.h,
|
||||
zlib.h,
|
||||
*_POSIX.h
|
||||
*_STD.h
|
||||
*_UNIX.h
|
||||
*_DEC.h
|
||||
*_SUN.h
|
||||
*_HPUX.h
|
||||
*_VX.h
|
||||
*_Android.h
|
||||
*_QNX.h
|
||||
*_UNIXODBC.h
|
||||
*_DUMMY.h
|
||||
*_C99.h
|
||||
*_WIN32.h
|
||||
${PocoBuild}/Util/include/Poco/Util/Units.h
|
||||
</exclude>
|
||||
</files>
|
||||
@@ -34,10 +43,13 @@
|
||||
${Includes},
|
||||
-I/usr/local/mysql/include,
|
||||
-I/usr/include/mysql,
|
||||
-I/usr/include/postgresql,
|
||||
-D_DEBUG,
|
||||
-E,
|
||||
-C,
|
||||
-DPOCO_NO_GCC_API_ATTRIBUTE
|
||||
-DPOCO_NO_GCC_API_ATTRIBUTE,
|
||||
-DPOCO_DOC,
|
||||
-DPOCO_SILENCE_DEPRECATED
|
||||
</options>
|
||||
<path></path>
|
||||
<usePipe>true</usePipe>
|
||||
|
||||
Reference in New Issue
Block a user