J. Grant wrote:
I'm having no trouble... the way I do it is I make a batch file which then calls vcvars32.bat, then runs nmake or cl.
I did have to edit vcvars32.bat to change quoting, since it looks like wcmd's quote processing is all screwed up (though I seem to recall seeing a patch about that recently).
I then run the outer batch file (foo.bat) with wine wcmd /c foo
yes, this seems to work, thanks for pointing this out. I could not find a man page on on wcmd when I looked... Is there one planned?
I think people have been getting by knowing how Microsoft's cmd works. There's a fair bit of doc about that on the web. - Dan