2009-11-05 19:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Deleted 'lib' prefix for os2/gcc targets to sync it
with Harbour GNU make build setup.
See my mail on dev list for other options.
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-11-05 19:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! Deleted 'lib' prefix for os2/gcc targets to sync it
|
||||
with Harbour GNU make build setup.
|
||||
See my mail on dev list for other options.
|
||||
|
||||
2009-11-05 15:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* config/os2/gcc.mk
|
||||
|
||||
@@ -2531,7 +2531,6 @@ FUNCTION hbmk( aArgs, /* @ */ lPause )
|
||||
AAdd( hbmk[ _HBMK_aOPTL ], "-Zomf" )
|
||||
AAdd( hbmk[ _HBMK_aOPTD ], "-Zomf" )
|
||||
ELSE
|
||||
cLibLibPrefix := "lib"
|
||||
cLibLibExt := ".a"
|
||||
cBin_Lib := hbmk[ _HBMK_cCCPREFIX ] + "ar" + cCCEXT
|
||||
ENDIF
|
||||
|
||||
Reference in New Issue
Block a user