mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 11:48:54 +01:00
Add Cygwin MySQL include.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
c18d3db916
commit
0b28ee9a76
@ -13,6 +13,7 @@
|
||||
expat*.h,
|
||||
zconf.h,
|
||||
zlib.h,
|
||||
XMLStreamParser.h
|
||||
</exclude>
|
||||
</files>
|
||||
<pages>
|
||||
@ -32,6 +33,7 @@
|
||||
<options>
|
||||
${Includes},
|
||||
-I/usr/local/mysql/include,
|
||||
-I/usr/include/mysql,
|
||||
-D_DEBUG,
|
||||
-E,
|
||||
-C,
|
||||
|
@ -13,6 +13,7 @@
|
||||
expat*.h,
|
||||
zconf.h,
|
||||
zlib.h,
|
||||
XMLStreamParser.h
|
||||
${PocoBuild}/Util/include/Poco/Util/Units.h
|
||||
</exclude>
|
||||
</files>
|
||||
@ -33,6 +34,7 @@
|
||||
<options>
|
||||
${Includes},
|
||||
-I/usr/local/mysql/include,
|
||||
-I/usr/include/mysql,
|
||||
-D_DEBUG,
|
||||
-E,
|
||||
-C,
|
||||
|
Loading…
Reference in New Issue
Block a user