INTEGRATION: CWS jl2 (1.12.48); FILE MERGED
2004/07/26 09:56:31 jl 1.12.48.2: RESYNC: (1.12-1.13); FILE MERGED 2003/11/11 10:00:07 jl 1.12.48.1: #i22191# integratring Cli-uno examples into SDK
This commit is contained in:
parent
e1856410f8
commit
01a16644d4
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,10 @@ REM Directory of the C++ tools.
|
|||
REM Example:set OO_SDK_CPP_HOME=C:\Programme\Microsoft Visual Studio\VC98\bin
|
||||
set OO_SDK_CPP_HOME=
|
||||
|
||||
REM Directory of the C# and VB.NET compilers.
|
||||
REM Example:set OO_SDK_CLI_HOME=C:\WINXP\Microsoft.NET\Framework\v1.0.3705
|
||||
set OO_SDK_CLI_HOME=
|
||||
|
||||
REM Java installation directory.
|
||||
REM Example: set OO_SDK_JAVA_HOME=c:\j2sdk1.4.1_01
|
||||
set OO_SDK_JAVA_HOME=
|
||||
|
@ -85,6 +89,9 @@ if defined OO_SDK_MAKE_HOME set PATH=%OO_SDK_MAKE_HOME%;%PATH%
|
|||
REM Add directory of the C++ tools to the path, if necessary.
|
||||
if defined OO_SDK_CPP_HOME set PATH=%OO_SDK_CPP_HOME%;%PATH%
|
||||
|
||||
REM Add directory of the C# and VB.NET compilers to the path, if necessary.
|
||||
if defined OO_SDK_CLI_HOME set PATH=%OO_SDK_CLI_HOME%;%PATH%
|
||||
|
||||
REM Add directory of the Java tools to the path, if necessary.
|
||||
if defined OO_SDK_JAVA_HOME set PATH=%OO_SDK_JAVA_HOME%\bin;%OO_SDK_JAVA_HOME%\jre\bin;%PATH%
|
||||
|
||||
|
|
Loading…
Reference in a new issue