- Restruct folder tree
This commit is contained in:
parent
39999df6a8
commit
4d31605318
5419 changed files with 527223 additions and 18 deletions
|
@ -1,40 +0,0 @@
|
|||
set ZIP=%ProgramFiles%\7-Zip\7z.exe
|
||||
rem set ZIP=echo
|
||||
|
||||
set GEMVERSION=%DATE:~6,4%%DATE:~3,2%%DATE:~0,2%
|
||||
|
||||
set GEMDIR=gem-%GEMVERSION%
|
||||
|
||||
set GEMARC=gem-CVS%GEMVERSION%-W32-i686
|
||||
|
||||
mkdir %GEMDIR%
|
||||
|
||||
xcopy Gem.dll %GEMDIR%\
|
||||
copy README_W32.txt.template %GEMDIR%\README_W32.txt
|
||||
|
||||
%ZIP% a %GEMARC%-bin.zip %GEMDIR%
|
||||
|
||||
read
|
||||
|
||||
cd ..\..\
|
||||
|
||||
xcopy /E /I abstractions build\win-vs2003\%GEMDIR%\abstractions
|
||||
|
||||
xcopy /E /I help build\win-vs2003\%GEMDIR%\help
|
||||
|
||||
xcopy /E /I examples build\win-vs2003\%GEMDIR%\examples
|
||||
xcopy /E /I doc build\win-vs2003\%GEMDIR%\doc
|
||||
xcopy /E /I manual build\win-vs2003\%GEMDIR%\manual
|
||||
|
||||
xcopy /E /I tests build\win-vs2003\%GEMDIR%\tests
|
||||
|
||||
copy ChangeLog build\win-vs2003\%GEMDIR%
|
||||
copy GEM_INSTALL.bat build\win-vs2003\%GEMDIR%
|
||||
copy GEM.LICENSE.TERMS build\win-vs2003\%GEMDIR%
|
||||
copy GEM.README build\win-vs2003\%GEMDIR%
|
||||
copy GnuGPL.LICENSE build\win-vs2003\%GEMDIR%
|
||||
|
||||
|
||||
cd build\win-vs2003
|
||||
|
||||
%ZIP% a %GEMARC%-bin-doc.zip %GEMDIR%
|
Loading…
Add table
Add a link
Reference in a new issue