summaryrefslogtreecommitdiff
path: root/odk/setsdkenv_windows.bat
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2002-05-07 11:58:19 +0000
committerJuergen Schmidt <jsc@openoffice.org>2002-05-07 11:58:19 +0000
commit9bd015bd55f186dd8227353fb4067a72b705d513 (patch)
treecfa378b4695d7190635ecc4aa24da173a99ac0c7 /odk/setsdkenv_windows.bat
parent56d83d033a9b7bf02d40e884876a15d49d2aaec0 (diff)
#99053# new install scripts and new start side for the SDK
Diffstat (limited to 'odk/setsdkenv_windows.bat')
-rwxr-xr-xodk/setsdkenv_windows.bat35
1 files changed, 35 insertions, 0 deletions
diff --git a/odk/setsdkenv_windows.bat b/odk/setsdkenv_windows.bat
new file mode 100755
index 000000000000..1aba49591ec0
--- /dev/null
+++ b/odk/setsdkenv_windows.bat
@@ -0,0 +1,35 @@
+REM This script sets all enviroment variables, which
+REM are necessary for building the examples of the Office Development Kit.
+REM The Script was developed for the operating systems Windows.
+REM Before the script could be executed the following variables have to be
+REM adjusted:
+
+REM Directory of the make command.
+set SDK_MAKE=D:\MOVING\NextGenerationMake\make
+
+REM Installation directory of the Software Development Kit.
+set SDK_HOME=D:\MOVING\RESCUE\CvsLaufwerkD\api\odk
+
+REM Office installation directory.
+set OFFICE_HOME=C:\Programme\StarOffice6.0
+
+REM Directory of the C++ tools.
+set SDK_CPP_HOME=C:\Programme\Microsoft Visual Studio\VC98\bin
+
+REM Java installation directory.
+set SDK_JAVA_HOME=C:\Programme\Java\J2SDK_Forte\jdk1.4.0
+
+REM ANT installation directory.
+REM set SDK_ANT=D:\MOVING\jakarta-ant-1.4
+
+REM Set library path.
+set LIB=%LIB%;%OFFICE_HOME%\program;%SDK_HOME%\windows\lib
+
+REM Set office program path.
+set OFFICE_PROGRAM_PATH=%OFFICE_HOME%\program
+
+REM Add directories to the path.
+set PATH=%PATH%;%SDK_HOME%\windows\bin;%SDK_MAKE%;%SDK_CPP_HOME%;%SDK_JAVA_HOME%\bin;%SDK_ANT%\bin
+
+REM Set environment for c++ tools.
+call "%SDK_CPP_HOME%"\VCVARS32.bat