Changeset 44 for trunk/src/comctl32/makefile
- Timestamp:
- Jun 7, 1999, 5:37:34 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/comctl32/makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/makefile
r41 r44 19 19 TARGET = comctl32 20 20 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 21 OBJS = 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 22 26 23 27 all: $(TARGET).dll $(TARGET).lib … … 51 55 pager.obj: pager.c 52 56 tab.obj: tab.c 53 #status.obj: status.c 57 status.obj: status.c 58 header.obj: header.c 59 updown.obj: updown.c 60 rebar:obj: rebar.c 61 cache.obj: cache.c 62 trackbar.obj: trackbar.c 63 tooltips.obj: tooltips.c 64 toolbar.obj: toolbar.c 65 treeview.obj: treeview.c 66 propsheet.obj: propsheet.c 67 listview.obj: listview.c 54 68 55 69 clean:
Note:
See TracChangeset
for help on using the changeset viewer.
