Set C_INCLUDE_PATH in dev env for MinGW
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/725288ef Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/725288ef Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/725288ef Branch: refs/heads/master Commit: 725288efdaf67797ab97437ad0d2b7e05bc62fc1 Parents: 7bd8f8f Author: Nick Wellnhofer <[email protected]> Authored: Mon Jul 21 22:43:48 2014 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Mon Jul 21 22:43:48 2014 +0200 ---------------------------------------------------------------------- devel/bin/setup_env.bat | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/725288ef/devel/bin/setup_env.bat ---------------------------------------------------------------------- diff --git a/devel/bin/setup_env.bat b/devel/bin/setup_env.bat index 8357073..dd734c7 100644 --- a/devel/bin/setup_env.bat +++ b/devel/bin/setup_env.bat @@ -29,6 +29,8 @@ call :add_to_path "%PATH%" "%runtime_dir%\c" set PATH=%retval% call :add_to_path "%INCLUDE%" "%runtime_dir%\perl\xs" set INCLUDE=%retval% +call :add_to_path "%C_INCLUDE_PATH%" "%runtime_dir%\perl\xs" +set C_INCLUDE_PATH=%retval% call :add_to_path "%LIB%" "%runtime_dir%\c" set LIB=%retval% call :add_to_path "%CLOWNFISH_INCLUDE%" "%runtime_dir%\core" @@ -45,6 +47,7 @@ set PERL5LIB=%retval% endlocal & ( set "PATH=%PATH%" set "INCLUDE=%INCLUDE%" + set "C_INCLUDE_PATH=%C_INCLUDE_PATH%" set "LIB=%LIB%" set "CLOWNFISH_INCLUDE=%CLOWNFISH_INCLUDE%" set "PERL5LIB=%PERL5LIB%"
