summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
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 /src/Makefile.W32
parent59218203a248a958ad5cb281507dbd7ad3255334 (diff)
downloadwolfbones-02c0ec4727710a679bd2f436a6fe67b707a22c84.tar.gz
wolfbones-02c0ec4727710a679bd2f436a6fe67b707a22c84.tar.bz2
big logger cleanup on Windows, local testmsg.dll for log test
Diffstat (limited to 'src/Makefile.W32')
-rw-r--r--src/Makefile.W326
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.W32 b/src/Makefile.W32
index 4ab65e6..1685859 100644
--- a/src/Makefile.W32
+++ b/src/Makefile.W32
@@ -15,7 +15,8 @@ LIBRARIES = \
PORT_OBJS = \
port\string.obj \
port\stdio.obj \
- port\time.obj
+ port\time.obj \
+ port\snprintf.obj
LOG_OBJS = \
log\log.obj
@@ -40,7 +41,8 @@ log\wolfmsg.res: log\wolfmsg.rc
local_all:
local_clean:
- @-erase $(LIBRARIES) log\wolfmsg.h 2>NUL
+ @-erase $(LIBRARIES) 2>NUL
+ @-erase log\MSG*.bin log\wolfmsg.rc log\wolfmsg.h log\wolfmsg.res 2>NUL
local_distclean: