Igor Sysoev wrote:
In the mail list archive I saw that some people use wine to run nmake. I just wonder if they are able to build a complex ehough makefile without nmake's switch "-i". In my wine enviroment every program that nmake runs always returns exit code "1" and nmake terminates further building something like:
NMAKE : fatal error U1077: 'c:\vc\bin\cl.exe' : return code '0x1' Stop.
So to ignore exit codes I used to set nmake's switch "-i".
I made small test case that show that wine always set exit code to "1" despite the passed value. Under Windows NT p1 outputs:
executed exit code: 0
while under wine-20030508 on FreeBSD 4.3 p1 outputs:
executed exit code: 1
this works just fine on linux could you rerun your test with -debugmsg +server and send me the log A+