diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6405e08e3a..a44140cb42 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,14 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-05 13:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * win-make.exe + * INSTALL + + Updated to latest mingw release. Updated links. + + * utils/hbmk2/hbmk2.prg + + Minor step towards -cpu support. + 2009-12-05 04:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed to pass self-inherited -mlp64, -mlp32, -m64, -m32 diff --git a/harbour/INSTALL b/harbour/INSTALL index e0fe5d2fa9..98eb4b404e 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -39,7 +39,7 @@ HARBOUR your setup. For the list of supported compilers, please look up the relevant section in this file. 3.) You need to get GNU Make. We recommend this link: - http://sourceforge.net/projects/mingw/files/GNU%20Make/Current%20Release_%20mingw32-make-3.81-20080326/mingw32-make-3.81-20080326-3.tar.gz/download + http://sourceforge.net/projects/mingw/files/MinGW%20make/make-3.81-20090914-mingw32/make-3.81-20090914-mingw32-bin.tar.gz/download Unpack it to your PATH or Harbour source root directory. If you use MinGW compiler, you already have GNU Make. You can also use included copy named win-make.exe instead. @@ -1318,9 +1318,9 @@ HARBOUR http://www.bzip.org/downloads.html GNU Make Windows binary + source: - http://sourceforge.net/projects/mingw/files/GNU%20Make/ - http://sourceforge.net/projects/mingw/files/GNU%20Make/Current%20Release_%20mingw32-make-3.81-20080326/mingw32-make-3.81-20080326-3.tar.gz/download - http://sourceforge.net/projects/mingw/files/GNU%20Make/Current%20Release_%20mingw32-make-3.81-20080326/mingw32-make-3.81-20080326-src.tar.gz/download + http://sourceforge.net/projects/mingw/files/MinGW%20make + http://sourceforge.net/projects/mingw/files/MinGW%20make/make-3.81-20090914-mingw32/make-3.81-20090914-mingw32-bin.tar.gz/download + http://sourceforge.net/projects/mingw/files/MinGW%20make/make-3.81-20090914-mingw32/make-3.81-20090914-mingw32-src.tar.gz/download (included in Harbour as win-make.exe) MS-DOS binary + source: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/ diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index dbd40e2a37..1ee2ad6ce4 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -239,91 +239,92 @@ REQUEST hbmk_KEYW #define _HBMK_lInfo 2 #define _HBMK_cPLAT 3 #define _HBMK_cCOMP 4 -#define _HBMK_cBUILD 5 -#define _HBMK_cGTDEFAULT 6 -#define _HBMK_aLIBCOREGT 7 -#define _HBMK_cGT 8 +#define _HBMK_cCPU 5 +#define _HBMK_cBUILD 6 +#define _HBMK_cGTDEFAULT 7 +#define _HBMK_aLIBCOREGT 8 +#define _HBMK_cGT 9 -#define _HBMK_cHB_BIN_INSTALL 9 -#define _HBMK_cHB_LIB_INSTALL 10 -#define _HBMK_cHB_DYN_INSTALL 11 -#define _HBMK_cHB_INC_INSTALL 12 +#define _HBMK_cHB_BIN_INSTALL 10 +#define _HBMK_cHB_LIB_INSTALL 11 +#define _HBMK_cHB_DYN_INSTALL 12 +#define _HBMK_cHB_INC_INSTALL 13 -#define _HBMK_lGUI 13 -#define _HBMK_lMT 14 -#define _HBMK_lDEBUG 15 -#define _HBMK_nHEAD 16 -#define _HBMK_aINCPATH 17 -#define _HBMK_aINCTRYPATH 18 -#define _HBMK_lREBUILD 19 -#define _HBMK_lTRACE 20 -#define _HBMK_lDONTEXEC 21 -#define _HBMK_nHBMODE 22 -#define _HBMK_cUILNG 23 -#define _HBMK_cUICDP 24 -#define _HBMK_aLIBUSER 25 -#define _HBMK_aLIBUSERGT 26 -#define _HBMK_aLIBUSERSYS 27 -#define _HBMK_aLIBPATH 28 -#define _HBMK_aINSTPATH 29 -#define _HBMK_aOPTC 30 -#define _HBMK_aOPTPRG 31 -#define _HBMK_aOPTRES 32 -#define _HBMK_aOPTL 33 -#define _HBMK_aOPTA 34 -#define _HBMK_aOPTD 35 -#define _HBMK_lCPP 36 -#define _HBMK_lSHARED 37 -#define _HBMK_lSTATICFULL 38 -#define _HBMK_lSHAREDDIST 39 -#define _HBMK_lNULRDD 40 -#define _HBMK_lMAP 41 -#define _HBMK_lBEEP 42 -#define _HBMK_lSTRIP 43 -#define _HBMK_lOPTIM 44 -#define _HBMK_nCOMPR 45 -#define _HBMK_nWARN 46 -#define _HBMK_lRUN 47 -#define _HBMK_lINC 48 -#define _HBMK_lREBUILDPO 49 -#define _HBMK_lMINIPO 50 -#define _HBMK_lUNICODE 51 -#define _HBMK_nCONF 52 -#define _HBMK_lIGNOREERROR 53 -#define _HBMK_lIMPLIB 54 +#define _HBMK_lGUI 14 +#define _HBMK_lMT 15 +#define _HBMK_lDEBUG 16 +#define _HBMK_nHEAD 17 +#define _HBMK_aINCPATH 18 +#define _HBMK_aINCTRYPATH 19 +#define _HBMK_lREBUILD 20 +#define _HBMK_lTRACE 21 +#define _HBMK_lDONTEXEC 22 +#define _HBMK_nHBMODE 23 +#define _HBMK_cUILNG 24 +#define _HBMK_cUICDP 25 +#define _HBMK_aLIBUSER 26 +#define _HBMK_aLIBUSERGT 27 +#define _HBMK_aLIBUSERSYS 28 +#define _HBMK_aLIBPATH 29 +#define _HBMK_aINSTPATH 30 +#define _HBMK_aOPTC 31 +#define _HBMK_aOPTPRG 32 +#define _HBMK_aOPTRES 33 +#define _HBMK_aOPTL 34 +#define _HBMK_aOPTA 35 +#define _HBMK_aOPTD 36 +#define _HBMK_lCPP 37 +#define _HBMK_lSHARED 38 +#define _HBMK_lSTATICFULL 39 +#define _HBMK_lSHAREDDIST 40 +#define _HBMK_lNULRDD 41 +#define _HBMK_lMAP 42 +#define _HBMK_lBEEP 43 +#define _HBMK_lSTRIP 44 +#define _HBMK_lOPTIM 45 +#define _HBMK_nCOMPR 46 +#define _HBMK_nWARN 47 +#define _HBMK_lRUN 48 +#define _HBMK_lINC 49 +#define _HBMK_lREBUILDPO 50 +#define _HBMK_lMINIPO 51 +#define _HBMK_lUNICODE 52 +#define _HBMK_nCONF 53 +#define _HBMK_lIGNOREERROR 54 +#define _HBMK_lIMPLIB 55 -#define _HBMK_lCreateLib 55 -#define _HBMK_lCreateDyn 56 +#define _HBMK_lCreateLib 56 +#define _HBMK_lCreateDyn 57 -#define _HBMK_lBLDFLGP 57 -#define _HBMK_lBLDFLGC 58 -#define _HBMK_lBLDFLGL 59 +#define _HBMK_lBLDFLGP 58 +#define _HBMK_lBLDFLGC 59 +#define _HBMK_lBLDFLGL 60 -#define _HBMK_cFIRST 60 -#define _HBMK_aPRG 61 -#define _HBMK_aC 62 -#define _HBMK_aRESSRC 63 -#define _HBMK_aRESCMP 64 -#define _HBMK_aOBJUSER 65 -#define _HBMK_aICON 66 -#define _HBMK_hDEPTS 67 +#define _HBMK_cFIRST 61 +#define _HBMK_aPRG 62 +#define _HBMK_aC 63 +#define _HBMK_aRESSRC 64 +#define _HBMK_aRESCMP 65 +#define _HBMK_aOBJUSER 66 +#define _HBMK_aICON 67 +#define _HBMK_hDEPTS 68 -#define _HBMK_aPO 68 -#define _HBMK_cHBL 69 -#define _HBMK_cHBLDir 70 -#define _HBMK_aLNG 71 -#define _HBMK_cPO 72 +#define _HBMK_aPO 69 +#define _HBMK_cHBL 70 +#define _HBMK_cHBLDir 71 +#define _HBMK_aLNG 72 +#define _HBMK_cPO 73 -#define _HBMK_lDEBUGTIME 73 -#define _HBMK_lDEBUGINC 74 -#define _HBMK_lDEBUGSTUB 75 -#define _HBMK_lDEBUGI18N 76 +#define _HBMK_lDEBUGTIME 74 +#define _HBMK_lDEBUGINC 75 +#define _HBMK_lDEBUGSTUB 76 +#define _HBMK_lDEBUGI18N 77 -#define _HBMK_cCCPATH 77 -#define _HBMK_cCCPREFIX 78 -#define _HBMK_cCCPOSTFIX 79 +#define _HBMK_cCCPATH 78 +#define _HBMK_cCCPREFIX 79 +#define _HBMK_cCCPOSTFIX 80 -#define _HBMK_MAX_ 79 +#define _HBMK_MAX_ 80 #ifndef _HBMK_EMBEDDED_ diff --git a/harbour/win-make.exe b/harbour/win-make.exe index 20fc9c2787..e71349bf05 100644 Binary files a/harbour/win-make.exe and b/harbour/win-make.exe differ