Link to home
Start Free TrialLog in
Avatar of barakwe
barakwe

asked on

Need to control file version per client

I have a code I compile per client basis and each client has its own parameters such as behavior that I use #define to custome, company name, file names, etc.

I have a shared .h file with all the settings and each time I want to compile a new version I just get the latest version from the source control and compile (the settings file is not being updated so it uses the client's settings)

I now have to add FileVersion to all my compilation, is there an easy way to do something similar to what I'm doing or do I have to change the resource file per client?
ASKER CERTIFIED SOLUTION
Avatar of pgnatyuk
pgnatyuk
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial