Hi,
my goal:
I'd like to utilize the post-build event to write a simple textfile to the Relesase folder with a naming convention like <buildmode>_<yyyyMMdd_HHmmss>.txt containing Productcode and RevisionCode.
edit: I got most issues solved using a custom console app. Remaining is, how to access the projects product and revision code here?
kind regards
Anja
Example for pre-/(post-build event commands
-
- Posts: 121
- Joined: Tue Nov 20, 2012 1:02 am
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Example for pre-/(post-build event commands
You may use custom compiler variables. These should be defined with the project, and then via build event, these "Custom compiler varialables" should be then passed as command line parameters to your custom console app.
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
-
- Posts: 121
- Joined: Tue Nov 20, 2012 1:02 am
Re: Example for pre-/(post-build event commands
FrancescoT wrote:You may use custom compiler variables. These should be defined with the project, and then via build event, these "Custom compiler varialables" should be then passed as command line parameters to your custom console app.
Thank you and kind regards
Anja
Who is online
Users browsing this forum: No registered users and 146 guests