1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/vendor/POCO/ProGen/progen32.bat
Sandu Liviu Catalin 4a6bfc086c Major plugin refactor and cleanup.
Switched to POCO library for unified platform/library interface.
Deprecated the external module API. It was creating more problems than solving.
Removed most built-in libraries in favor of system libraries for easier maintenance.
Cleaned and secured code with help from static analyzers.
2021-01-30 08:51:39 +02:00

49 lines
3.9 KiB
Batchfile

setlocal
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\CppUnit\CppUnit.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Foundation\Foundation.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Encodings\Encodings.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\XML\XML.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\JSON\JSON.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Util\Util.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Net\Net.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Crypto\Crypto.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\NetSSL_OpenSSL\NetSSL_OpenSSL.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\NetSSL_Win\NetSSL_Win.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Data\Data.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Data\SQLite\SQLite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Data\ODBC\ODBC.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Data\MySQL\MySQL.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Data\PostgreSQL\PostgreSQL.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Zip\Zip.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\PageCompiler\PageCompiler.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\PageCompiler\File2Page\File2Page.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\PDF\PDF.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\CppParser\CppParser.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\MongoDB\MongoDB.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Redis\Redis.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\PocoDoc\PocoDoc.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\ProGen\ProGen.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Foundation\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Encodings\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\XML\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\JSON\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Util\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Net\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Crypto\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\NetSSL_OpenSSL\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\NetSSL_Win\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Data\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Data\SQLite\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Data\ODBC\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Data\MySQL\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Data\PostgreSQL\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Zip\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\PageCompiler\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\PDF\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\CppParser\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\MongoDB\testsuite\TestSuite.progen
ProGen\bin\static_md\progen.exe /platform=Win32 %POCO_BASE%\Redis\testsuite\TestSuite.progen
endlocal