Ignore:
Timestamp:
Jun 7, 1999, 5:37:34 PM (26 years ago)
Author:
achimha
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/makefile

    r41 r44  
    1919TARGET = comctl32
    2020
    21 OBJS =  comctl32.obj initterm.obj progress.obj comctl32undoc.obj imagelist.obj comboex.obj animate.obj datetime.obj flatsb.obj hotkey.obj monthcal.obj nativefont.obj pager.obj tab.obj
     21OBJS =  comctl32.obj initterm.obj progress.obj comctl32undoc.obj imagelist.obj \
     22        comboex.obj animate.obj datetime.obj flatsb.obj hotkey.obj monthcal.obj \
     23        nativefont.obj pager.obj tab.obj status.obj header.obj updown.obj \
     24        rebar.obj cache.obj trackbar.obj tooltips.obj toolbar.obj treeview.obj \
     25        propsheet.obj listview.obj
    2226
    2327all: $(TARGET).dll $(TARGET).lib
     
    5155pager.obj: pager.c
    5256tab.obj: tab.c
    53 #status.obj: status.c
     57status.obj: status.c
     58header.obj: header.c
     59updown.obj: updown.c
     60rebar:obj: rebar.c
     61cache.obj: cache.c
     62trackbar.obj: trackbar.c
     63tooltips.obj: tooltips.c
     64toolbar.obj: toolbar.c
     65treeview.obj: treeview.c
     66propsheet.obj: propsheet.c
     67listview.obj: listview.c
    5468
    5569clean:
Note: See TracChangeset for help on using the changeset viewer.