From c44c91e43bb07739b3648087852c60acba3e02ac Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 25 Aug 2010 07:44:58 +0000 Subject: [PATCH] 2010-08-25 09:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/mpkg_win_nightly.bat + Upload logs even if build failed. ; NOTE: On current build machine mingw suffers transient "segmentation fault" failures. It may be a sign of hardware or OS problem. This means missing nightly binaries for no apparent reason. * contrib/hbide/hbide.prg ! SET DATE ANSI * INSTALL * Minor. --- harbour/ChangeLog | 13 +++++++++++++ harbour/INSTALL | 8 ++++---- harbour/contrib/hbide/hbide.prg | 1 + harbour/package/mpkg_win_nightly.bat | 5 +++-- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 739406414f..d57568c638 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,19 @@ The license applies to all entries newer than 2009-04-28. */ +2010-08-25 09:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * package/mpkg_win_nightly.bat + + Upload logs even if build failed. + ; NOTE: On current build machine mingw suffers transient "segmentation + fault" failures. It may be a sign of hardware or OS problem. + This means missing nightly binaries for no apparent reason. + + * contrib/hbide/hbide.prg + ! SET DATE ANSI + + * INSTALL + * Minor. + 2010-08-24 18:55 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqgraphicsitem.cpp diff --git a/harbour/INSTALL b/harbour/INSTALL index a6c52355d9..33ee174c7d 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -1162,11 +1162,11 @@ HARBOUR gmake OR make HB_PLATFORM=wce --- -9. HOW TO GET THE HARBOUR SOURCES -================================= +9. HOW TO GET HARBOUR +===================== 1.) It's possible you're reading this document as part of the Harbour - source code package. If not, read along. + distribution package. If not, read along. 2.) Harbour source repository @@ -1206,7 +1206,7 @@ HARBOUR 2. Make sure to do a 'make clean' before doing a build after refreshing the sources. 3. If that still fails, make sure to install fresh source tree in a new - local directory and start over. See HOW TO GET THE HARBOUR SOURCES + local directory and start over. See HOW TO GET HARBOUR section for instructions to get the source. 4. If you are doing a cross-build, make sure to have rebuilt the native Harbour executables for your host platform. See 'HB_HOST_BIN' diff --git a/harbour/contrib/hbide/hbide.prg b/harbour/contrib/hbide/hbide.prg index 262a543b4d..f8076ca41f 100644 --- a/harbour/contrib/hbide/hbide.prg +++ b/harbour/contrib/hbide/hbide.prg @@ -111,6 +111,7 @@ PROCEDURE Main( ... ) hb_setEnv( "HB_IDE_INSTALL", cBse ) #endif + SET DATE TO ANSI SET CENTURY ON SET EPOCH TO 1970 diff --git a/harbour/package/mpkg_win_nightly.bat b/harbour/package/mpkg_win_nightly.bat index 4f4b1a0794..af2b455799 100644 --- a/harbour/package/mpkg_win_nightly.bat +++ b/harbour/package/mpkg_win_nightly.bat @@ -119,13 +119,14 @@ echo ! Uploading Harbour unified Windows package... %_HB_DIR_TOOL%pscp.exe -i %HB_SFNET_FRS_PRIVATE_KEY% %HB_RT%harbour-nightly-win.exe %HB_SFNET_USER%%_HB_SFNET_URL% %_HB_DIR_TOOL%pscp.exe -i %HB_SFNET_FRS_PRIVATE_KEY% %HB_RT%harbour-nightly-win.7z %HB_SFNET_USER%%_HB_SFNET_URL% + +:_EXIT + %_HB_DIR_TOOL%pscp.exe -i %HB_SFNET_FRS_PRIVATE_KEY% %HB_RT%harbour-nightly-win-log.txt %HB_SFNET_USER%%_HB_SFNET_URL% %_HB_DIR_TOOL%pscp.exe -i %HB_SFNET_FRS_PRIVATE_KEY% %HB_RT%harbour-nightly-win-mingw-log.txt %HB_SFNET_USER%%_HB_SFNET_URL% %_HB_DIR_TOOL%pscp.exe -i %HB_SFNET_FRS_PRIVATE_KEY% %HB_RT%harbour-nightly-win-bcc-log.txt %HB_SFNET_USER%%_HB_SFNET_URL% rem %_HB_DIR_TOOL%pscp.exe -i %HB_SFNET_FRS_PRIVATE_KEY% %HB_RT%harbour-nightly-win-watcom-log.txt %HB_SFNET_USER%%_HB_SFNET_URL% -:_EXIT - echo ! Finished. popd