Revision: 12714
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12714&view=rev
Author:   druzus
Date:     2009-10-15 15:04:02 +0000 (Thu, 15 Oct 2009)

Log Message:
-----------
2009-10-15 17:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
  * harbour/src/rdd/dbfcdx/dbfcdx1.c
    * removed old unused macros

  * harbour/include/hbcompdf.h
  * harbour/src/compiler/hbmain.c
  * harbour/src/compiler/cmdcheck.c
  * harbour/src/compiler/complex.c
  * harbour/src/compiler/hbcomp.c
  * harbour/src/compiler/gencobj.c
  * harbour/src/compiler/hbusage.c
    + added support for -gd[.<destExt>] switch.
      When used Harbour compiler generates also .d file with dependencies
      list in the form like for make systems:
         <destFile>: <sourceFiles,...>
      optional .<destExt> parameter value can be used to replace default
      extension in <destFile>.
      Now users can generate .d files without additional overhead in the
      same pass as normal compilation by simple adding -gd[.<destExt>]
      switch to compilation command instead of executing harbour compiler
      second time with -sm switch.

  * harbour/doc/man/harbour.1
    * updated man page

  * harbour/utils/hbmk2/hbmk2.prg
    * removed -kj switch - it's not longer necessary to improve -sm
    * minor formatting

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/doc/man/harbour.1
    trunk/harbour/include/hbcompdf.h
    trunk/harbour/src/compiler/cmdcheck.c
    trunk/harbour/src/compiler/complex.c
    trunk/harbour/src/compiler/gencobj.c
    trunk/harbour/src/compiler/hbcomp.c
    trunk/harbour/src/compiler/hbmain.c
    trunk/harbour/src/compiler/hbusage.c
    trunk/harbour/src/rdd/dbfcdx/dbfcdx1.c
    trunk/harbour/utils/hbmk2/hbmk2.prg


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to