diff --git a/PocoDoc/cfg/mkdoc.xml b/PocoDoc/cfg/mkdoc.xml new file mode 100644 index 000000000..52c8df75b --- /dev/null +++ b/PocoDoc/cfg/mkdoc.xml @@ -0,0 +1,135 @@ + + + + + ${PocoBuild}/*/include/Poco/*.h + ${PocoBuild}/*/include/Poco/*/*.h + ${PocoBuild}/*/include/Poco/*/*/*.h + ${PocoBuild}/*/include/Poco/*/*.h + ${PocoBuild}/*/*/include/Poco/*/*/*.h + + + *_*.h, + expat*.h, + zconf.h, + zlib.h, + Alignment.h, + QName.h, + CppUnitException.h, + Constants.h, + inffast.h, + PDF/include/*.h, + CppParser/include/*.h + + + + ${PocoBuild}/doc/*.page, + ${PocoBuild}/*/doc/*.page + ${PocoBuild}/*/*/doc/*.page + + + ${PocoBase}/PocoDoc/resources/css, + ${PocoBase}/PocoDoc/resources/js, + ${PocoBase}/PocoDoc/resources/images, + ${PocoBase}/PocoDoc/resources/index.thtml, + ${PocoBuild}/*/doc/images + + + + cl.exe + + ${Includes}, + /I${PocoBase}/openssl/include + /I${VC}/include, + /I${WDK}/shared + /I${WDK}/um + /I${WDK}/ucrt + /nologo, + /D_DEBUG, + /E, + /C, + /DPOCO_NO_GCC_API_ATTRIBUTE + /DPOCO_NO_WINDOWS_H + + ${VC}/bin + true + + + ${CXX} ${CXXFLAGS} + + ${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_WINDOWS_H + + + true + + + EN + utf-8 + POCO C++ Libraries + Applied Informatics Software Engineering GmbH and Contributors + http://pocoproject.org/ + + + + All Base Classes + All Symbols + Anonymous + Constructors + Class + Deprecated + Description + Destructor + Direct Base Classes + Enumerations + Functions +
Header
+ if and only if + Inheritance + Inherited Functions + is deprecated and should no longer be used + Known Derived Classes + Library + Member Functions + Member Summary + more... + Namespaces + Namespace + Nested Classes + Package + Packages + Package Index + See also + Struct + Symbol Index + This + Types + Variables + Contents + User Guides and Tutorials + Introduction +
+
+ + + + + c1 + warning + + + + + ConsoleChannel + %s: [%p] %t + + + +
diff --git a/build.gradle b/build.gradle index 18cf6c977..85e315ded 100644 --- a/build.gradle +++ b/build.gradle @@ -768,18 +768,18 @@ task pocoDoc(type: Exec) { if (os.windows) { environment "Path", "$rootDir\\bin;$Path" executable "PocoDoc/bin/PocoDoc.exe" - args "/config=$rootDir/PocoDoc/cfg/mkdoc-poco.xml" + args "/config=$rootDir/PocoDoc/cfg/mkdoc.xml" args "/config=$rootDir/PocoDoc/PocoDoc.ini" } if (os.linux) { environment "LD_LIBRARY_PATH", "$rootDir/lib64:$LD_LIBRARY_PATH" executable "PocoDoc/bin64/PocoDoc" - args "-config=$rootDir/PocoDoc/cfg/mkdoc-poco.xml" + args "-config=$rootDir/PocoDoc/cfg/mkdoc.xml" args "-config=$rootDir/PocoDoc/PocoDoc.ini" } if (os.macOsX) { //FIXME environment "LD_LIBRARY_PATH", "$rootDir/bin:$LD_LIBRARY_PATH" - args "-config=$rootDir/PocoDoc/cfg/mkdoc-poco.xml" + args "-config=$rootDir/PocoDoc/cfg/mkdoc.xml" args "-config=$rootDir/PocoDoc/PocoDoc.ini" } // inputs.files(tasks.getByPath(':production').outputs.files) @@ -802,7 +802,7 @@ task zipDoc(type: Zip) { def candle(VSYEAR, VERSION, target, os) { return tasks.create("Candle-${VSYEAR}-${VERSION}-${target}", Exec) { dependsOn ':pocos' - dependsOn ':pocoDoc' + //dependsOn ':pocoDoc' executable "${WiXHome}/bin/Candle.exe" workingDir "packaging/Windows/WiX" args "-arch", "${target}"