Ignore:
Timestamp:
Oct 15, 2012, 3:13:45 PM (13 years ago)
Author:
bird
Message:

OPENWATCOM-WL.kmk: Fixed double slashes in wlink response file on Windows and OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/OPENWATCOM.kmk

    r2576 r2663  
    148148endif
    149149
     150# Functions for changing slashes (SQ = single quoted).
    150151if1of ($(KBUILD_HOST), os2 win)
    151152 TOOL_OPENWATCOM_FIX_SLASHES = $(subst /,\\,$1)
     153 TOOL_OPENWATCOM_FIX_SLASHES_SQ = $(subst /,\,$1)
    152154else
    153155 TOOL_OPENWATCOM_FIX_SLASHES = $1
     156 TOOL_OPENWATCOM_FIX_SLASHES_SQ = $1
    154157endif
    155158
Note: See TracChangeset for help on using the changeset viewer.