2007-11-40 07:00 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl)

* harbour/common.mak
  * harbour/make_b32.mak
  * harbour/make_vc.mak
    % HB_GT_LIB definition moved to common.mak to avoid redundancy
This commit is contained in:
Marek Paliwoda
2007-11-30 06:01:49 +00:00
parent 80611233b6
commit c7351d006c
4 changed files with 11 additions and 9 deletions

View File

@@ -8,6 +8,12 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-11-40 07:00 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl)
* harbour/common.mak
* harbour/make_b32.mak
* harbour/make_vc.mak
% HB_GT_LIB definition moved to common.mak to avoid redundancy
2007-11-40 06:30 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl)
* harbour/contrib/make_b32_all.bat
* harbour/contrib/make_vc_all.bat

View File

@@ -1185,5 +1185,9 @@ HBPPGEN = $(HBPPGEN_EXE)
!endif
#**********************************************************
#**********************************************************
!if "$(HB_GT_LIB)" == ""
HB_GT_LIB = gtwin
!endif
#**********************************************************

View File

@@ -58,10 +58,6 @@
.AUTODEPEND
.SUFFIXES:
!if "$(HB_GT_LIB)" == ""
HB_GT_LIB = gtwin
!endif
#**********************************************************
CC = bcc32.exe

View File

@@ -56,10 +56,6 @@
.SUFFIXES:
!if "$(HB_GT_LIB)" == ""
HB_GT_LIB = gtwin
!endif
#**********************************************************
# Visual C++ version