Revision: 11950
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11950&view=rev
Author:   vszakats
Date:     2009-08-01 10:41:04 +0000 (Sat, 01 Aug 2009)

Log Message:
-----------
2009-08-01 12:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
  * config/header.cf
  * config/rules.cf
  * config/none.cf
  * config/global.cf
  * config/doc.cf
  * config/lib.cf
  * config/bin.cf
  * config/dir.cf
  * config/test.cf
    + Added HB_COMPILER and HB_ARCHITECTURE autodetection.
      It's experimental yet.
    + Added support for HB_BUILD_SUBDIR envvar which can
      extend the <arch>/<comp> path by arbitrary subdir(s).
      Useful to keep custom binary builds in parallel, f.e.
      release/debug, cpp/c, cpu targets. Notice that hbmk2
      will not be able to use such customized directory
      structure yet, but there'll probably be a cmdline option
      for that in the future (it won't/can't be automatic).
      Notice, this feature doesn't work yet on OS/2 because
      the shell doesn't support 'mkdir -p' equivalent.
    * Cleaned internal ARCH_COMP var usage.
    % Deleted SOURCE_DIR usage, it was a no-op.

  * make_gnu.bat
    ! Fixed autodetection of mingwarm.
    ; Autodetection code will have to be deleted from here anyway.

  + config/os2-mkdir.exe
    + Added OS/2 GNU mkdir executable. (not yet used)

  * examples/superlib/superlib.dif
    + Added 'const'.

  * source/rtl/hbinet.c
    ! Fixed to use hb_retc() to return hb_socketErrorStr() value.

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/config/bin.cf
    trunk/harbour/config/dir.cf
    trunk/harbour/config/doc.cf
    trunk/harbour/config/global.cf
    trunk/harbour/config/header.cf
    trunk/harbour/config/lib.cf
    trunk/harbour/config/none.cf
    trunk/harbour/config/rules.cf
    trunk/harbour/config/test.cf
    trunk/harbour/examples/superlib/superlib.dif
    trunk/harbour/make_gnu.bat
    trunk/harbour/source/rtl/hbinet.c

Added Paths:
-----------
    trunk/harbour/config/os2-mkdir.exe


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