Custom build binaries Path
| Wed, 2008-07-02 07:08 | |
|
Hi, As we build the application from any directory, the build binaries always goes into the respective folders as release\winscw\udeb, UID\, & as specified in TargetPath, which are generally independent of location of your source code. My query is to coustomize the targetpath automatically, so whenever i change the codebase location on my system, the build binaries path should also get changed in the epoc folder. And i think, It could be possible if i could use a configurable variable for targettype in mmp or in custom makefile. PS: I consider this solution only for emulator builds, for phone release its fine to adhere with basic file system(or data caging) as it is existing, presently. Jupitar |
|






Forum posts: 1156
It's a bit fuzzy what you want to achieve with this?
If you build binaries to any other folder then the udeb\ or urel\ folder, you will not be able to execute them in the emulator..
For configuring target-type, I think it works fine by just using the pre-processor (never tried though, but see no reason why it wouldn't);
If you want you can ofcourse put it in a .h file and #include it into your mmp file.