Last change
on this file since 484 was
80,
checked in by Sam Hocevar, 14 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:
554 bytes
|
Rev | Line | |
---|
[80] | 1 | # Please edit make/build_i4_make to reflect your msdev path (if not c:/msdev) |
---|
| 2 | # Also edit i4/project.i4 to reflect your msdev path |
---|
| 3 | |
---|
| 4 | cd make |
---|
| 5 | bash ./build_i4_make |
---|
| 6 | cd ../golg |
---|
| 7 | ../make/i4_make |
---|
| 8 | cd ../maxtool |
---|
| 9 | ../make/i4_make |
---|
| 10 | cd ../test/cloud_test |
---|
| 11 | ../../make/i4_make debug |
---|
| 12 | cd ../g_install |
---|
| 13 | ../../make/i4_make debug |
---|
| 14 | cd ../lisp |
---|
| 15 | ../../make/i4_make debug |
---|
| 16 | cd ../spin_cube |
---|
| 17 | ../../make/i4_make debug |
---|
| 18 | cd ../web_crawl |
---|
| 19 | ../../make/i4_make debug |
---|
| 20 | cd ../font_test |
---|
| 21 | ../../make/i4_make debug |
---|
| 22 | cd ../ray_tracer |
---|
| 23 | ../../make/i4_make debug |
---|
| 24 | cd ../thread |
---|
| 25 | ../../make/i4_make debug |
---|
| 26 | cd ../.. |
---|
Note: See
TracBrowser
for help on using the repository browser.