Hi all,

Is there some way to tell x10c (the Java back end) to put the generated 
.java files in a separate directory from the final .class files? Without 
using '-c' and compiling the source individually? I only see the -d 
option, which puts them both in the same directory, but it's quite 
possible I've overlooked another option.

I'd like to have a build/intermediate directory with all the .java files 
and an output directory with the .class files. With x10c++ I can do this 
by specifying -o output file and -d intermediate directory, and the 
compiler will put the generated .cc's in the latter.

Cheers,
Minor

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to