On Tue, Aug 31, 2010 at 7:41 AM, David Ashley
<david.ashley....@gmail.com> wrote:
>  As far as I can tell neither of those 2 files is created. The makeorx.bat 
> file
> crashes right away before even compiling the first file.

David,

One thing you could try, although at this point I don't have much hope
it will work, is this:

In your script where you set SRC_DRV and SRC_DIR, set NO_BUILD_LOG to 1

set NO_BUILD_LOG=1

and change your command:

'makeorx.bat BOTH PACKAGE'

to:

'makeorx.bat BOTH PACKAGE >> myBuildReport.txt'

That will put the the build output for both the release and debug
builds in one file.  You could name it anything and put it where ever
you want.

It should work fine.  (Of course what you are currently doing *should*
also work fine.)

--
Mark Miesfeld

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to