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:
Viktor Szakats
2009-07-03 10:13:53 +00:00
parent a549bd4bb8
commit 4e600ce0ef
5 changed files with 13 additions and 4 deletions

View File

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

View File

@@ -14,6 +14,7 @@ C_SOURCES=\
stringsx.c \
PRG_SOURCES=\
fcomma.prg \
fileread.prg \
nconvert.prg \
numtxthu.prg \

View File

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

View File

@@ -14,9 +14,6 @@ PRG_SOURCES=\
smtcdx.prg \
vfpcdx.prg \
# fcomma.prg \
LIBNAME=hbuddall
include $(TOP)$(ROOT)config/lib.cf