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.
This commit is contained in:
Viktor Szakats
2008-08-06 10:59:43 +00:00
parent a0249cf583
commit 160ce29e5e
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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.

View File

@@ -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) \