diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ce59a7d31e..9a4b290eb5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-01-31 17:40 UTC+0100 Ryszard Glab + * 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 diff --git a/harbour/config/w32/mingw32.cf b/harbour/config/w32/mingw32.cf index 15fd4b91c5..3594f389db 100644 --- a/harbour/config/w32/mingw32.cf +++ b/harbour/config/w32/mingw32.cf @@ -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