set "PATH=%OO_SDK_HOME%\bin;%OO_SDK_OFFICE_BIN_DIR%;%OO_SDK_OFFICE_BIN_DIR%;%OO_SDK_HOME%\WINexample.out\bin;%OO_SDK_MAKE_HOME%;%OO_SDK_ZIP_HOME%;%OO_SDK_CAT_HOME%;%OO_SDK_SED_HOME%;%PATH%"
REM Set PATH appropriate to the output directory
if defined OO_SDK_OUT (
@set PATH=%OO_SDK_OUT%\WINexample.out\bin;%PATH%
) else (
@set PATH=%OO_SDK_HOME%\WINexample.out\bin;%PATH%
)
REM Add directory of the command make to the path, if necessary.
REM if defined OO_SDK_MAKE_HOME @set PATH+=%OO_SDK_MAKE_HOME%
Rem Add directory of the zip tool to the path, if necessary.
REM if defined OO_SDK_ZIP_HOME @set PATH+=%OO_SDK_ZIP_HOME%
REM Add directory of the cat tool to the path, if necessary.
REM if defined OO_SDK_CAT_HOME @set PATH+=%OO_SDK_CAT_HOME
REM Add directory of the sed tool to the path, if necessary.
REM if defined OO_SDK_SED_HOME @set PATH+=%OO_SDK_SED_HOME%
REM Add directory of the C++ compiler to the path, if necessary.
REM if defined OO_SDK_CPP_HOME @set PATH+=%OO_SDK_CPP_HOME%