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
     1.1 --- a/windows.mk	Wed Feb 27 16:59:02 2013 +0100
     1.2 +++ b/windows.mk	Thu Feb 28 08:15:15 2013 +0100
     1.3 @@ -31,7 +31,7 @@
     1.4  AR = lib
     1.5  RM = rm
     1.6  
     1.7 -CFLAGS  = -c -TP
     1.8 +CFLAGS  = -c -TP -I../msc
     1.9  COFLAGS = -Fo
    1.10  LDFLAGS = 
    1.11  LOFLAGS = -OUT:

mercurial