comparison installer-files/cmdshell.bat @ 6174:cf7adc238c0c

* installer-files/cmdshell.bat, installer-files/octave-firsttime.vbs, installer-files/octave-launch.c, installer-files/octave.bat, installer-files/octave.vbs: add pkg config path env
author John Donoghue <john.donoghue@ieee.org>
date Tue, 19 Apr 2022 09:26:38 -0400
parents 27b4f385c45d
children
comparison
equal deleted inserted replaced
6173:5216d9e6fa2a 6174:cf7adc238c0c
23 if EXIST "%OCTAVE_HOME%mingw64\bin\octave-cli.exe" set MSYSTEM=MINGW64 23 if EXIST "%OCTAVE_HOME%mingw64\bin\octave-cli.exe" set MSYSTEM=MINGW64
24 24
25 if EXIST "%OCTAVE_HOME%mingw32\bin\octave-cli.exe" set OCTAVE_HOME=%OCTAVE_HOME%mingw32\ 25 if EXIST "%OCTAVE_HOME%mingw32\bin\octave-cli.exe" set OCTAVE_HOME=%OCTAVE_HOME%mingw32\
26 if EXIST "%OCTAVE_HOME%mingw64\bin\octave-cli.exe" set OCTAVE_HOME=%OCTAVE_HOME%mingw64\ 26 if EXIST "%OCTAVE_HOME%mingw64\bin\octave-cli.exe" set OCTAVE_HOME=%OCTAVE_HOME%mingw64\
27 27
28 Rem pkgconfig .pc path
29 set PKG_CONFIG_PATH=%OCTAVE_HOME%\lib\pkgconfig
30
28 Rem Set up PATH. Make sure the octave bin dir 31 Rem Set up PATH. Make sure the octave bin dir
29 Rem comes first. 32 Rem comes first.
30 set PATH=%OCTAVE_HOME%qt5\bin;%OCTAVE_HOME%bin;%OCTAVE_HOME%python;%PATH% 33 set PATH=%OCTAVE_HOME%qt5\bin;%OCTAVE_HOME%bin;%OCTAVE_HOME%python;%PATH%
31 set TERM=cygwin 34 set TERM=cygwin
32 set GS=gs.exe 35 set GS=gs.exe