2008-09-16 12:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* make_b32.mak
  * contrib/mtpl_b32.mak
    ! Removed CG switches.
This commit is contained in:
Viktor Szakats
2008-09-16 10:01:52 +00:00
parent 56b4afff23
commit 7eca442c36
3 changed files with 19 additions and 14 deletions

View File

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

View File

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

View File

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