Re: euc build directory and output filename poll
- Posted by jeremy (admin) Oct 27, 2010
- 1163 views
DerekParnell said...
My first reaction is to say the executable would be placed in the builddir location.
How would this work ...
C:\my_program> euc -builddir build -o c:\some\other\path\my_name my_program.ex
That would expose a bug that needs to be fixed. It would attempt to write build\C:\some\other\path\my_name. In a similar fashion -build build -o .\program would write build\.\program.
Jeremy