From 3de923b75d5ffc051a167741795ef3df49cd28b0 Mon Sep 17 00:00:00 2001 From: borutr Date: Sun, 11 May 2003 13:11:44 +0000 Subject: [PATCH] WIN32 version of getBinPath() calls GetModuleFileName() to determine the path of bin directory, so that PATH is the only env. variable, which has to be set in case of standard installation; added --print-search-dirs command line option git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2611 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3cddcb34..efb8e7e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-05-11 Borut Razem + + * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine + the path of bin directory, so that PATH is the only env. variable, which has to be set + in case of standard installation. + * src/ds390/ds390.dsp: increased /Zm option value to 1000 + * src/pic/main.c: add quotes to file name parameters for gplink and gpasm + * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option + 2003-05-04 Bernhard Held * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80 -- 2.47.2