[Opal-commits] opal gatherSrcRelease.bat,1.2,1.3 gatherWin32BinaryRelease.bat,1.1,1.2
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-06-25 06:45:50
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22427 Modified Files: gatherSrcRelease.bat gatherWin32BinaryRelease.bat Log Message: Finished writing 'simple' sample app and its SConstruct file. Index: gatherSrcRelease.bat =================================================================== RCS file: /cvsroot/opal/opal/gatherSrcRelease.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gatherSrcRelease.bat 24 Jun 2005 17:50:47 -0000 1.2 --- gatherSrcRelease.bat 25 Jun 2005 06:45:40 -0000 1.3 *************** *** 1,4 **** ! mkdir opal-0.3.0-src ! cd opal-0.3.0-src copy ..\readme.txt . copy ..\changelog.txt . --- 1,4 ---- ! mkdir opal-0.3.1-src ! cd opal-0.3.1-src copy ..\readme.txt . copy ..\changelog.txt . *************** *** 59,62 **** copy ..\samples\playpen\playpen.vcproj samples\playpen copy ..\samples\playpen\main.cpp samples\playpen ! cd .. --- 59,67 ---- copy ..\samples\playpen\playpen.vcproj samples\playpen copy ..\samples\playpen\main.cpp samples\playpen ! mkdir samples\simple ! copy ..\samples\simple\SConstruct samples\simple ! copy ..\samples\simple\simple.sln samples\simple ! copy ..\samples\simple\simple.vcproj samples\simple ! copy ..\samples\simple\*.h samples\simple ! copy ..\samples\simple\*.cpp samples\simple cd .. Index: gatherWin32BinaryRelease.bat =================================================================== RCS file: /cvsroot/opal/opal/gatherWin32BinaryRelease.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gatherWin32BinaryRelease.bat 18 Apr 2005 22:21:00 -0000 1.1 --- gatherWin32BinaryRelease.bat 25 Jun 2005 06:45:40 -0000 1.2 *************** *** 1,4 **** ! mkdir opal-0.3.0-win32 ! cd opal-0.3.0-win32 copy ..\win32BinaryReadme.txt . copy ..\changelog.txt . --- 1,4 ---- ! mkdir opal-0.3.1-win32 ! cd opal-0.3.1-win32 copy ..\win32BinaryReadme.txt . copy ..\changelog.txt . |