regained support for microsoft c++ compiler

Thu, 28 Feb 2013 08:15:15 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 28 Feb 2013 08:15:15 +0100
changeset 101
bfd620e092c3
parent 100
e0ec80179a5d
child 102
7c8ebad4d973

regained support for microsoft c++ compiler

windows.mk file | annotate | diff | comparison | revisions
--- a/windows.mk	Wed Feb 27 16:59:02 2013 +0100
+++ b/windows.mk	Thu Feb 28 08:15:15 2013 +0100
@@ -31,7 +31,7 @@
 AR = lib
 RM = rm
 
-CFLAGS  = -c -TP
+CFLAGS  = -c -TP -I../msc
 COFLAGS = -Fo
 LDFLAGS = 
 LOFLAGS = -OUT:

mercurial