Editing a Project
Related Topics:
You can edit your current project to change the:
- Project type
- Project directory
- Project name
- Binary name (executable, shared library, or archive)
- Source files (see Changing a Project's Source Files)
- Target type and name
- List of directories to search for include files
- List of standard or your own libraries to which to link (see Changing a Project's Libraries)
- Compilation options
- Path to the compiler
- Makefile targets
To edit a current project:
- 1. Choose Project
Edit Project from the WorkShop Main Window menu bar.
- The Edit Current Project Window opens.
- 2. Select a tab on the right side of the window depending on how you would like to edit your current project.
- 3. Type the requested information in the panel you selected.
- See Edit Current Project Window for more information.
- 4. Click Apply to apply the changes to the current panel without closing the window, or click OK to apply the changes and close the window.
- 5. Build your project by choosing Build
Build Project in the main window.