Download this file
15 lines (12 with data), 451 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14 | @rem ---------------------------------------------------------------------------
@rem Script used to build all of CodeSnip and create release zip files
@rem
@rem Copyright (C) Peter Johnson (www.delphidabbler.com), 2005-2006
@rem
@rem v1.0 of 09 Jun 2006 - First version.
@rem ---------------------------------------------------------------------------
@echo off
call Tidy.bat
call BuildAll.bat
call ReleaseExe.bat
call ReleaseSrc.bat
|
×
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.