Opened 14 years ago
Closed 14 years ago
#33 closed enhancement (fixed)
Make wrc work in GAS mode
Reported by: | dmik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | odinized java |
Component: | odin | Version: | |
Severity: | Keywords: | ||
Cc: |
Description
Currently, wrc (wine resource compiper) is hard-hacked to produce the MASM code for resource data from the .rc file. This makes it impossible to compile the resulting assembly with GCC.
The hack is done by introducing a MASM define and a couple of ifdef. I'm going to make it proper by adding a corrsesponding command line switch that turns on MASM mode instead of the default GAS mode.
Note:
See TracTickets
for help on using tickets.
Implemented in r21589. I added the -M option to the wrc tool which turns on MASM syntax.