This is the patch for msvccompiler factored out of my previous swig patch, which allows compiling resource scripts (.rc) to .res files, and messages (.mc) to .res files. The resulting .res files are passed to the linker. Additionally .cxx is now recognized as C++ source extension. Thomas
On 23 June 2000, Thomas Heller said:
This is the patch for msvccompiler factored out of my previous swig patch, which allows compiling resource scripts (.rc) to .res files, and messages (.mc) to .res files.
Looks pretty good. Can you: * reformat so all code lines are < 80 cols (preferably 75 cols) * split the 'compile()' method up -- looks like it'll become pretty big with this patch and resubmit? Thanks! Greg -- Greg Ward - maladjusted computer geek gward@python.net http://starship.python.net/~gward/ I invented skydiving in 1989!
participants (2)
-
Greg Ward
-
Thomas Heller