chore: PocoDoc configuration

This commit is contained in:
Günter Obiltschnig 2024-12-01 11:27:01 +01:00
parent 8e023bbd45
commit ecfa7d1d7b
3 changed files with 4 additions and 2 deletions

View File

@ -39,6 +39,7 @@
-DPOCO_NO_WINDOWS_H,
-DPOCO_NO_GCC_API_ATTRIBUTE,
-DPOCO_DOC,
-DPOCO_SILENCE_DEPRECATED,
-xc++
</options>
<path></path>

View File

@ -36,7 +36,8 @@
-E,
-C,
-DPOCO_NO_GCC_API_ATTRIBUTE,
-DPOCO_DOC
-DPOCO_DOC,
-DPOCO_SILENCE_DEPRECATED
</options>
<path></path>
<usePipe>true</usePipe>

View File

@ -86,7 +86,7 @@ echo "Building tools"
tools=$POCO_BASE/stage/tools
rm -rf $tools
mkdir -p $tools
mkrelease -o $tools $version CppParser PocoDoc
mkrelease -o $tools $version Data Data/SQLite CppParser PocoDoc
cd $tools
./configure --no-tests --no-samples --no-prefix