diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a658b4fda3..b497c79eda 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-06 12:59 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * common.mak + - Excluded hbdebug.lib from non-GNU make made harbour*.dlls. + 2008-08-06 11:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbdoc/hbdoc.prg ! Typos fixed on help screen. diff --git a/harbour/common.mak b/harbour/common.mak index b3e3abf87d..0bd045233a 100644 --- a/harbour/common.mak +++ b/harbour/common.mak @@ -1123,7 +1123,6 @@ TMP_DLL_OBJS = \ $(VM_DLL_OBJS) \ $(RTL_LIB_OBJS) \ $(MACRO_LIB_OBJS) \ - $(DEBUG_LIB_OBJS) \ $(LANG_LIB_OBJS) \ $(CODEPAGE_LIB_OBJS) \ $(PCRE_LIB_OBJS) \ @@ -1143,6 +1142,7 @@ TMP_DLL_OBJS = \ #------------------------- DISABLED_SHARED_MODULES= \ + $(DEBUG_LIB_OBJS) \ $(NULSYS_LIB_OBJS) \ $(GTDOS_LIB_OBJS) \