Revision: 10198
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10198&view=rev
Author:   vszakats
Date:     2009-02-06 23:15:37 +0000 (Fri, 06 Feb 2009)

Log Message:
-----------
2009-02-06 23:47 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
  * common.mak
  * harbour-wce-spec
  * harbour-win-spec
  * harbour.spec
  * make_b32.bat
  * make_b32.mak
  * make_gcc.mak
  * make_gcc.sh
  * make_gnu.bat
  * make_gnu.sh
  * make_gnu_os2.cmd
  * make_gnu_xmingw.sh
  * make_gnu_xmingwce.sh
  * make_vc.bat
  * make_vc.mak
  * mpkg_tgz.sh
  * bin/hb-func.sh
  * bin/hb-mkslib.sh
  * bin/hbmk.bat
  * bin/hbmk_os2.cmd
  * bin/postinst.sh
  * config/bin.cf
  * config/bsd/gcc.cf
  * config/darwin/gcc.cf
  * config/dos/bcc16.cf
  * config/dos/djgpp.cf
  * config/dos/owatcom.cf
  * config/dos/rsx32.cf
  * config/hpux/gcc.cf
  * config/lib.cf
  * config/linux/gcc.cf
  * config/linux/owatcom.cf
  * config/os2/gcc.cf
  * config/os2/icc.cf
  * config/rules.cf
  * config/sunos/gcc.cf
  * config/win/bcc32.cf
  * config/win/dm.cf
  * config/win/gcc.cf
  * config/win/icc.cf
  * config/win/mingw.cf
  * config/win/mingwce.cf
  * config/win/msvc.cf
  * config/win/msvcce.cf
  * config/win/owatcom.cf
  * config/win/pocc.cf
  * config/win/pocc64.cf
  * config/win/poccce.cf
  * config/win/rsxnt.cf
  * config/win/xcc.cf
  * contrib/gtalleg/Makefile
  * contrib/hbapollo/Makefile
  * contrib/hbcurl/Makefile
  * contrib/hbfbird/Makefile
  * contrib/hbfimage/Makefile
  * contrib/hbgd/Makefile
  * contrib/hbgd/tests/hbmk_b32.bat
  * contrib/hbgd/tests/hbmk_vc.bat
  * contrib/hbgf/hbgfgtk/Makefile
  * contrib/hbhpdf/Makefile
  * contrib/hbmysql/Makefile
  * contrib/hbodbc/Makefile
  * contrib/hbpgsql/Makefile
  * contrib/hbssl/Makefile
  * contrib/hbtip/ChangeLog
  * contrib/hbwhat/Makefile
  * contrib/hbwhat/tests/hbmk_b32.bat
  * contrib/hbwhat/tests/hbmk_vc.bat
  * contrib/mtpl_b32.bat
  * contrib/mtpl_b32.mak
  * contrib/mtpl_gcc.mak
  * contrib/mtpl_gcc.sh
  * contrib/mtpl_vc.bat
  * contrib/mtpl_vc.mak
  * contrib/rddads/Makefile
  * contrib/rddsql/sddfb/Makefile
  * contrib/rddsql/sddmy/Makefile
  * contrib/rddsql/sddpg/Makefile
  * doc/es/tracing.txt
  * doc/gmake.txt
  * doc/tracing.txt
  * include/hbapi.h
  * source/main/harbour.c
  * source/pp/hbpp.c
  * source/rdd/dbffpt/Makefile
  * source/vm/cmdarg.c
  * source/vm/Makefile
  * source/vm/vmmt/Makefile
  * tests/multifnc/Makefile
  * tests/testid.prg
  * utils/hbdoc/Makefile
  * utils/hbi18n/Makefile
  * utils/hbmake/hbmake.prg
  * utils/hbmake/Makefile
  * utils/hbrun/Makefile
  * utils/hbtest/Makefile
    * Renamed remaining build configration envvars:
      - PRG_USR -> HB_USER_PRGFLAGS
      - C_USR   -> HB_USER_CFLAGS
      - L_USR   -> HB_USER_LDFLAGS
      - A_USR   -> HB_USER_AFLAGS
      - MK_USR  -> HB_USER_MAKEFLAGS
      (finally settled with HB_USER* instead of HB_USR*,
      this also means that HB_USER_LIBS was kept unchanged.)
    ; Please update your environment.
      You may use these commands to make it easy:
      gsar -o -sPRG_USR -rHB_USER_PRGFLAGS  *
      gsar -o -sC_USR   -rHB_USER_CFLAGS    *
      gsar -o -sL_USR   -rHB_USER_LDFLAGS   *
      gsar -o -sA_USR   -rHB_USER_AFLAGS    *
      gsar -o -sMK_USR  -rHB_USER_MAKEFLAGS *

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/bin/hb-func.sh
    trunk/harbour/bin/hb-mkslib.sh
    trunk/harbour/bin/hbmk.bat
    trunk/harbour/bin/hbmk_os2.cmd
    trunk/harbour/bin/postinst.sh
    trunk/harbour/common.mak
    trunk/harbour/config/bin.cf
    trunk/harbour/config/bsd/gcc.cf
    trunk/harbour/config/darwin/gcc.cf
    trunk/harbour/config/dos/bcc16.cf
    trunk/harbour/config/dos/djgpp.cf
    trunk/harbour/config/dos/owatcom.cf
    trunk/harbour/config/dos/rsx32.cf
    trunk/harbour/config/hpux/gcc.cf
    trunk/harbour/config/lib.cf
    trunk/harbour/config/linux/gcc.cf
    trunk/harbour/config/linux/owatcom.cf
    trunk/harbour/config/os2/gcc.cf
    trunk/harbour/config/os2/icc.cf
    trunk/harbour/config/rules.cf
    trunk/harbour/config/sunos/gcc.cf
    trunk/harbour/config/win/bcc32.cf
    trunk/harbour/config/win/dm.cf
    trunk/harbour/config/win/gcc.cf
    trunk/harbour/config/win/icc.cf
    trunk/harbour/config/win/mingw.cf
    trunk/harbour/config/win/mingwce.cf
    trunk/harbour/config/win/msvc.cf
    trunk/harbour/config/win/msvcce.cf
    trunk/harbour/config/win/owatcom.cf
    trunk/harbour/config/win/pocc.cf
    trunk/harbour/config/win/pocc64.cf
    trunk/harbour/config/win/poccce.cf
    trunk/harbour/config/win/rsxnt.cf
    trunk/harbour/config/win/xcc.cf
    trunk/harbour/contrib/gtalleg/Makefile
    trunk/harbour/contrib/hbapollo/Makefile
    trunk/harbour/contrib/hbcurl/Makefile
    trunk/harbour/contrib/hbfbird/Makefile
    trunk/harbour/contrib/hbfimage/Makefile
    trunk/harbour/contrib/hbgd/Makefile
    trunk/harbour/contrib/hbgd/tests/hbmk_b32.bat
    trunk/harbour/contrib/hbgd/tests/hbmk_vc.bat
    trunk/harbour/contrib/hbgf/hbgfgtk/Makefile
    trunk/harbour/contrib/hbhpdf/Makefile
    trunk/harbour/contrib/hbmysql/Makefile
    trunk/harbour/contrib/hbodbc/Makefile
    trunk/harbour/contrib/hbpgsql/Makefile
    trunk/harbour/contrib/hbssl/Makefile
    trunk/harbour/contrib/hbtip/ChangeLog
    trunk/harbour/contrib/hbwhat/Makefile
    trunk/harbour/contrib/hbwhat/tests/hbmk_b32.bat
    trunk/harbour/contrib/hbwhat/tests/hbmk_vc.bat
    trunk/harbour/contrib/mtpl_b32.bat
    trunk/harbour/contrib/mtpl_b32.mak
    trunk/harbour/contrib/mtpl_gcc.mak
    trunk/harbour/contrib/mtpl_gcc.sh
    trunk/harbour/contrib/mtpl_vc.bat
    trunk/harbour/contrib/mtpl_vc.mak
    trunk/harbour/contrib/rddads/Makefile
    trunk/harbour/contrib/rddsql/sddfb/Makefile
    trunk/harbour/contrib/rddsql/sddmy/Makefile
    trunk/harbour/contrib/rddsql/sddpg/Makefile
    trunk/harbour/doc/es/tracing.txt
    trunk/harbour/doc/gmake.txt
    trunk/harbour/doc/tracing.txt
    trunk/harbour/harbour-wce-spec
    trunk/harbour/harbour-win-spec
    trunk/harbour/harbour.spec
    trunk/harbour/include/hbapi.h
    trunk/harbour/make_b32.bat
    trunk/harbour/make_b32.mak
    trunk/harbour/make_gcc.mak
    trunk/harbour/make_gcc.sh
    trunk/harbour/make_gnu.bat
    trunk/harbour/make_gnu.sh
    trunk/harbour/make_gnu_os2.cmd
    trunk/harbour/make_gnu_xmingw.sh
    trunk/harbour/make_gnu_xmingwce.sh
    trunk/harbour/make_vc.bat
    trunk/harbour/make_vc.mak
    trunk/harbour/mpkg_tgz.sh
    trunk/harbour/source/main/harbour.c
    trunk/harbour/source/pp/hbpp.c
    trunk/harbour/source/rdd/dbffpt/Makefile
    trunk/harbour/source/vm/Makefile
    trunk/harbour/source/vm/cmdarg.c
    trunk/harbour/source/vm/vmmt/Makefile
    trunk/harbour/tests/multifnc/Makefile
    trunk/harbour/tests/testid.prg
    trunk/harbour/utils/hbdoc/Makefile
    trunk/harbour/utils/hbi18n/Makefile
    trunk/harbour/utils/hbmake/Makefile
    trunk/harbour/utils/hbmake/hbmake.prg
    trunk/harbour/utils/hbrun/Makefile
    trunk/harbour/utils/hbtest/Makefile


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