Re: euc build directory and output filename poll
- Posted by jeremy (admin) Oct 27, 2010
- 1181 views
petelomax said...
Another option is to replace -buildir with say -ctemp.
If it helps any, there should be no pressing need to make -buildir stop working, just add the new alternative and change all the docs.
That makes sense if you are doing a direct build:
C:\my_program> euc hello.ex ... C:\my_program> hello.exe Hello, World!
However euc will also build the old emake.bat file or generate partial makefiles for inclusion into your own Makefile or a full Makefile that can be used by itself.
All of that information is not temporary.
Maybe in the end what we need is an -output-dir and a -temp-dir option. -temp-dir being usable for direct builds and -output-dir being usable for generation of build files/sources that are meant to be used later on by the developer?
Jeremy