![]() |
OpenMake Meister |
Targets may need to be edited if additional high level source modules are added to the executable. Additionally, compile options may need to be added or removed. Table PB-2 will review the steps needed to edit your Target.
Table PB-2 Editing a Target
Step |
Action |
1 |
Go to the Target Explorer tab found under the OM Meister Perspective. |
2 |
From the Main Menu select File – Open. This will bring you to a Browse dialog box. Search the file system for the Target you wish to Edit. Select the Target and click Open. |
3 |
You will now be brought to the Target Overview Screen. Select the Detail tab at the bottom of your screen to edit your Target's file Options and Dependencies. |
4 |
To Add Dependencies, select the Add Deps Button and enter the file name associated to each step required to build your Target. For example, for a Java Jar Target, the Set Classpath step should have the rt.jar added. Similarly, for creating a C executable, the compile step would have the .c source files listed. Remember – only the high level source needs to be added. Nested source is found through Dependency Discovery. |
8 |
You can also use the Import Deps Button to select multiple files from the file system or use a directory name with wildcards for referring to all files in a directory. |
9 |
Edit any compile flags that may be unique to your Target. The Build Service already defines Standard Options displayed in the Standard Options field; however you’re Target may use Custom Options. Enter the Custom Options using the Custom Options field. |