mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
Use Gradle_4.6
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
This commit is contained in:
parent
499c573445
commit
447cd1b8c2
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -6,3 +6,5 @@
|
||||
[submodule "gradle"]
|
||||
path = gradle
|
||||
url = https://github.com/pocoproject/gradle
|
||||
branch = Gradle_4.6
|
||||
|
@ -19,7 +19,9 @@
|
||||
Constants.h,
|
||||
inffast.h,
|
||||
PDF/include/*.h,
|
||||
CppParser/include/*.h
|
||||
CppParser/include/*.h,
|
||||
Data/include/*.h
|
||||
Data/*/include/*.h
|
||||
</exclude>
|
||||
</files>
|
||||
<pages>
|
||||
@ -40,7 +42,7 @@
|
||||
<options>
|
||||
${Includes},
|
||||
/I${PocoBase}/openssl/include
|
||||
/I${VC}/include,
|
||||
/I${VCH}/include,
|
||||
/I${WDK}/shared
|
||||
/I${WDK}/um
|
||||
/I${WDK}/ucrt
|
||||
@ -49,9 +51,8 @@
|
||||
/E,
|
||||
/C,
|
||||
/DPOCO_NO_GCC_API_ATTRIBUTE
|
||||
/DPOCO_NO_WINDOWS_H
|
||||
</options>
|
||||
<path>${VC}/bin</path>
|
||||
<path>${CLP}</path>
|
||||
<usePipe>true</usePipe>
|
||||
</windows>
|
||||
<unix>
|
||||
|
Loading…
Reference in New Issue
Block a user