rev 392 - in trunk: . bin

SVN User <[email protected]> Sun, 18 Apr 2004 13:53:29 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-04-18 13:53:26 -0400 (Sun, 18 Apr 2004)
New Revision: 392

Added:
   trunk/bin/
   trunk/bin/mark-rel-chklst.txt
   trunk/bin/msvcr71.dll
   trunk/bin/rel.bat
   trunk/bin/rel.pth
Log:


Added: trunk/bin/mark-rel-chklst.txt
===================================================================
--- trunk/bin/mark-rel-chklst.txt	2004-04-18 13:45:25 UTC (rev 391)
+++ trunk/bin/mark-rel-chklst.txt	2004-04-18 17:53:26 UTC (rev 392)
@@ -0,0 +1,15 @@
+
+Mark's Release checklist
+
+0) Check that Debug flags are off
+1) Do win32 build with VC set to release
+2) Test all pr files
+3) prepare changes.txt with NEXT build number
+4) touch prothon.h
+5) release with *** weekly build *** comment
+6) Do "release" build again with final build number
+7) build zip file and upload
+8) notify ben that release is ready for him
+9) wait for ben's ack that linux test's work and that
+   he has updated dowload section of website
+a) update news, docs, www.zip, and announcements
Added: trunk/bin/msvcr71.dll
===================================================================
(Binary files differ)


Property changes on: trunk/bin/msvcr71.dll
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/bin/rel.bat
===================================================================
--- trunk/bin/rel.bat	2004-04-18 13:45:25 UTC (rev 391)
+++ trunk/bin/rel.bat	2004-04-18 17:53:26 UTC (rev 392)
@@ -0,0 +1,28 @@
+cd \prothon
+
+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
+
+copy src\win32release\prothon.exe 					win32release\Prothon
+
+copy modules\DBM\win32release\DBM.dll 				win32release\Prothon
+copy modules\File\win32release\File.dll 			win32release\Prothon
+copy modules\OS\win32release\OS.dll 				win32release\Prothon
+rem copy modules\Prosist\win32release\Prosist.dll	win32release\Prothon
+copy modules\Re\win32release\Re.dll 				win32release\Prothon
+copy modules\SQLite\win32release\SQLite.dll 		win32release\Prothon
+
+copy bin\rel.pth 									win32release\Prothon
+copy bin\msvcr71.dll 								win32release\Prothon
+
+copy readme.txt		 								win32release\Prothon
+copy changes.txt	 								win32release\Prothon
+copy LICENSE	 									win32release\Prothon\LICENSE.txt
+
+copy pr\*.pr 										win32release\Prothon\pr
+
Added: trunk/bin/rel.pth
===================================================================
--- trunk/bin/rel.pth	2004-04-18 13:45:25 UTC (rev 391)
+++ trunk/bin/rel.pth	2004-04-18 17:53:26 UTC (rev 392)
@@ -0,0 +1,2 @@
+
+import Re,File