Revision: 12697
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12697&view=rev
Author:   druzus
Date:     2009-10-13 13:17:15 +0000 (Tue, 13 Oct 2009)

Log Message:
-----------
2009-10-13 15:16 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
  * harbour/include/hbpp.h
  * harbour/include/hbcompdf.h
  * harbour/src/pp/ppcore.c
  * harbour/src/compiler/hbmain.c
  * harbour/src/compiler/cmdcheck.c
  * harbour/src/compiler/ppcomp.c
  * harbour/src/compiler/hbusage.c
  * harbour/doc/man/harbour.1
    + added support for new compiler switch -sm which can be used to
      generate dependencies list.
    * modified HB_COMPILEBUF() function to return dependencies list
      instead of .HRB file body when -sm switch is used. Files in
      single module are separated by spaces and modules are separated
      by TABs (chr(9))
      To reduce overhead I suggest to use in programs like hbmk2
      together with -sm also -kj switch - it disables some time
      consuming optimizations in compiler code.

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/doc/man/harbour.1
    trunk/harbour/include/hbcompdf.h
    trunk/harbour/include/hbpp.h
    trunk/harbour/src/compiler/cmdcheck.c
    trunk/harbour/src/compiler/hbmain.c
    trunk/harbour/src/compiler/hbusage.c
    trunk/harbour/src/compiler/ppcomp.c
    trunk/harbour/src/pp/ppcore.c


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

Reply via email to