[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - odk/docs odk/setsdkenv_windows.template
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Sep 2 22:09:33 UTC 2018
odk/docs/images/sdk_head-1.png |binary
odk/setsdkenv_windows.template | 6 +++---
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 494f05f40eb4e5fed708d1f598ba5d63049dc07e
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Sun Sep 2 21:54:19 2018 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Sun Sep 2 21:54:19 2018 +0000
Fixed typo (tilte -> title)
diff --git a/odk/setsdkenv_windows.template b/odk/setsdkenv_windows.template
index 9a31341e8965..9996d9999a3e 100644
--- a/odk/setsdkenv_windows.template
+++ b/odk/setsdkenv_windows.template
@@ -57,7 +57,7 @@ REM Example: @set "OO_SDK_CPP_HOME=C:\Program Files\Microsoft Visual Studio 9.0\
@set "CPP_WINDOWS_SDK=<your_input_here>"
REM Directory of the C# and VB.NET compilers.
-REM Example: @set "OO_SDK_CLI_HOME=C:\WINXP\Microsoft.NET\Framework\v1.0.3705"
+REM Example: @set "OO_SDK_CLI_HOME=C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705"
@set "OO_SDK_CLI_HOME=<your_input_here>"
REM Java SDK installation directory.
@@ -103,7 +103,7 @@ if not defined OO_SDK_SED_HOME (
goto :error
)
-REM Set library path.
+REM Set library path.
@set "LIB=%OO_SDK_HOME%\lib;%LIB%"
if defined CPP_WINDOWS_SDK (
@set "LIB=%LIB%;%CPP_WINDOWS_SDK%\lib"
@@ -152,7 +152,7 @@ if defined OO_SDK_JAVA_HOME @set "PATH=%OO_SDK_JAVA_HOME%\bin;%OO_SDK_JAVA_HOME%
REM Set environment for C++ compiler tools, if necessary.
if defined OO_SDK_CPP_HOME call "%OO_SDK_CPP_HOME%\VCVARS32.bat"
-REM Set tilte to identify the prepared shell.
+REM Set title to identify the prepared shell.
title Shell prepared for SDK
REM Prepare shell with all necessary environment variables.
commit 08d960805bfa5d69ac0ddba22b883dd388995207
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Sun Sep 2 20:09:40 2018 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Sun Sep 2 20:09:40 2018 +0000
Updated header graphic for SDK, removed transparency layer
diff --git a/odk/docs/images/sdk_head-1.png b/odk/docs/images/sdk_head-1.png
index 6966042211ce..581d27f77a3b 100644
Binary files a/odk/docs/images/sdk_head-1.png and b/odk/docs/images/sdk_head-1.png differ
More information about the Libreoffice-commits
mailing list