hi. > BUILDTOP is a Jam variable. You should be able to set it to whatever > you like. You can even set it on the command-line, as in 'jam - > sBUILDTOP=foo'. However, the normal method of having the built > targets placed in a particular location is to configure the project > at the desired location (outside of the source directory), and then > build it there.
that might even work in an automatic script. > The MsvcGenWorkspace rule allows for both 'accepts' and 'rejects' > lists, and supports regular expressions in the lists, so it's fairly > flexible. The msvcgen Jam rules are pretty well documented in mk/jam/ > msvcgen.jam. Here is the documentation for MsvcGenWorkspace: yeah, i've read that. however the rejects are higher priority than the accepts. so if it includes a whole lot by default i can't stop it from including almost all of the plugins by putting all of them into the rejects list because then i can't list them in the accepts to include them. so the only chance i have is to list all the unwanted plugins in the reject list, right? which is kinda of the contrary to what i want to do in my case. while this might generally be suited to CS, in a project using the CS buildsystem you might just want to have a list of plugins and apps you want to build (in our case a standalone client). maybe i could add a new rule? greets, Christoph -- GMX Produkte empfehlen und ganz einfach Geld verdienen! Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
