about summary refs log tree commit diff
path: root/default.bam
diff options
context:
space:
mode:
authorJoel de Vahl <joel@stalverk80.se>2008-03-22 15:19:39 +0000
committerJoel de Vahl <joel@stalverk80.se>2008-03-22 15:19:39 +0000
commitb9411cf2b02194aee49b5e2b917c3bccc9e862af (patch)
treec42105e39da53e5bf70d0e77c1726659269a69a8 /default.bam
parent84b31e81b003ec2637b92b7f5ed6c1da11b83f03 (diff)
downloadzcatch-b9411cf2b02194aee49b5e2b917c3bccc9e862af.tar.gz
zcatch-b9411cf2b02194aee49b5e2b917c3bccc9e862af.zip
Forgott lines in default.bam
Diffstat (limited to 'default.bam')
-rw-r--r--default.bam4
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")