|
From: andrew7 <bd...@us...> - 2007-02-19 02:59:58
|
Update of /cvsroot/smartwin/SmartWin In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15975 Modified Files: makeSetup.bat Log Message: Version as used for RC3 Index: makeSetup.bat =================================================================== RCS file: /cvsroot/smartwin/SmartWin/makeSetup.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- makeSetup.bat 19 Feb 2007 01:19:20 -0000 1.2 +++ makeSetup.bat 19 Feb 2007 02:59:54 -0000 1.3 @@ -4,15 +4,6 @@ REM Build SmartWin++ without NANT -if not exist need_to_copy_files ( -rmdir SmartWin /S /Q -mkdir ..\relSmartWin -xcopy . ..\relSmartWin /Y /E /EXCLUDE:exclude.txt -mkdir SmartWin -xcopy ..\relSmartWin SmartWin /Y /E -) - - if not exist need_to_doc_gen ( cd doxygenIn doxygen Doxyfile @@ -24,6 +15,16 @@ ) +if not exist need_to_copy_files ( +rmdir SmartWin /S /Q +mkdir ..\relSmartWin +xcopy . ..\relSmartWin /Y /E /EXCLUDE:exclude.txt +mkdir SmartWin +xcopy ..\relSmartWin SmartWin /Y /E +) + + + if not exist need_to_Inno_setup ( cd SmartWin "\Program Files\Inno Setup 5\iscc" setup.iss |