From 32b0f0d10079682a69fbc3bb2d4db1ec43715a88 Mon Sep 17 00:00:00 2001 From: Juergen Schmidt Date: Thu, 6 May 2010 18:26:40 +0200 Subject: sdk321: adapt configuration and build env to work proper with spaces --- odk/cfgWin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk/cfgWin.js') diff --git a/odk/cfgWin.js b/odk/cfgWin.js index 1cc7836d7414..0dc23d22aa25 100644 --- a/odk/cfgWin.js +++ b/odk/cfgWin.js @@ -846,7 +846,7 @@ function writeBatFile(fdir, file) "REM if exist \"%OO_SDK_HOME%\\windows\\lib\\stlport_vc71_stldebug.lib\". (\n" + "REM set STLDEBUG=_stldebug\n" + "REM )\n\n" + - "REM Check installation path for the StarOffice Development Kit.\n" + + "REM Check installation path for the Office Development Kit.\n" + "if not defined OO_SDK_HOME (\n" + " echo Error: the variable OO_SDK_HOME is missing!\n" + " goto :error\n" + -- cgit