Hi Everyone: I am having some troubles with jam, mostly because I really don't know what is going on with jam's msvcgen script. Basically, I have the system configured to generate project files, and link everything, and it works great. My problem is that while I am debugging, I have a few things hardcoded such that they depend on the executable being in $(TOP)/bin. Right now, when msvc compiles everything, it places it in $(TOP). I was wondering if there is a way to get it to place it in $(TOP)/bin instead. Of course, I could change it in the project, but that would be pointless, because once the project is re-generated with jam, it's going to go away. So, my question is where can I change this in the jam or msvc scripts, so that it copies the output file from $(TOP)/out/debug8..etc to $(TOP)/bin, instead of $(TOP).
Thanks so much in advance, ~Scott ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
