From: borutr Date: Mon, 12 May 2003 19:30:32 +0000 (+0000) Subject: * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=17b8909647989d5406d6d7de6938d6dac49450e7;p=fw%2Fsdcc * 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 --- 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