FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SharpZipLib/mkDistribution.bat at master · explodingbarrel/SharpZipLib · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
explodingbarrel
/
SharpZipLib
Public
forked from
icsharpcode/SharpZipLib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
SharpZipLib
/
mkDistribution.bat
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (25 loc) · 1.08 KB
Breadcrumbs
SharpZipLib
/
mkDistribution.bat
Copy path
File metadata and controls
35 lines (25 loc) · 1.08 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
33
34
35
@
echo
"
mkDistribution v1.4
"
if
exist
current (
rmdir
/s /q current
)
mkdir
current
REM
mkdir current\netcf-10
REM
nant -t:netcf-1.0 -D:build.output.dir=current\netcf-10 -buildfile:sharpZLib.build build
mkdir
current\netcf-20
nant -t:netcf-2.0 -D:build.output.dir=current\netcf-20 -buildfile:sharpZLib.build build
mkdir
current\net-11
nant -t:net-1.1 -D:build.output.dir=current\net-11 -buildfile:sharpZLib.build build
mkdir
current\net-20
nant -t:net-2.0 -D:build.output.dir=current\net-20 -buildfile:sharpZLib.build build
@
rem
Version 1.8 of Sandcastle Help File Builder no longer includes the Console.exe, use the GUI instead
"
c:\Program Files\EWSoftware\Sandcastle Help File Builder\SandcastleBuilderConsole.exe
"
.\SharpZipLib.shfb
mkdir
current\doc
copy
doc\readme.rtf current\doc
copy
doc\Changes.txt current\doc
copy
doc\Copying.txt current\doc
copy
SharpZipLib.chm current\doc
copy
installGAC.bat current
copy
uninstallGAC.bat current
samples\cs\bin\sz -rc current\SharpZipLib.zip current\*.dll
@
echo
TODO Compress source to SharpZipLib_SourceSamples.zip
@
echo
TODO Build Bin Zip files
Back
|
FazBrowse Home
|
New Git URL