openocd/src/helper
Andreas Fritiofson 4f310aa0c9 update win32 script search path
The default script search path on Windows is out of date with
the current layout (from installation and documentation), which
makes the standard script library not be found after a normal

	./configure && make && make install

under msys/MinGW. The same should hold true for cygwin native builds
(not verified).

Update search path to ../share/openocd/scripts not ../lib/openocd,
relative to the openocd executable.

Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-01-19 15:02:15 -08:00
..
bin2char.c bin2char: for win32 set stdin/stdout to binary mode 2009-10-30 11:59:57 +00:00
binarybuffer.c rename CEIL as DIV_ROUND_UP 2009-11-16 09:58:11 -08:00
binarybuffer.h change #include "types.h" to <helper/types.h> 2009-12-03 04:22:52 -08:00
command.c debug: make logging of commands terser 2010-01-13 08:32:15 +01:00
command.h command: retire obsolete macro 2009-12-15 13:23:07 +01:00
configuration.c don't require 'openocd.cfg' to start 2010-01-05 13:32:39 -08:00
configuration.h change #include "command.h" to <helper/command.h> 2009-12-03 04:22:48 -08:00
fileio.c fileio: improve API types 2009-11-16 15:47:09 -08:00
fileio.h change #include "types.h" to <helper/types.h> 2009-12-03 04:22:52 -08:00
ioutil_stubs.c stubs: buildfix 2009-12-02 15:24:14 -08:00
ioutil.c src/helper: usage/help updates 2010-01-09 13:32:08 -08:00
ioutil.h remove BUILD_IOUTIL symbol 2009-12-02 13:26:26 -08:00
jim-eventloop.c Sync with official Jim Tcl repository. 2009-10-19 15:16:42 +02:00
jim-eventloop.h Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 2009-07-17 19:54:25 +00:00
jim.c cygwin 1.7 build fixes 2009-12-26 10:19:19 -08:00
jim.h Sync with official Jim Tcl repository. 2009-10-19 15:16:42 +02:00
log.c src/helper: usage/help updates 2010-01-09 13:32:08 -08:00
log.h change #include "command.h" to <helper/command.h> 2009-12-03 04:22:48 -08:00
Makefile.am ecos: crisper implementation of timeval_ms() 2009-12-16 08:15:05 +01:00
membuf.c Switch to strotk() grr.... 2009-06-27 16:44:35 +00:00
membuf.h Add missing copyright header and fix @page direction in membuf.h. 2009-07-01 19:55:39 +00:00
options.c update win32 script search path 2010-01-19 15:02:15 -08:00
replacements.c safer conversion to HANDLER on MinGW-W64 2009-10-17 22:18:38 -07:00
replacements.h change #include "types.h" to <helper/types.h> 2009-12-03 04:22:52 -08:00
startup.tcl make syntax errors respond with 'usage' 2009-11-30 16:29:34 -08:00
system.h remove hacks no longer required to build OpenOCD w/eCos 2009-06-05 06:43:09 +00:00
time_support_common.c ecos: crisper implementation of timeval_ms() 2009-12-16 08:15:05 +01:00
time_support_ecos.c ecos: crisper implementation of timeval_ms() 2009-12-16 08:15:05 +01:00
time_support.c ecos: crisper implementation of timeval_ms() 2009-12-16 08:15:05 +01:00
time_support.h time_support: improve use of types 2009-11-11 05:40:48 -08:00
types.h "types.h" doxygen fix 2009-11-16 10:42:01 -08:00