diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2006-08-21 05:54:52 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2006-08-21 05:54:52 +0000 |
| commit | 4887f62bea708f24e03b3f926f2698c60a94c807 (patch) | |
| tree | 77271e92cf517cbc2846897f7482c9df5efee124 /congo | |
| parent | df5286fe3bca619beb4771da1ffa8ace9613e9e5 (diff) | |
| download | build-4887f62bea708f24e03b3f926f2698c60a94c807.tar.gz build-4887f62bea708f24e03b3f926f2698c60a94c807.tar.bz2 build-4887f62bea708f24e03b3f926f2698c60a94c807.tar.xz build-4887f62bea708f24e03b3f926f2698c60a94c807.zip | |
Getting there, it compiles, now for the fun sophisticated pieces where the
builder itself tells the lexer which tokens are functions, and which are target
types.
Diffstat (limited to '')
| -rw-r--r-- | congo | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -31,6 +31,9 @@ server action: check congod | |||
| 31 | create file congod from files in src/congod, src/shared using rule exe | 31 | create file congod from files in src/congod, src/shared using rule exe |
| 32 | create file congo from files in src/congo, src/shared using rule exe | 32 | create file congo from files in src/congo, src/shared using rule exe |
| 33 | 33 | ||
| 34 | create files "modules/db{name}.so" from directories in src/congod/db ... | ||
| 35 | from files in "src/congod/db/{name}" using rule lib | ||
| 36 | |||
| 34 | # | 37 | # |
| 35 | # After all of that, some targets or list items may have their own additional | 38 | # After all of that, some targets or list items may have their own additional |
| 36 | # dependancies, depending on the rule that built them. You can define these | 39 | # dependancies, depending on the rule that built them. You can define these |
