2010-02-21 15:03 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* include/hbextern.ch
    + Added __CLSMSGTYPE function.

  * config/os2/gcc.mk
    * Changed to use 'ld' tools directly when creating
      Harbour dynamic libraries.
    ; Please test, it's possible that some option have to be 
      deleted, changed, or some system/compiler libs added 
      manually to make it work.
This commit is contained in:
Viktor Szakats
2010-02-21 14:03:38 +00:00
parent 0c88b47383
commit c9de4f1d3a
3 changed files with 17 additions and 1 deletions

View File

@@ -17,6 +17,17 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-02-21 15:03 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* include/hbextern.ch
+ Added __CLSMSGTYPE function.
* config/os2/gcc.mk
* Changed to use 'ld' tools directly when creating
Harbour dynamic libraries.
; Please test, it's possible that some option have to be
deleted, changed, or some system/compiler libs added
manually to make it work.
2010-02-21 13:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/ChangeLog
! fixed typo

View File

@@ -107,7 +107,11 @@ else
AR_RULE = $(create_library) $(ARSTRIP) & $(RM) __lib__.tmp
endif
DY := $(CC)
ifeq ($(HB_COMPILER),gccomf)
DY := $(HB_CCPATH)$(HB_CCPREFIX)emxomfld
else
DY := $(HB_CCPATH)$(HB_CCPREFIX)ld
endif
DFLAGS += -shared $(LIBPATHS)
ifeq ($(HB_COMPILER),gccomf)
DFLAGS += -Zomf

View File

@@ -498,6 +498,7 @@ EXTERNAL __CLSLOCK
EXTERNAL __CLSMODMSG
EXTERNAL __CLSNEW
EXTERNAL __CLSPARENT
EXTERNAL __CLSMSGTYPE
EXTERNAL __OBJADDDATA
EXTERNAL __OBJADDINLINE