source: golgotha/src/build_all.bat

Last change on this file was 80, checked in by Sam Hocevar, 15 years ago
  • Adding the Golgotha source code. Not sure what's going to be interesting in there, but since it's all public domain, there's certainly stuff to pick up.
File size: 581 bytes
Line 
1rem Please edit make\build_i4_make to reflect your msdev path (if not c:\msdev)
2rem Also edit i4\project.i4 to reflect your msdev path
3
4cd make
5call build_i4_make
6cd ..\golg
7..\make\i4_make
8cd ..\maxtool
9..\make\i4_make
10cd ..\test\cloud_test
11..\..\make\i4_make debug
12cd ..\g_install
13..\..\make\i4_make debug
14cd ..\lisp
15..\..\make\i4_make debug
16cd ..\spin_cube
17..\..\make\i4_make debug
18cd ..\web_crawl
19..\..\make\i4_make debug
20cd ..\font_test
21..\..\make\i4_make debug
22cd ..\ray_tracer
23..\..\make\i4_make debug
24cd ..\thread
25..\..\make\i4_make debug
26cd ..\..
Note: See TracBrowser for help on using the repository browser.