2009-08-20 22:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/dos/watcom.mk
  * config/win/watcom.mk
  * config/linux/watcom.mk
  * config/os2/watcom.mk
    ! Fixed to not include rules.cf twice.
This commit is contained in:
Viktor Szakats
2009-08-20 20:23:16 +00:00
parent 42de0ad26b
commit 34190a645f
5 changed files with 7 additions and 8 deletions

View File

@@ -17,6 +17,13 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-20 22:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/dos/watcom.mk
* config/win/watcom.mk
* config/linux/watcom.mk
* config/os2/watcom.mk
! Fixed to not include rules.cf twice.
2009-08-20 22:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
+ contrib/xhb/hbcommon.ch
+ Added this file for compatibility with xhb. I don't think

View File

@@ -66,5 +66,3 @@ endif
LDLIBS := $(foreach lib,$(LIBS),$(LIB_DIR)/$(lib))
include $(TOP)$(ROOT)config/common/watcom.mk
include $(TOP)$(ROOT)config/rules.mk

View File

@@ -62,5 +62,3 @@ LDFLAGS += SYS linux
LDLIBS := $(foreach lib,$(LIBS),$(LIB_DIR)/$(lib))
include $(TOP)$(ROOT)config/common/watcom.mk
include $(TOP)$(ROOT)config/rules.mk

View File

@@ -62,5 +62,3 @@ LDFLAGS += SYS os2v2
LDLIBS := $(foreach lib,$(LIBS),$(LIB_DIR)/$(lib))
include $(TOP)$(ROOT)config/common/watcom.mk
include $(TOP)$(ROOT)config/rules.mk

View File

@@ -65,5 +65,3 @@ LDLIBS := $(foreach lib,$(LIBS),$(LIB_DIR)/$(lib))
LDLIBS += $(foreach lib,$(SYSLIBS),$(lib))
include $(TOP)$(ROOT)config/common/watcom.mk
include $(TOP)$(ROOT)config/rules.mk