From 6d8fefe38077f4d532c256e79cfcaf2a46c5269d Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 12 Nov 2013 16:58:49 +0100 Subject: Now use visual studio 2013 express edition for compilation --- makefile.before | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile.before') diff --git a/makefile.before b/makefile.before index 5d7ca04e9..a3bde8af0 100644 --- a/makefile.before +++ b/makefile.before @@ -17,7 +17,7 @@ NOT=$(if $(findstring 0,$(1)),1,0) CC ?= cl /nologo CPP ?= $(CC) -CCFLAGS += -c -GF -Gy #-Wall +CCFLAGS += -c -GF -Gy -FS #-Wall #CCFLAGS += -wd4996 -wd4738 LINK ?= link /nologo -- cgit v1.2.3