diff options
| author | Joel de Vahl <joel@stalverk80.se> | 2008-03-22 15:19:39 +0000 |
|---|---|---|
| committer | Joel de Vahl <joel@stalverk80.se> | 2008-03-22 15:19:39 +0000 |
| commit | b9411cf2b02194aee49b5e2b917c3bccc9e862af (patch) | |
| tree | c42105e39da53e5bf70d0e77c1726659269a69a8 /default.bam | |
| parent | 84b31e81b003ec2637b92b7f5ed6c1da11b83f03 (diff) | |
| download | zcatch-b9411cf2b02194aee49b5e2b917c3bccc9e862af.tar.gz zcatch-b9411cf2b02194aee49b5e2b917c3bccc9e862af.zip | |
Forgott lines in default.bam
Diffstat (limited to 'default.bam')
| -rw-r--r-- | default.bam | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/default.bam b/default.bam index d9ce9616..ae008924 100644 --- a/default.bam +++ b/default.bam @@ -321,10 +321,6 @@ function build(settings) game_server = Compile(settings, Collect("src/game/server/*.cpp"), serverdata.source, serverdata.cdata) game_editor = Compile(settings, Collect("src/game/editor/*.cpp")) - if platform == "macosx" then - osxlaunch = Compile(settings, Collect("src/osxlaunch/*.m")) - end - -- build tools (TODO: fix this so we don't get double _d_d stuff) tools_src = Collect("src/tools/*.cpp", "src/tools/*.c") |