2010-06-28 10:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/win/msvc.mk
    ! Fixed HB_BUILD_SHARED=yes mode for msvc.
This commit is contained in:
Viktor Szakats
2010-06-28 08:58:35 +00:00
parent 0d75628529
commit cd96854d12
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-06-28 10:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/win/msvc.mk
! Fixed HB_BUILD_SHARED=yes mode for msvc.
2010-06-28 10:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* external/patchup.prg
* Changed gtcgi force option to be the more portable-style one.

View File

@@ -80,7 +80,7 @@ LD_OUT := -out:
LIBPATHS := -libpath:$(LIB_DIR)
LDLIBS := $(foreach lib,$(HB_USER_LIBS) $(LIBS) $(SYSLIBS),$(lib)$(LIB_EXT))
LDFLAGS += -nologo $(LIBPATHS)
LDFLAGS += -nologo -subsystem:console $(LIBPATHS)
AR := lib.exe
AR_RULE = $(AR) $(ARFLAGS) $(HB_AFLAGS) $(HB_USER_AFLAGS) -nologo -out:$(LIB_DIR)/$@ $(^F)