2009-07-19 19:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* utils/hbmk2/hbmk2.prg
    + Added /P128 to tlib default flags.
This commit is contained in:
Viktor Szakats
2009-07-19 17:59:21 +00:00
parent a647e930c6
commit 4bd89b2a9c
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-19 19:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ Added /P128 to tlib default flags.
2009-07-19 19:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbssl/Makefile
+ contrib/hbssl/sslerr.c

View File

@@ -2692,7 +2692,7 @@ FUNCTION hbmk( aArgs, /* @ */ lPause, /* @ */ lUTF8 )
cLibExt := ".lib"
cObjExt := ".obj"
cBin_Lib := "tlib.exe"
cOpt_Lib := "{FA} {OL} {LO}{SCRIPT}"
cOpt_Lib := "/P128 {FA} {OL} {LO}{SCRIPT}"
cLibLibExt := cLibExt
cLibObjPrefix := "-+ "
cOptIncMask := "-I{DI}"