root / branches / extplorer2 / build_component.bat @ 249
History | View | Annotate | Download (1001 Bytes)
1 |
rem ---------------------------------------------------------------------------- |
---|---|
2 |
rem |
3 |
rem Component Install Archive Builder |
4 |
rem |
5 |
rem This file is part of eXtplorer |
6 |
rem |
7 |
rem ---------------------------------------------------------------------------- |
8 |
|
9 |
rem YOU MUST HAVE INSTALLED THE 4.x VERSION OF 7zip |
10 |
rem Please update the program path here accordingly |
11 |
|
12 |
|
13 |
set PATH="e:\Projekte\extplorer\svn-extplorer2\" |
14 |
|
15 |
cd %PATH% |
16 |
|
17 |
C:\Programme\7-Zip\7z.exe a -ttar -r %PATH%\scripts.tar scripts |
18 |
C:\Programme\7-Zip\7z.exe d -r %PATH%\scripts.tar .svn\ |
19 |
C:\Programme\7-Zip\7z.exe a -tgzip %PATH%\scripts.tar.gz %PATH%\scripts.tar |
20 |
del %PATH%\scripts.tar |
21 |
|
22 |
C:\Programme\7-Zip\7z.exe a -tzip -r %PATH%\com_extplorer.zip |
23 |
C:\Programme\7-Zip\7z.exe d -r %PATH%\com_extplorer.zip .svn\ .git\ |
24 |
C:\Programme\7-Zip\7z.exe d %PATH%\com_extplorer.zip scripts\ archive\ |
25 |
C:\Programme\7-Zip\7z.exe d -r %PATH%\com_extplorer.zip build_component.sh build_component.bat .project .projectOptions .cache .gitignore |
26 |
|
27 |
del %PATH%\scripts.tar.gz |