mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
fixed misplaced parentheses
This commit is contained in:
parent
5e67a04540
commit
bb6b33ac30
@ -170,7 +170,7 @@ if "%PLATFORM%"=="" (set PLATFORM_SUFFIX=) else (
|
||||
if "%PLATFORM%"=="Win32" (set PLATFORM_SUFFIX=) else (
|
||||
if "%PLATFORM%"=="x64" (set PLATFORM_SUFFIX=_x64) else (
|
||||
if "%PLATFORM%"=="WinCE" (set PLATFORM_SUFFIX=_CE) else (
|
||||
if "%PLATFORM%"=="WEC2013" (set PLATFORM_SUFFIX=_WEC2013))))
|
||||
if "%PLATFORM%"=="WEC2013" (set PLATFORM_SUFFIX=_WEC2013)))))
|
||||
|
||||
if "%PLATFORM%"=="WEC2013" (
|
||||
if "%WEC2013_PLATFORM%"=="" (
|
||||
@ -325,7 +325,6 @@ for /f %%G in ('findstr /R "." components') do (
|
||||
)
|
||||
cd "%POCO_BASE%"
|
||||
)
|
||||
)
|
||||
|
||||
goto samples
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user