Hi

try:
----------
mono mcs.exe
exit /b %ERRORLEVEL%
------------

Regards
Mike

Hey guys,

  We have an issue with Mono, we are shipping batch files for Windows
like this:

c:\>type mcs.bat
mono mcs.exe
c:\>

  The problem is that if `mcs.exe' returns an exitcode different than
zero, the error is not propagated to the caller, so this means that in
Makefiles, things keep going even if there is a failure.

Anyone knows enough DOS to tell me how to fix that?

Miguel.

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list






_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to