Home
last modified time | relevance | path

Searched refs:no_oct_file_strip_on_this_platform (Results 1 – 4 of 4) sorted by relevance

/dports/science/dynare/dynare-4.6.4/windows/deps/
H A Dmkoctfile32126 no_oct_file_strip_on_this_platform=false
304 if $no_oct_file_strip_on_this_platform; then
H A Dmkoctfile64128 no_oct_file_strip_on_this_platform=false
306 if $no_oct_file_strip_on_this_platform; then
/dports/math/octave/octave-6.4.0/src/
H A Dmkoctfile.in.cc685 bool no_oct_file_strip_on_this_platform = is_true ("%NO_OCT_FILE_STRIP%"); in main() local
819 if (no_oct_file_strip_on_this_platform) in main()
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A DChangeLog4382 * mkoctfile.in (no_oct_file_strip_on_this_platform): New variable.