git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44018
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
rem Uncomment the next line to set the version; used also in wxWidgets.iss
rem Uncomment the next line to set the version; used also in wxWidgets.iss
if (%WXW_VER%)==() SET WXW_VER=CVS
echo docs building for %WXW_VER%
rem This builds the docs in %WXWIN% in a number of formats
rem and a clean inno setup in a second tree
if (%WXW_VER%)==() SET WXW_VER=CVS
echo docs building for %WXW_VER%
rem This builds the docs in %WXWIN% in a number of formats
rem and a clean inno setup in a second tree
-rem it uses a number of tools nmake, gnuwin32 zip, ghostscript, MS word, cvsNT
+rem it uses a number of tools nmake, gnuwin32 zip & dos2unix, ghostscript, MS word, cvsNT
rem cvs is in the path already from CVSNT install
rem writes a log file in c:\
rem cvs is in the path already from CVSNT install
rem writes a log file in c:\
set PATH=%PATH%;C:\Program Files\gs\gs8.51\lib;C:\Program Files\gs\gs8.51\bin
echo %PATH% >> c:\temp.log
set PATH=%PATH%;C:\Program Files\gs\gs8.51\lib;C:\Program Files\gs\gs8.51\bin
echo %PATH% >> c:\temp.log
-rem update wxwidgets (holds docs) and inno (cvs wxMSW module only)
+rem update wxwidgets (holds docs) and inno (cvs wxMSW setup.exe only)
c:
cd %WXWIN%
cvs up -P -d
c:
cd %WXWIN%
cvs up -P -d
if exist include\wx\msw\setup.h del include\wx\msw\setup.h
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
+dos2unix configure
+dos2unix config.guess
+dos2unix config.sub
copy include\wx\msw\setup0.h include\wx\msw\setup.h
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
rem add bakefile build...
echo CVS update >> c:\temp.log
rem add bakefile build...