From 402d8cabd5376954109171fd932b0c271f4bfdec Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 31 Oct 2008 01:26:59 +0000 Subject: [PATCH] 2008-10-31 02:26 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vc.mak - Removed -GS- option for WinCE. MS recommends this to be there for safety. If someone wants to disable, it can be done with C_USR. --- harbour/ChangeLog | 6 ++++++ harbour/make_vc.mak | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9e409aa944..7aaedef7a8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-10-31 02:26 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * make_vc.mak + - Removed -GS- option for WinCE. MS recommends this to + be there for safety. If someone wants to disable, it + can be done with C_USR. + 2008-10-31 02:14 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/vm/dlmalloc.c ! Fixed minor MinGW warning. This fix also exists diff --git a/harbour/make_vc.mak b/harbour/make_vc.mak index 4af899aa4b..2aab5dece3 100644 --- a/harbour/make_vc.mak +++ b/harbour/make_vc.mak @@ -99,7 +99,7 @@ VMMT_LIB_OBJS = $(VM_LIB_OBJS:obj\vc=obj\vc_mt) !if "$(HB_BUILD_WINCE)" == "yes" !if $(HB_VISUALC_VER) >= 80 -CFLAGS_VER = -Od -Os -Gy -GS- -EHsc- -Gm -Zi -GR- +CFLAGS_VER = -Od -Os -Gy -EHsc- -Gm -Zi -GR- !else CFLAGS_VER = -Oxsb1 -EHsc -YX -GF !endif