Opened 18 years ago
Closed 18 years ago
#159 closed enhancement (fixed)
emxomfld: wrc support
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.2 |
Component: | emx | Version: | 0.6.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
Yuri has submitted a patch for using the Open Watcom resource compiler (wrc.exe) as an alternative to the IBM/MS rc.exe. The default remains rc.exe (we got lot's of legacy here). As with the linker, there are a couple of environment variables which governs which RC to use, EMXOMFLD_RC_TYPE=[RC|WRC]
and EMXOMFLD_RC=[rc.exe|wrc.exe|whatever-you-like]
.
Note:
See TracTickets
for help on using tickets.
(In [3288]) Applied wrc.exe patch from Yuri. Fixes #159.