view octaverc @ 3944:d83f02205481

native-gcc: compile as multilib in win64 * src/native-binutils.mk: in win64 mode, enable multilib and targets=targets=x86_64-w64-mingw32,i686-w64-mingw32 * src/native-gcc.mk: in win64, enable mutilib, copy lib32 file to correct splot
author John Donoghue
date Wed, 20 May 2015 07:36:47 -0400
parents 3676b3329fd4
children 47ac621e632f
line wrap: on
line source

## System-wide startup file for Octave.
##
## This file should contain any commands that should be executed each
## time Octave starts for every user at this site.
EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'notepad++'), pathsep, EXEC_PATH));
EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'bin'), pathsep, EXEC_PATH));
EDITOR (fullfile (OCTAVE_HOME, 'notepad++', 'notepad++.exe'));