diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-14 17:19:13 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-14 17:19:13 +0000 |
| commit | 817f431377c7f1545621ff597c018b133651e991 (patch) | |
| tree | 03fe513c4cc7d34ce9537f81375251ba86b33950 /default.bam | |
| parent | 0fceb1cf1ab9887040f08f0abf646ef318a65ae3 (diff) | |
| download | zcatch-817f431377c7f1545621ff597c018b133651e991.tar.gz zcatch-817f431377c7f1545621ff597c018b133651e991.zip | |
moved out e_system, e_detect, vmath and math to a little base library
Diffstat (limited to 'default.bam')
| -rw-r--r-- | default.bam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.bam b/default.bam index f79b20ae..2d10baf2 100644 --- a/default.bam +++ b/default.bam @@ -295,7 +295,7 @@ function build(settings) end end - engine = Compile(engine_settings, Collect("src/engine/*.c")) + engine = Compile(engine_settings, Collect("src/engine/*.c", "src/base/*.c")) client = Compile(client_settings, Collect("src/engine/client/*.c")) server = Compile(server_settings, Collect("src/engine/server/*.c")) |