diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9e33a776de..df1b86aa1d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,21 +8,26 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-09-16 12:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * make_b32.mak + * contrib/mtpl_b32.mak + ! Removed CG switches. + 2008-09-16 05:14 UTC+0200 Viktor Szakats (harbour.01 syenar hu) - * doc/gmake.txt - * doc/gtapi.txt - * doc/hbmake.txt - * doc/windll.txt - * Useless changes. + * doc/gmake.txt + * doc/gtapi.txt + * doc/hbmake.txt + * doc/windll.txt + * Useless changes. - * make_vc.mak - * Some untested MT support for MSVC. + * make_vc.mak + * Some untested MT support for MSVC. - * include/hbdefs.h - ! Removed mistakenly committed experiment to pull in - MT related libs. This caused the strange build problem due - to empty lib name passed to #pragma. This could work - in case someone wanted to deal with it in the future. + * include/hbdefs.h + ! Removed mistakenly committed experiment to pull in + MT related libs. This caused the strange build problem due + to empty lib name passed to #pragma. This could work + in case someone wanted to deal with it in the future. 2008-09-15 23:08 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + harbour/tests/memtst.prg diff --git a/harbour/contrib/mtpl_b32.mak b/harbour/contrib/mtpl_b32.mak index 99d364aeec..c1d0d327b0 100644 --- a/harbour/contrib/mtpl_b32.mak +++ b/harbour/contrib/mtpl_b32.mak @@ -125,7 +125,7 @@ CFLAGS = -I$(INCLUDE_DIR) $(C_USR) $(CFLAGS) $(HB_BUILD_MODE) #----------- !if "$(HB_BUILD_DEBUG)" == "yes" - CFLAGS = -y -v -vG -Od $(CFLAGS) + CFLAGS = -y -v $(CFLAGS) !endif #----------- !if !$d(BCC_NOOPTIM) diff --git a/harbour/make_b32.mak b/harbour/make_b32.mak index dd1b712c8a..2feae4fd2e 100644 --- a/harbour/make_b32.mak +++ b/harbour/make_b32.mak @@ -114,7 +114,7 @@ CFLAGSMT = -tWM -DHB_MT_VM $(CFLAGSMT) !endif #----------- !if "$(HB_BUILD_DEBUG)" == "yes" - CFLAGS = -y -v -vG -Od $(CFLAGS) + CFLAGS = -y -v $(CFLAGS) !endif #----------- !if "$(HB_BCCDLL_DYNRT)" == "-tWR"