]> git.saurik.com Git - wxWidgets.git/blobdiff - build/script/win_docs.bat
don't show the currently hidden frame if Iconize() is called (see #10426)
[wxWidgets.git] / build / script / win_docs.bat
index a454abffd5295bac2d2dce910a9fa9e1c29bc698..b13245b763a3667f1f3eaa5a8877f62d4a50ba41 100644 (file)
@@ -1,6 +1,6 @@
 rem Uncomment the next line to set the version; used also in wxWidgets.iss
 rem SET WXW_VER=2.9.0
 rem Uncomment the next line to set the version; used also in wxWidgets.iss
 rem SET WXW_VER=2.9.0
-if (%WXW_VER%)==() SET WXW_VER=CVS
+if (%WXW_VER%)==() SET WXW_VER=SVN
 
 echo docs building for %WXW_VER%
 
 
 echo docs building for %WXW_VER%
 
@@ -16,7 +16,7 @@ set WXWIN=c:\wx\wxWidgets
 set DAILY=c:\daily
 
 rem svn already in my path...
 set DAILY=c:\daily
 
 rem svn already in my path...
-set PATH=%PATH%;C:\wx\oldcvs\wxw26b\utils\tex2rtf\src\vc_based;c:\wx\Gnu\bin;c:\progra~1\htmlhe~1;C:\PROGRA~1\INNOSE~1
+set PATH=%PATH%;C:\wx\WXWIDG~1.0\utils\tex2rtf\src\vc_based;c:\wx\Gnu\bin;c:\progra~1\htmlhe~1;C:\PROGRA~1\INNOSE~1
 set PATH=%PATH%;C:\Program Files\gs\gs8.51\lib;C:\Program Files\gs\gs8.51\bin
 rem add nmake to the path to build the docs
 call  \vc6
 set PATH=%PATH%;C:\Program Files\gs\gs8.51\lib;C:\Program Files\gs\gs8.51\bin
 rem add nmake to the path to build the docs
 call  \vc6
@@ -30,24 +30,25 @@ SET >>  c:\temp.log
 rem update wxwidgets (holds docs) and inno (cvs wxMSW setup.exe only)
 c:
 cd %WXWIN%
 rem update wxwidgets (holds docs) and inno (cvs wxMSW setup.exe only)
 c:
 cd %WXWIN%
-svn cleanup
-svn up 
+svn cleanup >>  c:\temp.log
+svn up >>  c:\temp.log
 
 rem now inno
 
 rem now inno
-cd \wx\inno\wxWidgets
+cd \wx\inno\wxWidgets >>  c:\temp.log
+svn cleanup >>  c:\temp.log
+svn up >>  c:\temp.log
 del c*.*
 if exist include\wx\msw\setup.h del include\wx\msw\setup.h
 if exist include\wx\univ\setup.h del include\wx\univ\setup.h
 del c*.*
 if exist include\wx\msw\setup.h del include\wx\msw\setup.h
 if exist include\wx\univ\setup.h del include\wx\univ\setup.h
-svn cleanup
-svn up 
+
 dos2unix configure
 dos2unix config.guess
 dos2unix config.sub
 copy include\wx\msw\setup0.h include\wx\msw\setup.h
 copy include\wx\univ\setup0.h include\wx\univ\setup.h
 dos2unix configure
 dos2unix config.guess
 dos2unix config.sub
 copy include\wx\msw\setup0.h include\wx\msw\setup.h
 copy include\wx\univ\setup0.h include\wx\univ\setup.h
-echo CVS update  >>  c:\temp.log
+echo SVN update  >>  c:\temp.log
 
 
-rem just build the formats not in the CVS to keep down the .#makefile...
+rem just build the formats not in the SVN to keep down the .#makefile...
 cd \wx\inno\wxWidgets\build\bakefiles
 del .bakefile_gen.state
 bakefile_gen -f dmars,dmars_smake,msevc4prj >> c:\temp.log
 cd \wx\inno\wxWidgets\build\bakefiles
 del .bakefile_gen.state
 bakefile_gen -f dmars,dmars_smake,msevc4prj >> c:\temp.log