C Creideiki Active Member Licensed User Longtime User Sep 11, 2019 #1 When I understand correctly, I can change the whole code inclusive the project attributes with conditional compilation. But how can I change the project name (as set in Build Configurations -> Package)? I want to compile a part of the main app as a separate app with own package name, version etc.
When I understand correctly, I can change the whole code inclusive the project attributes with conditional compilation. But how can I change the project name (as set in Build Configurations -> Package)? I want to compile a part of the main app as a separate app with own package name, version etc.
DonManfred Expert Licensed User Longtime User Sep 11, 2019 #2 Each Configuration can have a different packagename. Create a configuration xy and use the commandlinebuilder to build a app using configuration xy Upvote 0
Each Configuration can have a different packagename. Create a configuration xy and use the commandlinebuilder to build a app using configuration xy
Erel B4X founder Staff member Licensed User Longtime User Sep 11, 2019 #3 No need to use the command line builder for this. Upvote 0
C Creideiki Active Member Licensed User Longtime User Sep 11, 2019 #4 oh yes, it's this simple... Thank you! Upvote 0