[Omake] build output files into a separate directory

Sashan Govender sashang at gmail.com
Thu Jan 10 05:51:40 PST 2008


Hi

How do I get the build output files to be placed in a separate
directory.  For example if I have the following OMakefile:

FILES[] = test dep

mkdir -p bin

CProgram(bin/test, $(FILES))

.DEFAULT: bin/test


It places the final output in bin/ but the intermediate output of
test.o and dep.o is placed in the same directory as the OMakefile. Can
I change this?

Thanks


-- 
sashan
http://sashang.orcon.net.nz/


More information about the Omake mailing list