|
From: <ai...@us...> - 2014-01-13 03:11:11
|
Revision: 12935
http://sourceforge.net/p/plplot/code/12935
Author: airwin
Date: 2014-01-13 03:11:05 +0000 (Mon, 13 Jan 2014)
Log Message:
-----------
Give access to version 3 of the Itcl and Itk libraries on MinGW/MSYS.
Modified Paths:
--------------
trunk/cmake/epa_build/setup/setup_mingw_msys_wine_toolchain
Modified: trunk/cmake/epa_build/setup/setup_mingw_msys_wine_toolchain
===================================================================
--- trunk/cmake/epa_build/setup/setup_mingw_msys_wine_toolchain 2014-01-12 03:12:25 UTC (rev 12934)
+++ trunk/cmake/epa_build/setup/setup_mingw_msys_wine_toolchain 2014-01-13 03:11:05 UTC (rev 12935)
@@ -51,8 +51,11 @@
PATH=$CMAKE_PATH:$PATH
PATH=$MINGW_PREFIX/bin/:$PATH
-# pkg-config setup.
+# Allow using -DBUILD_THE_BUILDTOOLS=ON results from epa_build
+# pkg-config, tclsh, and wish setup.
PATH=$BUILDTOOLS_PREFIX/bin:$PATH
+# Allow using itcl3 and itk3 libraries:
+PATH=$BUILDTOOLS_PREFIX/lib/itcl3.4:$BUILDTOOLS_PREFIX/lib/itk3.3:$PATH
+
export PKG_CONFIG_PATH=/z/home/wine/newstart/MinGW-4.7.2/msys/1.0/lib/pkgconfig:$BUILDTOOLS_PREFIX/share/pkgconfig:$BUILDTOOLS_PREFIX/lib/pkgconfig
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|