Menu

[r2]: / trunk / DevTools / ReleaseSrc.bat  Maximize  Restore  History

Download this file

30 lines (24 with data), 1.0 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
@rem ---------------------------------------------------------------------------
@rem Script used to create zip file containing source code of CodeSnip
@rem
@rem Copyright (C) Peter Johnson (www.delphidabbler.com), 2005-2008
@rem
@rem v1.0 of 08 Jun 2006 - First version.
@rem v1.1 of 14 Aug 2008 - Added support for CSSetupHelper:
@rem - Deleted CSSetupHelper.dsk
@rem - Copy .res files in Bin\InstallHelper
@rem - Changed to use setlocal and endlocal
@rem ---------------------------------------------------------------------------
@echo off
setlocal
cd ..
set OutFile=Release\dd-codesnip-src.zip
del %OutFile%
zip -r -9 %OutFile% Src
zip -r -9 %OutFile% Bin\*.res
zip -r -9 %OutFile% Bin\*.tlb
zip -r -9 %OutFile% Bin\InstallHelper\*.res
zip -j -9 %OutFile% Docs\SourcecodeLicenses.txt Docs\ReadMe-src.txt Docs\MPL.txt
zip %OutFile% -d Src\CodeSnip.dsk
zip %OutFile% -d Src\InstallHelper\CSSetupHelper.dsk
endlocal
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.