Different SIS filename based on Build Configuration?
| Tue, 2008-01-15 17:16 | |
|
In my current Carbide.c++ project I have multiple build configurations. In the Project Properties (dialog box) > Carbide Build Configurations (page) it is possible to set "SIS File Creation Options" (in the Output File Name editbox). It is pretty straightforward to enter there any hardcoded filename, but... I would like to be able to automatically generate a filename that is different for each build configuration. That is: Is this possible at all, using Carbide.c++ ? If so, how do I accomplish that? Thanks! |
|






Forum posts: 463
Havent known it to be possible for now atleast. I may stand corrected if somebody suggests the same
Forum posts: 2
Well, it is quite possible that the MMP/PKG system is not smart enough to parse a MACRO that defines the output SIS filename.
If this indeed is the case, then perhaps my next bet would be to use a multiple MMP/PKG approach. I tried to follow the known BEMUSED example, which has a subdirectory under the 'group' directory. It works for building the application, but it breaks the integrated CVS functionality in Carbide.c++. Thus, I cannot use it for my project because I really need smooth access to CVS via Carbide.c++.
Perhaps my best next bet is to try another multi MMP approach - this time in the same 'group' directory (i.e. no subdirectories) - as described in the following thread:
Are there any useful preprocessor directives in Symbian?
Any other ideas?