Lines Matching full:path
75 REM Check installation path for the Office Development Kit.
82 REM Check installation path for GNU make.
88 REM Check installation path for the zip tool.
94 REM Check installation path for the cat tool.
100 REM Check installation path for the sed tool.
106 REM Set library path.
112 REM Set office program path.
116 REM Set UNO path, necessary to ensure that the cpp examples using the
131 REM Add directory of the SDK tools to the path.
132 …PATH=%OO_SDK_HOME%\bin;%OO_SDK_OFFICE_BIN_DIR%;%OO_SDK_OFFICE_BIN_DIR%;%OO_SDK_HOME%\WINexample.ou…
134 REM Set PATH appropriate to the output directory
136 @set "PATH=%OO_SDK_OUT%\WINexample.out\bin;%PATH%"
138 @set "PATH=%OO_SDK_HOME%\WINexample.out\bin;%PATH%"
141 REM Add directory of the Win SDK to the path, if necessary.
143 @set "PATH=%CPP_WINDOWS_SDK\bin%;%PATH%"
146 REM Add directory of the C# and VB.NET compilers to the path, if necessary.
147 if defined OO_SDK_CLI_HOME @set "PATH=%OO_SDK_CLI_HOME%;%PATH%"
149 REM Add directory of the Java tools to the path, if necessary.
150 if defined OO_SDK_JAVA_HOME @set "PATH=%OO_SDK_JAVA_HOME%\bin;%OO_SDK_JAVA_HOME%\jre\bin;%PATH%"