summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2009-10-03 11:58:00 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:15:33 +0000
commitdc3819f1e99d8159bdb0ea1da26506b00fe78e62 (patch)
tree53b3e7f75d8deb7989b2f6b7c1cf776a9d1c2634 /Makefile
parent5061dcba2ed7ea1a9c28cd34ecb51d40baadb9d9 (diff)
* ...and you, DevHC ¬_¬
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 03fe1fff..af33b56d 100644
--- a/Makefile
+++ b/Makefile
@@ -835,11 +835,6 @@ $(echo_cmd) "SMP_CC $<"
$(Q)$(CC) $(NOTSHLIBCFLAGS) $(CFLAGS) -DSMP -o $@ -c $<
endef
-define DO_BOT_CC
-$(echo_cmd) "BOT_CC $<"
-$(Q)$(CC) $(NOTSHLIBCFLAGS) $(CFLAGS) $(BOTCFLAGS) -DBOTLIB -o $@ -c $<
-endef
-
ifeq ($(GENERATE_DEPENDENCIES),1)
DO_QVM_DEP=cat $(@:%.o=%.d) | sed -e 's/\.o/\.asm/g' >> $(@:%.o=%.d)
endif
@@ -1580,9 +1575,6 @@ $(B)/client/%.o: $(SDIR)/%.c
$(B)/client/%.o: $(CMDIR)/%.c
$(DO_CC)
-$(B)/client/%.o: $(BLIBDIR)/%.c
- $(DO_BOT_CC)
-
$(B)/client/%.o: $(JPDIR)/%.c
$(DO_CC)
@@ -1614,9 +1606,6 @@ $(B)/ded/%.o: $(SDIR)/%.c
$(B)/ded/%.o: $(CMDIR)/%.c
$(DO_DED_CC)
-$(B)/ded/%.o: $(BLIBDIR)/%.c
- $(DO_BOT_CC)
-
$(B)/ded/%.o: $(SYSDIR)/%.c
$(DO_DED_CC)