mstorsjo / msvc-wine

Scripts for setting up and running MSVC in Wine on Linux
Other
683 stars 83 forks source link

Add wrapper for mc.exe #125

Closed maharmstone closed 7 months ago

maharmstone commented 7 months ago

Martin, would you mind merging this patch please? mc.exe is the Message Compiler. I've tested it in my CI pipeline and it works fine.

mstorsjo commented 7 months ago

Looks good, thanks! But would you mind adding a minimal smoke test for this tool too? See e.g. test/test-midl.sh or test/test-mt.sh, hooked up in test/test.sh.

maharmstone commented 7 months ago

No problem, I've added test/test-mc.sh to the patch.

maharmstone commented 7 months ago

Cheers!