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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user