Ignore:
Timestamp:
Jun 12, 1999, 8:19:14 PM (26 years ago)
Author:
achimha
Message:

added draglist dummy control and exported its APIs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/makefile

    r94 r104  
    1 # $Id: makefile,v 1.4 1999-06-10 16:22:00 achimha Exp $
     1# $Id: makefile,v 1.5 1999-06-12 18:19:14 achimha Exp $
    22#
    33# PD-Win32 API
     
    2424        nativefont.obj pager.obj tab.obj status.obj header.obj updown.obj \
    2525        rebar.obj cache.obj trackbar.obj tooltips.obj toolbar.obj treeview.obj \
    26         propsheet.obj listview.obj
     26        propsheet.obj listview.obj draglist.obj
    2727
    2828all: $(TARGET).dll $(TARGET).lib
     
    6767propsheet.obj: propsheet.c
    6868listview.obj: listview.c
     69draglist.obj: draglist.c
    6970
    7071clean:
Note: See TracChangeset for help on using the changeset viewer.