HP Integrity NonStop J-Series User Manual
Page 29

11.
Select OK to dismiss the Add file path dialog and apply the change.
12.
Make a similar change to the Release build configuration.
In the Configuration: combo box at the top of the page, change the configuration to Release.
13.
In the Miscellaneous page for the C++ Linker (TNS/E), select the Add button
to the right of
Other objects.
14.
In the Add file path dialog, enter in the File: field:
../. ./CarParts/Release/CarParts.tlo
15.
Select OK to dismiss the Add file path dialog and apply the change.
16.
Select OK to dismiss the Properties for Car dialog and apply the change.
Now your projects are ready to build. From the NonStop development perspective:
1.
Select Car in the NonStop Project Explorer view.
2.
Select the build icon
in the tool bar.
When the build completes, text similar to the following appears in the Console view (where
CarParts.tlo
is linked into Car.txe):
Building target: Car.txe
Invoking: C++ Linker (TNS/E)
c89 -Wcplusplus -Wsystype=guardian -Wcall_shared -o "Car.txe" ./src/Car.o ./src/CarTest.o ../.
./CarParts/Debug/CarParts.tlo
Finished building target: Car.txe
**** Build Finished ****
Creating projects
29