In Codegear 2007, I'm trying to do some file deletion and copying during the pre-build and post-build events that involve folders named after the current configuration. In Visual Studio, this is easily done with the $(ConfigurationName) macro. Is there any equivalent to this in CodeGear? If not, is there a workaround I can use?
|
feedback
|
|
I think what you're looking for If that doesn't work, open a cbproj file in an editor and look for something like this:
Whatever word appears instead of 'Config' there may give you a clue. | |||
|
feedback
|