Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
56e25acc
Kaydet (Commit)
56e25acc
authored
Ock 02, 2003
tarafından
Juergen Schmidt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#99053# add STLPORT support
üst
40ce4230
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
setsdkenv_windows.bat
odk/setsdkenv_windows.bat
+11
-1
No files found.
odk/setsdkenv_windows.bat
Dosyayı görüntüle @
56e25acc
...
...
@@ -22,13 +22,17 @@ REM Directory of the C++ tools.
REM Example:set SDK_CPP_HOME=C:\Programme\Microsoft Visual Studio\VC98\bin
set SDK_CPP_HOME=
REM STLPORT installation directory.
REM Example: set STLPORT_HOME=D:\stlport-4.5.3
set STLPORT_HOME=
REM Java installation directory.
REM Example: set SDK_JAVA_HOME=C:\Programme\Java\J2SDK_Forte\jdk1.4.0
set SDK_JAVA_HOME=
REM Environment variable to enable auto deployment of example components
REM Example: set SDK_AUTO_DEPLOYMENT=YES
REM
set SDK_AUTO_DEPLOYMENT=YES
set SDK_AUTO_DEPLOYMENT=YES
REM ANT installation directory.
REM Example: set SDK_ANT=D:\jakarta-ant-1.4
...
...
@@ -44,6 +48,9 @@ if not defined OFFICE_HOME goto error
REM Set library path.
set LIB=%SDK_HOME%\windows\lib;%SDK_HOME%\WINexample.out\lib;%LIB
REM Add directory of the STLPORT library to the library path.
if defined STLPORT_HOME set LIB=%STLPORT_HOME%\lib;%LIB%
REM Set office program path.
set OFFICE_PROGRAM_PATH=%OFFICE_HOME%\program
...
...
@@ -56,6 +63,9 @@ if defined SDK_MAKE set PATH=%SDK_MAKE%;%PATH%
REM Add directory of the C++ tools to the path, if necessary.
if defined SDK_CPP_HOME set PATH=%SDK_CPP_HOME%;%PATH%
REM Add directory of the STLPORT library to the path, if necessary.
if defined STLPORT_HOME set PATH=%STLPORT_HOME%\lib;%PATH%
REM Add directory of the Java tools to the path, if necessary.
if defined SDK_JAVA_HOME set PATH=%SDK_JAVA_HOME%\bin;%SDK_JAVA_HOME%\jre\bin;%PATH%
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment