I have a ProjectBuilder project that builds an application and contains two build styles, Development and Deployment. Inside the build dir I have two dirs, one called Development and the other Deployment. Each build style places the executable that it builds in the dir corresponding to its name.
In order to debug the app or run the app under ProjectBuilder I need to click on the Executables tab and add a executable path for each executable I am building. Thus, I have to add two executable paths, one for Development and one for Deployment. This means that I have to remember to manually switch between the two executable paths depending on which executable I want to run.
Is there a executable path variable that I can set for a particular build style so that I don’t have to manually switch between the two executable paths? I looked through the PBSettings.html documentation found in /Developer/Documentation/ReleaseNotes folder, but didn’t see a variable that was capable of providing this type of functionality.
[This message has been edited by thunter (edited 04-13-2001).]