From 17b8909647989d5406d6d7de6938d6dac49450e7 Mon Sep 17 00:00:00 2001 From: borutr Date: Mon, 12 May 2003 19:30:32 +0000 Subject: [PATCH] * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2615 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index efb8e7e9..f8ea2953 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ +2003-05-12 Borut Razem + + * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix + 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/ds390/ds390.dsp: increased value of /Zm option 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 -- 2.47.2