2009-07-03 12:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmisc/Makefile
+ contrib/hbmisc/fcomma.prg
- source/rdd/usrrdd/rdds/fcomma.prg
* source/rdd/usrrdd/rdds/Makefile
* fcomma.prg moved to hbmisc, since it depends on
hbmisc features.
* examples/hbextern/hbextern.prg
- Removed special treatment of fcomma.prg.
This commit is contained in:
@@ -17,6 +17,17 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-07-03 12:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbmisc/Makefile
|
||||
+ contrib/hbmisc/fcomma.prg
|
||||
- source/rdd/usrrdd/rdds/fcomma.prg
|
||||
* source/rdd/usrrdd/rdds/Makefile
|
||||
* fcomma.prg moved to hbmisc, since it depends on
|
||||
hbmisc features.
|
||||
|
||||
* examples/hbextern/hbextern.prg
|
||||
- Removed special treatment of fcomma.prg.
|
||||
|
||||
2009-07-03 12:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/win/msvc.cf
|
||||
* config/wce/msvcarm.cf
|
||||
|
||||
@@ -14,6 +14,7 @@ C_SOURCES=\
|
||||
stringsx.c \
|
||||
|
||||
PRG_SOURCES=\
|
||||
fcomma.prg \
|
||||
fileread.prg \
|
||||
nconvert.prg \
|
||||
numtxthu.prg \
|
||||
|
||||
@@ -78,7 +78,7 @@ REQUEST HB_GT_CGI_DEFAULT
|
||||
#endif
|
||||
|
||||
// List of known files which does not contain any real public function.
|
||||
STATIC s_aSkipFiles := { "profiler.prg", "msg_tpl.c", "fcomma.prg" }
|
||||
STATIC s_aSkipFiles := { "profiler.prg", "msg_tpl.c" }
|
||||
STATIC s_aSkipDirs := { "tests", "examples", "sample", "samples", ".svn", "bsd", "darwin", "dos", "hpux", "linux", "os2", "sunos", "wce", "win" }
|
||||
|
||||
STATIC s_aSkipNames := { "MAIN" } // Init with method names you want to skip
|
||||
|
||||
@@ -14,9 +14,6 @@ PRG_SOURCES=\
|
||||
smtcdx.prg \
|
||||
vfpcdx.prg \
|
||||
|
||||
# fcomma.prg \
|
||||
|
||||
|
||||
LIBNAME=hbuddall
|
||||
|
||||
include $(TOP)$(ROOT)config/lib.cf
|
||||
|
||||
Reference in New Issue
Block a user