Changeset 2663 for trunk/kBuild/tools/OPENWATCOM.kmk
- Timestamp:
- Oct 15, 2012, 3:13:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/OPENWATCOM.kmk
r2576 r2663 148 148 endif 149 149 150 # Functions for changing slashes (SQ = single quoted). 150 151 if1of ($(KBUILD_HOST), os2 win) 151 152 TOOL_OPENWATCOM_FIX_SLASHES = $(subst /,\\,$1) 153 TOOL_OPENWATCOM_FIX_SLASHES_SQ = $(subst /,\,$1) 152 154 else 153 155 TOOL_OPENWATCOM_FIX_SLASHES = $1 156 TOOL_OPENWATCOM_FIX_SLASHES_SQ = $1 154 157 endif 155 158
Note:
See TracChangeset
for help on using the changeset viewer.