See ChangeLog entry 2000-04-20 15:50 GMT-4 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2000-04-20 19:50:13 +00:00
parent 44768efedd
commit 6cab819dcc
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2000-04-20 15:50 GMT-4 David G. Holm <dholm@jsd-llc.com>
* config/w32/msvc.cf
! Added $(LIB_EXT) following $(HB_GT_LIB) for LINKLIBS variable.
20000420-11:15 GMT-8 Ron Pinkas <Ron@Profit-Master.com>
* source/compiler/hausage.c

View File

@@ -35,7 +35,7 @@ endif
# Add the specified GT driver library
ifeq ($(findstring rtl,$(LIBS)),rtl)
LINKPATHS += -LIBPATH:$(TOP)$(ROOT)source/rtl/$(HB_GT_LIB)/$(ARCH)
LINKLIBS += $(HB_GT_LIB)
LINKLIBS += $(HB_GT_LIB)$(LIB_EXT)
endif
LDFLAGS = $(LINKPATHS)