[go: up one dir, main page]

Menu

[r15]: / makesource.bat  Maximize  Restore  History

Download this file

34 lines (24 with data), 1.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@echo off
IF "%1"=="" GOTO Continue
upx census.exe
copy install\*.txt
copy help\htmlhelp\*.chm
zip -9 install/Output/census-%1-source.zip *.pas *.dfm *.ddp *.html *.brc *.bmp *.cfg *.ddp *.dpr *.emf *.ico *.jpg *.liv *.rtf *.sql *.db *.avi *.bat
zip -9 install/Output/census-%1-source.zip Census.drc Census.bdsproj Census.res
zip -9 install/Output/census-%1-source.zip DelZip179.dll pcrelib.dll
zip -9 install/Output/census-%1-source.zip MPL-1.1.txt CHANGES.txt README.txt
zip -9 install/Output/census-%1-source.zip install/Census-current.iss
zip -r9 install/Output/census-%1-source.zip help/toolbar_files
zip -r9 install/Output/census-%1-source.zip help/htmlhelp/images
zip -r9 install/Output/census-%1-source.zip help/htmlhelp/*.html
zip -r9 install/Output/census-%1-source.zip help/htmlhelp/*.chw
zip -r9 install/Output/census-%1-source.zip help/htmlhelp/*.hhc
zip -r9 install/Output/census-%1-source.zip help/htmlhelp/*.hhk
zip -r9 install/Output/census-%1-source.zip help/htmlhelp/*.hhp
zip -9 install/Output/census-%1.zip census.exe *.chm MPL-1.1.txt CHANGES.txt README.txt DelZip179.dll pcrelib.dll
GOTO Done
:Continue
echo -----------------------------------
echo You need to enter a version number.
echo -----------------------------------
:Done