Re: euc build directory and output filename poll
- Posted by ChrisB (moderator) Oct 27, 2010
- 1162 views
Hi
builddir - where all the build stuff goes, ok.
I would expect the program to output the built program relative to the current dir, not the buildir, unless I specified a path to the output program. So
C:\my_program> euc -builddir build my_program.ex
my_program.exe in c:\my_program
C:\my_program> euc -builddir build -o great_program my_program.ex
great_program.exe in c:\my_program
C:\my_program> euc -builddir build -o c:\goodies\great_program my_program.ex
great_program in c:\goodies
Similarly with linux, current directory first, full path second (with errors issued for permission violations)
Frankly, I think builddir should only be used as the temp directory, and not a default final destination
Chris