mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 06:04:15 +01:00
DynamicAny improvements (now holds any type out-of-the-box), some refactoring and documentation improvements
This commit is contained in:
@@ -110,6 +110,12 @@ set DEBUG_SHARED=1
|
||||
set RELEASE_STATIC=1
|
||||
set RELEASE_SHARED=1)))))
|
||||
|
||||
echo Building:
|
||||
if %DEBUG_SHARED%==1 (echo debug_shared)
|
||||
if %RELEASE_SHARED%==1 (echo release_shared)
|
||||
if %DEBUG_STATIC%==1 (echo debug_static)
|
||||
if %RELEASE_STATIC%==1 (echo release_static)
|
||||
|
||||
rem root level components
|
||||
for /f %%G in ('findstr /R /V "./." components') do (
|
||||
if exist %%G (
|
||||
@@ -140,6 +146,7 @@ for /f %%G in ('findstr /R "./." components') do (
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
if "%SAMPLES%"=="no" goto :EOF
|
||||
|
||||
rem root level component samples
|
||||
|
||||
Reference in New Issue
Block a user