-cvs up -P -d
-cd \wx\inno\wxWidgets
-cvs up -P
-echo CVS update >> c:\temp.log
-
-rem add bakefile build...
-set PATH=%PATH%;C:\wx\Bakefile\src
+svn cleanup >> c:\temp.log
+svn up >> c:\temp.log
+
+rem now inno
+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
+
+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 SVN update >> c:\temp.log
+
+rem just build the formats not in the SVN to keep down the .#makefile...