Kaydet (Commit) ab8ac10a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix two obvious errors, but this still sucks

The generated setsdkenv_windows.bat file still does not seem to work
properly on a 64-bit OS where LibreOffice has been installed in the
default C:\Program Files (x86)\LibreOffice 3.4 folder. The horror of
cmd.exe, "special characters", quoting...
üst 3c05f4b2
......@@ -923,8 +923,8 @@ function writeBatFile(fdir, file)
"\n" +
"REM Add directory of the Win SDK to the path, if necessary.\n" +
"if defined CPP_WINDOWS_SDK (\n" +
" set PATH=%CPP_WINDOWS_SDK\\bin%;%PATH%\n" +
" set INCLUDE=%CPP_WINDOWS_SDK\\Include%;%INCLUDE%\n" +
" set PATH=%CPP_WINDOWS_SDK%\\bin;%PATH%\n" +
" set INCLUDE=%CPP_WINDOWS_SDK%\\Include;%INCLUDE%\n" +
")\n" +
"REM Add directory of the C# and VB.NET compilers to the path, if necessary.\n" +
"if defined OO_SDK_CLI_HOME set PATH=%OO_SDK_CLI_HOME%;%PATH%\n" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment