Changing a Project's Libraries

Related Topics:

Working With Projects Creating a New Project
Changing a Project's Source Files Editing a Project

You can change the libraries to which your current project links.

To add standard libraries to your current project:

1. Choose Project Edit Project from the WorkShop Main Window menu bar.

The Edit Current Project Window opens.

2. Select the Select Standard Libraries tab.

3. Click checkboxes next to the libraries you want.

4. Select Default, Static Link, or Dynamic Link.

5. 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).

To add your own libraries to your current project:

1. Choose Project Edit Project from the WorkShop Main Window menu bar.

The Edit Current Project Window opens.

2. Select the Enter User Libraries tab.

3. Type the library path name or directory in the text box.

You can use the following wildcard characters to add all of the specified libraries from the project working directory (or you can specify another directory as a prefix to the wildcard characters):
*.a archive (static) libraries
*.so shared object (dynamic) libraries

4. Click Add.

To change the order of the libraries, click the up or down arrow on the right side of the panel.

5. Click Apply to apply the changes to the current panel without closing the window (click OK to apply the changes and close the window).

To edit a library file name:

1. Choose Project Edit Project from the WorkShop Main Window menu bar.

The Edit Current Project Window opens.

2. Select the Enter User Libraries tab.

3. Select the file name of the library you want to edit.

4. Make the changes to the file name in the text box.

5. Click Change.

6. 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).

To delete a library from your project:

1. Choose Project Edit Project from the WorkShop Main Window menu bar.

The Edit Current Project Window opens.

2. Select the Enter User Libraries tab.

3. Select the file name of the library you want to delete.

4. Click Delete.

5. 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).

To delete all the libraries from your project:

1. Choose Project Edit Project from the WorkShop Main Window menu bar.

The Edit Current Project Window opens.

2. Select the Enter User Libraries tab.

3. Click Select All.

4. Click Delete.

5. 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).