2008-01-31 17:40 UTC+0100 Ryszard Glab <harbour//rglab.pl>

* config/w32/mingw32.cf
      * fixed library name mainstd -> hbmainstd
This commit is contained in:
Ryszard Glab
2008-01-31 16:36:06 +00:00
parent 8a5c03a538
commit d0f269ce90
2 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-01-31 17:40 UTC+0100 Ryszard Glab <harbour//rglab.pl>
* config/w32/mingw32.cf
* fixed library name mainstd -> hbmainstd
2008-01-31 16:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* include/hbextern.ch
* source/rtl/net.c

View File

@@ -40,8 +40,7 @@ endif
ifeq ($(HB_MAIN),std)
ifeq ($(findstring vm,$(LIBS)),vm)
ifneq ($(HB_GT_LIB),gtwvt)
LINKPATHS += -L$(TOP)$(ROOT)source/vm/mainstd/$(HB_ARCH)
LDLIBS += -lmainstd
LDLIBS += -lhbmainstd
endif
endif
endif