For both OSE environments, you can rebuild only part of the framework using the attribute TARGETS, where the target is one of the following values:
For example:
dmake
–f oseppcbuild.mak TARGETS=oxflibs
To
build the framework with debug information, use the flag USE_PDB=TRUE.
For example:
nmake osesfkbuild.mak
USE_PDB=TRUE