Re: OS independent build results

2009-11-01 Thread Ralf Wildenhues
Hello Andreas, * Andreas Otto wrote on Sun, Oct 25, 2009 at 07:20:16PM CET: currently I try to improve my build environment. I want to add OS independent build results like java class files or mono clr libraries/excutable into the distribution 1) the problem

Re: OS independent build results

2009-11-01 Thread Andreas Otto
Hi, this is my solution: this add a new target .vpath_hook to the build environment and this target copy the files/directories listed in VPATH_FILES from the src into the build environment. the copy is necessary because tools like JAR expect the files in the build directory.

Re: OS independent build results

2009-11-01 Thread Ralf Wildenhues
* Andreas Otto wrote on Sun, Nov 01, 2009 at 12:17:05PM CET: this add a new target .vpath_hook to the build environment and this target copy the files/directories listed in VPATH_FILES from the src into the build environment. the copy is necessary because tools like JAR expect the

OS independent build results

2009-10-25 Thread Andreas Otto
Hi, currently I try to improve my build environment. I want to add OS independent build results like java class files or mono clr libraries/excutable into the distribution 1) the problem is the VPATH build. the files from above are in the srcdir