mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 06:04:15 +01:00
Exception/ODBCException modifications to safely (SQLite ODBC tests were failing) propagate ODBC error messages up the hierarchy
SharedPtr/AutoPtr TypeHandler tests FreeTDS SQLServer tests changes from 1.3.3 Windows build scripts fixes from 1.3.3
This commit is contained in:
19
buildwin.cmd
19
buildwin.cmd
@@ -8,8 +8,12 @@ rem command-line build script for MS Visual Studio
|
||||
rem
|
||||
rem Usage:
|
||||
rem ------
|
||||
rem buildwin VS_VERSION [ACTION] [LINKMODE] [CONFIGURATION] [SAMPLES]
|
||||
rem "buildwin {71|80|90} [build|rebuild|clean] [static|shared|both] [release|debug|both] [yes|no]"
|
||||
rem buildwin VS_VERSION [ACTION] [LINKMODE] [CONFIGURATION] [SAMPLES]
|
||||
rem VS_VERSION: 71|80|90
|
||||
rem ACTION: build|rebuild|clean
|
||||
rem LINKMODE: static|shared|both
|
||||
rem CONFIG: release|debug|both
|
||||
rem SAMPLES: yes|no
|
||||
rem
|
||||
rem VS_VERSION is required argument. Default is build all.
|
||||
|
||||
@@ -188,7 +192,12 @@ goto :EOF
|
||||
:usage
|
||||
echo Usage:
|
||||
echo ------
|
||||
echo buildwin VS_VERSION [ACTION] [LINKMODE] [CONFIGURATION] [SAMPLES]
|
||||
echo "buildwin {71|80|90} [build|rebuild|clean] [static|shared|both] [release|debug|both] [yes|no]"
|
||||
|
||||
echo buildwin VS_VERSION [ACTION] [LINKMODE] [CONFIGURATION] [SAMPLES]
|
||||
echo VS_VERSION: "71|80|90"
|
||||
echo ACTION: "build|rebuild|clean"
|
||||
echo LINKMODE: "static|shared|both"
|
||||
echo CONFIG: "release|debug|both"
|
||||
echo SAMPLES: "yes|no"
|
||||
echo.
|
||||
echo Default is build all.
|
||||
endlocal
|
||||
Reference in New Issue
Block a user