summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-19 11:23:44 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-19 11:23:44 +0100
commit02c0ec4727710a679bd2f436a6fe67b707a22c84 (patch)
tree19f26cf4d0cd659dc13d68f6352f7b4537fd0eba /makefiles
parent59218203a248a958ad5cb281507dbd7ad3255334 (diff)
downloadwolfbones-02c0ec4727710a679bd2f436a6fe67b707a22c84.tar.gz
wolfbones-02c0ec4727710a679bd2f436a6fe67b707a22c84.tar.bz2
big logger cleanup on Windows, local testmsg.dll for log test
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/nmake/compiler.mk2
-rw-r--r--makefiles/nmake/wolf.mc0
2 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/nmake/compiler.mk b/makefiles/nmake/compiler.mk
index 4006124..51c8596 100644
--- a/makefiles/nmake/compiler.mk
+++ b/makefiles/nmake/compiler.mk
@@ -47,7 +47,7 @@ CCPP_LINK = link.exe
$(CCPP_LINK) $(LDFLAGS) $(LIBS) /out:$@ $< $(OBJS)
.mc.rc:
- $(MC) $<
+ $(MC) -h $(@D) -r $(@D) $<
.rc.res:
$(RC) $<
diff --git a/makefiles/nmake/wolf.mc b/makefiles/nmake/wolf.mc
deleted file mode 100644
index e69de29..0000000
--- a/makefiles/nmake/wolf.mc
+++ /dev/null