[GRASS-SVN] r49794 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 17 16:18:02 EST 2011
Author: hellik
Date: 2011-12-17 13:18:02 -0800 (Sat, 17 Dec 2011)
New Revision: 49794
Modified:
grass/trunk/mswindows/GRASS-Packager.bat
Log:
attempt to fix #1504: NVIZ shows only English Menu
Modified: grass/trunk/mswindows/GRASS-Packager.bat
===================================================================
--- grass/trunk/mswindows/GRASS-Packager.bat 2011-12-17 21:17:10 UTC (rev 49793)
+++ grass/trunk/mswindows/GRASS-Packager.bat 2011-12-17 21:18:02 UTC (rev 49794)
@@ -148,6 +148,7 @@
mkdir %PACKAGE_DIR%\tcl-tk\lib
mkdir %PACKAGE_DIR%\tcl-tk\lib\tcl8.5
mkdir %PACKAGE_DIR%\tcl-tk\lib\tk8.5
+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