Skip to content

Commit ecfa7d1

Browse files
committed
chore: PocoDoc configuration
1 parent 8e023bb commit ecfa7d1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: PocoDoc/cfg/mkdoc-poco.xml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
-DPOCO_NO_WINDOWS_H,
4040
-DPOCO_NO_GCC_API_ATTRIBUTE,
4141
-DPOCO_DOC,
42+
-DPOCO_SILENCE_DEPRECATED,
4243
-xc++
4344
</options>
4445
<path></path>

Diff for: PocoDoc/cfg/mkdocumentation.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
-E,
3737
-C,
3838
-DPOCO_NO_GCC_API_ATTRIBUTE,
39-
-DPOCO_DOC
39+
-DPOCO_DOC,
40+
-DPOCO_SILENCE_DEPRECATED
4041
</options>
4142
<path></path>
4243
<usePipe>true</usePipe>

Diff for: release/script/mkdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ echo "Building tools"
8686
tools=$POCO_BASE/stage/tools
8787
rm -rf $tools
8888
mkdir -p $tools
89-
mkrelease -o $tools $version CppParser PocoDoc
89+
mkrelease -o $tools $version Data Data/SQLite CppParser PocoDoc
9090

9191
cd $tools
9292
./configure --no-tests --no-samples --no-prefix

0 commit comments

Comments
 (0)