rev 686 - trunk/bin

SVN User <[email protected]> Thu, 01 Jul 2004 14:45:14 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-07-01 14:45:10 -0400 (Thu, 01 Jul 2004)
New Revision: 686

Modified:
   trunk/bin/rel.bat
Log:
switched win32 release to debug binaries

Modified: trunk/bin/rel.bat
===================================================================
--- trunk/bin/rel.bat	2004-07-01 05:44:39 UTC (rev 685)
+++ trunk/bin/rel.bat	2004-07-01 18:45:10 UTC (rev 686)
@@ -13,14 +13,14 @@
 mkdir win32\Prothon\pr\test
 mkdir win32\Prothon\pr\tutorial
 
-copy src\release\prothon.exe 					win32\Prothon
+copy src\debug\prothon.exe 						win32\Prothon
 
-copy modules\DBM\release\DBM.dll 				win32\Prothon
-copy modules\File\release\File.dll 				win32\Prothon
-copy modules\OS\release\OS.dll 					win32\Prothon
-copy modules\Prosist\release\Prosist.dll		win32\Prothon
-copy modules\Re\release\Re.dll 					win32\Prothon
-copy modules\SQLite\release\SQLite.dll 			win32\Prothon
+copy modules\DBM\debug\DBM.dll 					win32\Prothon
+copy modules\File\debug\File.dll 				win32\Prothon
+copy modules\OS\debug\OS.dll 					win32\Prothon
+copy modules\Prosist\debug\Prosist.dll			win32\Prothon
+copy modules\Re\debug\Re.dll 					win32\Prothon
+copy modules\SQLite\debug\SQLite.dll 			win32\Prothon
 
 copy bin\rel.pth 								win32\Prothon
 copy bin\msvcr71.dll 							win32\Prothon