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.
This commit is contained in:
Viktor Szakats
2009-07-15 15:52:41 +00:00
parent 8ddf0874f8
commit 3b08018672
3 changed files with 13 additions and 8 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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;