Last change
on this file since 80 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:
439 bytes
|
Line | |
---|
1 | [executable spin_cube]
|
---|
2 | use file=../../i4/project.i4 app
|
---|
3 | use file=../../i4/project.i4 glide_display
|
---|
4 | use file=../../i4/project.i4 math
|
---|
5 | use file=../../render/project.i4 render
|
---|
6 | add_include_directory .
|
---|
7 | "spin_cube.cc"
|
---|
8 |
|
---|
9 |
|
---|
10 | [executable golg_view]
|
---|
11 | use file=../../i4/project.i4 app
|
---|
12 | use file=../../i4/project.i4 glide_display
|
---|
13 | use file=../../i4/project.i4 math
|
---|
14 | use file=../../render/project.i4 render
|
---|
15 | "gview.cc" |
---|
Note: See
TracBrowser
for help on using the repository browser.