Changeset 2731 for trunk/kBuild/tools/OPENWATCOM.kmk
- Timestamp:
- Jun 28, 2014, 4:58:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/OPENWATCOM.kmk
r2726 r2731 67 67 -E 'LIB=$1' \ 68 68 -E 'INCLUDE=' \ 69 --69 $2 -- 70 70 else ifeq ($(KBUILD_HOST),freebsd) 71 71 PATH_TOOL_OPENWATCOM_BIN = $(PATH_TOOL_OPENWATCOM)/binfbsd … … 76 76 -E 'LIB=$1' \ 77 77 -E 'INCLUDE=' \ 78 --78 $2 -- 79 79 else ifeq ($(KBUILD_HOST),linux) 80 80 PATH_TOOL_OPENWATCOM_BIN = $(PATH_TOOL_OPENWATCOM)/binl … … 85 85 -E 'LIB=$1' \ 86 86 -E 'INCLUDE=' \ 87 --87 $2 -- 88 88 else ifeq ($(KBUILD_HOST),os2) 89 89 PATH_TOOL_OPENWATCOM_BIN = $(PATH_TOOL_OPENWATCOM)/binp … … 96 96 -E 'LIB=$1' \ 97 97 -E 'INCLUDE=' \ 98 --98 $2 -- 99 99 else ifeq ($(KBUILD_HOST),solaris) 100 100 PATH_TOOL_OPENWATCOM_BIN = $(PATH_TOOL_OPENWATCOM)/binsol … … 105 105 -E 'LIB=$1' \ 106 106 -E 'INCLUDE=' \ 107 --107 $2 -- 108 108 else 109 109 PATH_TOOL_OPENWATCOM_BIN = $(PATH_TOOL_OPENWATCOM)/binnt … … 114 114 -E 'LIB=$1' \ 115 115 -E 'INCLUDE=' \ 116 --116 $2 -- 117 117 endif 118 118 … … 134 134 -E 'LIB=$1' \ 135 135 -E 'INCLUDE=' \ 136 --136 $2 -- 137 137 TOOL_OPENWATCOM_CC ?= wcc386$(HOSTSUFF_EXE) 138 138 TOOL_OPENWATCOM_CC16 ?= wcc$(HOSTSUFF_EXE) … … 270 270 TOOL_OPENWATCOM_LINK_PROGRAM_DEPORD = 271 271 define TOOL_OPENWATCOM_LINK_PROGRAM_CMDS 272 $(QUIET)$(call TOOL_OPENWATCOM_ENV_SETUP,$(subst $(SP),,$(addsuffix ;,$(libpath))) ) \272 $(QUIET)$(call TOOL_OPENWATCOM_ENV_SETUP,$(subst $(SP),,$(addsuffix ;,$(libpath))),-C $(dir $(out))) \ 273 273 $(TOOL_OPENWATCOM_LD) \ 274 274 $(flags) \ … … 289 289 TOOL_OPENWATCOM_LINK_DLL_DEPORD = 290 290 define TOOL_OPENWATCOM_LINK_DLL_CMDS 291 $(QUIET)$(call TOOL_OPENWATCOM_ENV_SETUP,$(subst $(SP),,$(addsuffix ;,$(libpath))) ) \291 $(QUIET)$(call TOOL_OPENWATCOM_ENV_SETUP,$(subst $(SP),,$(addsuffix ;,$(libpath))),-C $(dir $(out))) \ 292 292 $(TOOL_OPENWATCOM_LD) \ 293 293 $(flags) \ … … 308 308 TOOL_OPENWATCOM_LINK_SYSMOD_DEPORD = 309 309 define TOOL_OPENWATCOM_LINK_SYSMOD_CMDS 310 $(QUIET)$(call TOOL_OPENWATCOM_ENV_SETUP,$(subst $(SP),,$(addsuffix ;,$(libpath))) ) \310 $(QUIET)$(call TOOL_OPENWATCOM_ENV_SETUP,$(subst $(SP),,$(addsuffix ;,$(libpath))),-C $(dir $(out))) \ 311 311 $(TOOL_OPENWATCOM_LD) \ 312 312 $(flags) \
Note:
See TracChangeset
for help on using the changeset viewer.