[GRASS-SVN] r49805 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 18 07:56:51 EST 2011


Author: hellik
Date: 2011-12-18 04:56:51 -0800 (Sun, 18 Dec 2011)
New Revision: 49805

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat
Log:
attempt to fix #1504: NVIZ shows only English Menu

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat	2011-12-18 11:07:50 UTC (rev 49804)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat	2011-12-18 12:56:51 UTC (rev 49805)
@@ -149,6 +149,7 @@
 mkdir %PACKAGE_DIR%\tcl-tk\lib\tcl8.5
 mkdir %PACKAGE_DIR%\tcl-tk\lib\tk8.5
 mkdir %PACKAGE_DIR%\tcl-tk\lib\tcl8.5\encoding
+mkdir %PACKAGE_DIR%\tcl-tk\lib\tcl8\8.5
 
 xcopy %OSGEO4W_DIR%\bin\tclpip85.dll %PACKAGE_DIR%\tcl-tk\bin /S/V/F/I
 xcopy %OSGEO4W_DIR%\bin\tcl85.dll %PACKAGE_DIR%\tcl-tk\bin /S/V/F/I
@@ -173,6 +174,8 @@
 
 xcopy %OSGEO4W_DIR%\lib\tk8.5\ttk %PACKAGE_DIR%\tcl-tk\lib\tk8.5\ttk /S/V/F/I
 
+xcopy %OSGEO4W_DIR%\lib\tcl8\8.5 %PACKAGE_DIR%\tcl-tk\lib\tcl8\8.5 /S/V/F/I
+
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo Copy MSYS files to PACKAGE_DIR\msys



More information about the grass-commit mailing list