Files
harbour-core/harbour/contrib/hbwin/common.mak
Pritpal Bedi daa0e7e5fa 2009-02-18 16:25 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/gtwvg/Makefile
  * harbour/contrib/gtwvg/common.mak
    + Added wvgscrlb.prg.

  + harbour/contrib/gtwvg/wvgscrlb.prg
    + Implemented WvgScrollBar() class ( work-in-progress ).

  * harbour/contrib/gtwvg/gtwvg.c
  * harbour/contrib/gtwvg/gtwvg.h
  * harbour/contrib/gtwvg/hbgtwvg.ch
  * harbour/contrib/gtwvg/wvgcrt.prg
  * harbour/contrib/gtwvg/wvgdarea.prg
  * harbour/contrib/gtwvg/wvgdatar.prg
  * harbour/contrib/gtwvg/wvgdlg.prg
  * harbour/contrib/gtwvg/wvggui.c
  * harbour/contrib/gtwvg/wvggui.h
  * harbour/contrib/gtwvg/wvgparts.ch
  * harbour/contrib/gtwvg/wvgphdlr.prg
  * harbour/contrib/gtwvg/wvgstatb.prg
  * harbour/contrib/gtwvg/wvgstatc.prg
  * harbour/contrib/gtwvg/wvgwin.c
  * harbour/contrib/gtwvg/wvgwnd.prg
  * harbour/contrib/gtwvg/wvtwin.ch
    * Numerous changes and fixes and behavioral shifts.
    ! Started to implement CUI and GUI components in GTWVG.
    ! Started to use C STRUCTURES.

  * harbour/contrib/hbwin/Makefile
  * harbour/contrib/hbwin/common.mak
    + Added wapi_winuser.c

  * harbour/contrib/hbwin/hbwapi.h
    + added more WAPI macros to accomodate new types.

  + harbour/contrib/hbwin/wapi_winuser.c
    + Introduced wrapper function to manipulate scrollbars.

    ; NOTE: GTWVG now needs xhb.lib alongwith hbwin.lib.
2009-02-19 00:32:12 +00:00

37 lines
752 B
Makefile

#
# $Id$
#
LIBNAME = $(LIBPREF)hbwin
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
C_HEADERS = \
hbwapi.h \
hbwin.h \
PRG_HEADERS = \
hbwin.ch \
LIB_OBJS = \
$(OBJ_DIR)win_dll$(OBJEXT) \
$(OBJ_DIR)win_misc$(OBJEXT) \
$(OBJ_DIR)win_ole$(OBJEXT) \
$(OBJ_DIR)win_osc$(OBJEXT) \
$(OBJ_DIR)win_prn1$(OBJEXT) \
$(OBJ_DIR)win_prn2$(OBJEXT) \
$(OBJ_DIR)win_prt$(OBJEXT) \
$(OBJ_DIR)win_regc$(OBJEXT) \
$(OBJ_DIR)wapi_commctrl$(OBJEXT) \
$(OBJ_DIR)wapi_winbase$(OBJEXT) \
$(OBJ_DIR)wapi_winuser$(OBJEXT) \
\
$(OBJ_DIR)win_os$(OBJEXT) \
$(OBJ_DIR)win_reg$(OBJEXT) \
$(OBJ_DIR)win_tole$(OBJEXT) \
$(OBJ_DIR)win_tprn$(OBJEXT) \
$(OBJ_DIR)win_tprt$(OBJEXT) \
all: \
$(LIB_PATH) \