2001-10-21 08:05 GMT Dave Pearson <davep@davep.org>

* source/hbmake/Makefile
      * Added missing continuation character to line 14.
   * utils/hbmake/hbmutils.prg
      * Adding missing ")" to `if' in line 21.
This commit is contained in:
Dave Pearson
2001-10-21 08:08:17 +00:00
parent 95c32c0286
commit 847ef1d8c3
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2001-10-21 08:05 GMT Dave Pearson <davep@davep.org>
* source/hbmake/Makefile
* Added missing continuation character to line 14.
* utils/hbmake/hbmutils.prg
* Adding missing ")" to `if' in line 21.
2001-10-20 20:00 GMT -3 Luiz Rafael Culik<culik@sl.conex.net>
* source/compiler/harbour.c
* Changed some function parameters in the _DECL section

View File

@@ -10,7 +10,7 @@ ROOT = ../../
PRG_SOURCES=\
hbmake.prg \
hbmutils.prg
hbmutils.prg \
fclass1.prg \
ffile1.prg \
ft_funcs.prg \

View File

@@ -18,7 +18,7 @@ Function GetSourceFiles( lSubdir )
Local adirs AS ARRAY
Local aRet AS ARRAY := {}
Local lLinux := At( 'linux', Os() ) > 0
Local cdir as String := If( !llinux, '\' + Curdir() + '\', '/' + Curdir() + '/'
Local cdir as String := If( !llinux, '\' + Curdir() + '\', '/' + Curdir() + '/' )
Local aStru := { cDir }
Local aData AS ARRAY
Local nCounter as numeric := 0