[GRASS-SVN] r49793 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 17 16:17:10 EST 2011


Author: hellik
Date: 2011-12-17 13:17:10 -0800 (Sat, 17 Dec 2011)
New Revision: 49793

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

Modified: grass/branches/develbranch_6/mswindows/GRASS-Packager.bat
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Packager.bat	2011-12-17 14:33:18 UTC (rev 49792)
+++ grass/branches/develbranch_6/mswindows/GRASS-Packager.bat	2011-12-17 21:17:10 UTC (rev 49793)
@@ -147,6 +147,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
@@ -171,6 +172,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