diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d65c2d1918..f8f38f3037 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-15 17:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * source/pp/hbpp.c + ! Need to go one level up after latest changes. + + * doc/dirstruc.txt + - Deleted reference to old central obj dir. + 2009-07-15 17:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.cf + Enabled base directory for all intermediate build files diff --git a/harbour/doc/dirstruc.txt b/harbour/doc/dirstruc.txt index 2478dc5b70..5d03c22760 100644 --- a/harbour/doc/dirstruc.txt +++ b/harbour/doc/dirstruc.txt @@ -280,8 +280,6 @@ track of all files (read the FAQ if you don't know what SVN is). | +---lib - Run-Time libraries binaries for each platform. (*) | -+---obj - Object files. (*) -| +---source - All source files reside underneath. | | | +---codepage - National codepage collection. diff --git a/harbour/source/pp/hbpp.c b/harbour/source/pp/hbpp.c index 5650ed5112..cc6c33dc3e 100644 --- a/harbour/source/pp/hbpp.c +++ b/harbour/source/pp/hbpp.c @@ -452,13 +452,13 @@ static int hb_pp_parseChangelog( PHB_PP_STATE pState, const char * pszFileName, if( !pszFileName ) { static const char * s_szNames[] = { - "../../../../ChangeLog", - "../../../../CHANGES", + "../../../../../ChangeLog", + "../../../../../CHANGES", #if defined( HB_OS_DOS ) - "../../../../ChangeLo", - "../../../../Change~1", - "../../../../Change~?", - "../../../../Chang~??", + "../../../../../ChangeLo", + "../../../../../Change~1", + "../../../../../Change~?", + "../../../../../Chang~??", #endif NULL }; int i = 0;