root/trunk/compile.bat

Revision 162, 174 bytes (checked in by JarrettBillingsley, 1 year ago)

--

Line 
1 @echo off
2
3 rem goto makemdcl
4 rem goto makeminidc
5
6 :maketest
7     build @test
8 goto end
9
10 :makemdcl
11     build @mdcl
12 goto end
13
14 :makeminidc
15     build @minidc
16 goto end
17
18 :end
Note: See TracBrowser for help on using the browser.