- merge v0.01 --> Añadido fileselector - Añadidas fuentes de Gem y Pure Data - pix2jpg incluído en Gem. Archivos de construcción de Gem modificados. - Añadido fichero ompiling.txt con instrucciones de compilación
40 lines
926 B
Batchfile
40 lines
926 B
Batchfile
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%
|