diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e41d7912ba..708310e0b5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-12-01 21:07 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) + * harbour/make_vcce.mak + ! Fixed compilation against bug in Texas Instruments + versions of ARM processors + 2007-12-01 21:52 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * harbour/include/hbwince.h ! Fixed compilation in C++ mode by renaming local variable diff --git a/harbour/make_vcce.mak b/harbour/make_vcce.mak index ce9431d46b..690c86ab20 100644 --- a/harbour/make_vcce.mak +++ b/harbour/make_vcce.mak @@ -118,7 +118,7 @@ HB_BUILD_MODE = C # C Compiler Flags !if $(HB_VISUALC_VER) >= 80 -CFLAGS_VER = -Od -Os -GS- -EHsc- -fp:fast -Gm -Zi -GR- -FD -D_CRT_SECURE_NO_DEPRECATE +CFLAGS_VER = -Od -Os -Gy -GS- -EHsc- -fp:fast -Gm -Zi -GR- -FD -D_CRT_SECURE_NO_DEPRECATE !else CFLAGS_VER = -Oxsb1 -EHsc /YX /GF !endif