rev 500 - trunk/bin
SVN User <[email protected]> Tue, 18 May 2004 02:47:46 -0400
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark Date: 2004-05-18 02:47:42 -0400 (Tue, 18 May 2004) New Revision: 500 Modified: trunk/bin/rel.bat Log: updated win32 release bat file Modified: trunk/bin/rel.bat =================================================================== --- trunk/bin/rel.bat 2004-05-18 05:22:17 UTC (rev 499) +++ trunk/bin/rel.bat 2004-05-18 06:47:42 UTC (rev 500) @@ -1,12 +1,17 @@ cd \prothon +del /F /S /Q win32release\Prothon\pr\test\*.* +rmdir win32release\Prothon\pr\test +del /F /S /Q win32release\Prothon\pr\tutorial\*.* +rmdir win32release\Prothon\pr\tutorial del /F /S /Q win32release\Prothon\pr\*.* rmdir win32release\Prothon\pr del /F /S /Q win32release\Prothon\*.* rmdir win32release\Prothon del /F /S /Q win32release\*.* rmdir win32release -mkdir win32release\Prothon\pr +mkdir win32release\Prothon\pr\test +mkdir win32release\Prothon\pr\tutorial copy src\release\prothon.exe win32release\Prothon @@ -24,5 +29,6 @@ copy changes.txt win32release\Prothon copy LICENSE win32release\Prothon\LICENSE.txt -copy pr\*.pr win32release\Prothon\pr +copy pr\test\*.pr win32release\Prothon\pr\test +copy pr\tutorial\*.pr win32release\Prothon\pr\tutorial