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.
This commit is contained in:
Viktor Szakats
2008-10-31 01:26:59 +00:00
parent 3876864996
commit 402d8cabd5
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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