- Reestructuración de ficheros y directorios general
- 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
This commit is contained in:
parent
c9adfd020b
commit
e85d191b46
3100 changed files with 775434 additions and 3073 deletions
40
Gem/build/win-vs2003/release.bat
Normal file
40
Gem/build/win-vs2003/release.bat
Normal file
|
@ -0,0 +1,40 @@
|
|||
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