From 46a7d0f71923e1ef7ef06747be175b36f69b314d Mon Sep 17 00:00:00 2001 From: Jonathan Westhues Date: Tue, 6 Jul 2010 21:01:17 -0800 Subject: [PATCH] Disable buffer overrun protection in the library that we build, since that makes it more difficult to interoperate with the MSVC6 compiler. [git-p4: depot-paths = "//depot/solvespace/": change = 2165] --- exposed/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed/Makefile b/exposed/Makefile index 67b1eec7..3b09e986 100644 --- a/exposed/Makefile +++ b/exposed/Makefile @@ -1,7 +1,7 @@ DEFINES = /D_WIN32_WINNT=0x500 /DISOLATION_AWARE_ENABLED /D_WIN32_IE=0x500 /DWIN32_LEAN_AND_MEAN /DWIN32 /DLIBRARY # Use the multi-threaded static libc because libpng and zlib do; not sure if anything bad # happens if those mix, but don't want to risk it. -CFLAGS = /W3 /nologo -MT -Iextlib -I..\..\common\win32 /D_DEBUG /D_CRT_SECURE_NO_WARNINGS /I. /I.. /Zi /EHs /O2 +CFLAGS = /W3 /nologo -MT -Iextlib -I..\..\common\win32 /D_DEBUG /D_CRT_SECURE_NO_WARNINGS /I. /I.. /Zi /EHs /O2 /GS- HEADERS = ..\solvespace.h ..\dsc.h ..\sketch.h ..\expr.h slvs.h