aboutsummaryrefslogtreecommitdiff
path: root/windows/Makefile
diff options
context:
space:
mode:
authorDamien George2015-05-24 20:00:50 +0100
committerDamien George2015-05-27 15:52:35 +0100
commit4a10214be20cb8a51724913903678f4506358752 (patch)
treed8df91460c449cd5d8e2168225d5c9e3f9c94f17 /windows/Makefile
parent2acfb7c00225c7fbc7b9fe4a4b5da450025dfc9a (diff)
unix: Factor out stdio and ctrl-C code to unix_mphal.c file.
Diffstat (limited to 'windows/Makefile')
-rw-r--r--windows/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/Makefile b/windows/Makefile
index 342a2e4bc..defbf35cc 100644
--- a/windows/Makefile
+++ b/windows/Makefile
@@ -31,6 +31,7 @@ SRC_C = \
unix/main.c \
unix/file.c \
unix/input.c \
+ unix/unix_mphal.c \
unix/modos.c \
unix/modtime.c \
unix/gccollect.c \