Changeset 2086 for trunk/kBuild/tools/OPENWATCOM.kmk
- Timestamp:
- Nov 19, 2008, 3:41:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/OPENWATCOM.kmk
r2081 r2086 124 124 TOOL_OPENWATCOM_ASOBJSUFF ?= .obj 125 125 TOOL_OPENWATCOM_ASFLAGS ?= -zq 126 TOOL_OPENWATCOM_ASFLAGS.dos ?= -bt=dos 126 127 TOOL_OPENWATCOM_ASFLAGS.os2 ?= -bt=os2 127 128 TOOL_OPENWATCOM_ASFLAGS.win ?= -bt=nt … … 129 130 TOOL_OPENWATCOM_COBJSUFF ?= .obj 130 131 TOOL_OPENWATCOM_CFLAGS ?= -zq 132 TOOL_OPENWATCOM_CFLAGS.dos ?= -bt=dos 131 133 TOOL_OPENWATCOM_CFLAGS.os2 ?= -bt=os2 132 134 TOOL_OPENWATCOM_CFLAGS.win ?= -bt=nt 133 TOOL_OPENWATCOM_CINCS ?= $(PATH_TOOL_OPENWATCOM)/h 135 ifdef PATH_TOOL_OPENWATCOM 136 TOOL_OPENWATCOM_CINCS ?= $(PATH_TOOL_OPENWATCOM)/h 137 endif 134 138 135 139 TOOL_OPENWATCOM_CXXOBJSUFF ?= .obj 136 140 TOOL_OPENWATCOM_CXXFLAGS ?= -zq 141 TOOL_OPENWATCOM_CXXFLAGS.dos ?= -bt=dos 137 142 TOOL_OPENWATCOM_CXXFLAGS.os2 ?= -bt=os2 138 143 TOOL_OPENWATCOM_CXXFLAGS.win ?= -bt=nt 139 TOOL_OPENWATCOM_CXXINCS ?= $(PATH_TOOL_OPENWATCOM)/h 144 ifdef PATH_TOOL_OPENWATCOM 145 TOOL_OPENWATCOM_CXXINCS ?= $(PATH_TOOL_OPENWATCOM)/h 146 endif 140 147 141 148 TOOL_OPENWATCOM_RCOBJSUFF ?= .res … … 143 150 TOOL_OPENWATCOM_RCFLAGS.os2 ?= -bt=os2 144 151 TOOL_OPENWATCOM_RCFLAGS.win ?= -bt=nt 145 TOOL_OPENWATCOM_RCINCS ?= $(PATH_TOOL_OPENWATCOM)/h 152 ifdef PATH_TOOL_OPENWATCOM 153 TOOL_OPENWATCOM_RCINCS ?= $(PATH_TOOL_OPENWATCOM)/h 154 endif 146 155 147 156 TOOL_OPENWATCOM_ARFLAGS ?= -q … … 149 158 150 159 TOOL_OPENWATCOM_LDFLAGS ?= -zq -y 160 TOOL_OPENWATCOM_LDFLAGS.dos ?= -bt=dos 151 161 TOOL_OPENWATCOM_LDFLAGS.os2 ?= -bt=os2 152 162 TOOL_OPENWATCOM_LDFLAGS.win ?= -bt=nt
Note:
See TracChangeset
for help on using the changeset viewer.