Last change
on this file since 161 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:
1.2 KB
|
Line | |
---|
1 | /********************************************************************** <BR>
|
---|
2 | This file is part of Crack dot Com's free source code release of
|
---|
3 | Golgotha. <a href="http://www.crack.com/golgotha_release"> <BR> for
|
---|
4 | information about compiling & licensing issues visit this URL</a>
|
---|
5 | <PRE> If that doesn't help, contact Jonathan Clark at
|
---|
6 | golgotha_source@usa.net (Subject should have "GOLG" in it)
|
---|
7 | ***********************************************************************/
|
---|
8 |
|
---|
9 | #define I4 "../i4"
|
---|
10 | #define G1 "../golg"
|
---|
11 |
|
---|
12 | #include "stdmak.cc"
|
---|
13 |
|
---|
14 | common()
|
---|
15 | {
|
---|
16 | exe_base = "cd_maker";
|
---|
17 |
|
---|
18 | files
|
---|
19 | + I4 "/file/file.cc"
|
---|
20 | + I4 "/file/buf_file.cc"
|
---|
21 | + I4 "/checksum/checksum.cc"
|
---|
22 |
|
---|
23 | + I4 "/memory/malloc.cc"
|
---|
24 | + I4 "/memory/bmanage.cc"
|
---|
25 | + I4 "/memory/growheap.cc"
|
---|
26 |
|
---|
27 | + I4 "/error/error.cc"
|
---|
28 | + I4 "/error/alert.cc"
|
---|
29 |
|
---|
30 | + I4 "/string/string.cc"
|
---|
31 |
|
---|
32 | + I4 "/init/init.cc"
|
---|
33 |
|
---|
34 | + I4 "/time/profile.cc"
|
---|
35 |
|
---|
36 | + G1 "/drive_map.cc"
|
---|
37 | + G1 "/g1_file.cc"
|
---|
38 |
|
---|
39 | + "cd_maker.cc"
|
---|
40 | ;
|
---|
41 |
|
---|
42 | linux_files
|
---|
43 | + I4 "/file/linux/get_dir.cc"
|
---|
44 | + I4 "/file/linux/linux_file.cc"
|
---|
45 | + I4 "/main/nrm_main.cc"
|
---|
46 | ;
|
---|
47 |
|
---|
48 | includes
|
---|
49 | + I4
|
---|
50 | + I4 "/inc"
|
---|
51 | + G1
|
---|
52 | ;
|
---|
53 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.