STC is not a separate library anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-04-12 00:38:48 +00:00
parent 99953df064
commit 26ee65c723
3 changed files with 19 additions and 30 deletions

View File

@@ -108,12 +108,12 @@ if [ ! $? = 0 ]; then error 2; fi
# cd -
echo ------------------
echo cd ../../contrib/build/stc
cd ../../contrib/build/stc
$WXWIN/build/msw/.mymake $BUILD_TYPE $@
if [ ! $? = 0 ]; then error 2; fi
cd -
# echo ------------------
# echo cd ../../contrib/build/stc
# cd ../../contrib/build/stc
# $WXWIN/build/msw/.mymake $BUILD_TYPE $@
# if [ ! $? = 0 ]; then error 2; fi
# cd -
# echo ------------------

View File

@@ -92,12 +92,12 @@ REM if %? != 0 goto done
REM cd -
echo ------------------
echo cd ..\..\contrib\build\stc
cd ..\..\contrib\build\stc
call %WXWIN%\build\msw\.mymake.btm %BUILD_TYPE% %$
if %? != 0 goto done
cd -
REM echo ------------------
REM echo cd ..\..\contrib\build\stc
REM cd ..\..\contrib\build\stc
REM call %WXWIN%\build\msw\.mymake.btm %BUILD_TYPE% %$
REM if %? != 0 goto done
REM cd -
REM echo ------------------