summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-24 12:38:26 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-24 12:38:26 +0100
commitb305975aaf8052277406ad11291bec3cdce93dff (patch)
tree5332f9a600c94c1eea1ba4453a26e4ba4ed58766 /src/Makefile.W32
parentbea663376a1113c3cf0519f7959cbdd693c8fbc0 (diff)
downloadwolfbones-b305975aaf8052277406ad11291bec3cdce93dff.tar.gz
wolfbones-b305975aaf8052277406ad11291bec3cdce93dff.tar.bz2
started to add stdlib stub for itoa
Diffstat (limited to 'src/Makefile.W32')
-rw-r--r--src/Makefile.W321
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.W32 b/src/Makefile.W32
index bbf7abb..92cda58 100644
--- a/src/Makefile.W32
+++ b/src/Makefile.W32
@@ -15,6 +15,7 @@ LIBRARIES = \
PORT_OBJS = \
port\string.obj \
port\stdio.obj \
+ port\stdlib.obj \
port\time.obj
LOG_OBJS = \