source: trunk/src/comctl32/makefile@ 5655

Last change on this file since 5655 was 5630, checked in by sandervl, 25 years ago

wine resync

File size: 1.3 KB
Line 
1# $Id: makefile,v 1.32 2001-04-29 10:30:56 sandervl Exp $
2
3#
4# Odin32 API
5#
6# comctl32.dll makefile
7#
8
9
10#
11# Compiler, tools, and interference rules.
12#
13!include ../../makefile.inc
14
15
16#
17# Object files. Prefix with OBJDIR and one space before the '\'.
18#
19OBJS = \
20$(OBJDIR)\comctl32.obj \
21$(OBJDIR)\initterm.obj \
22$(OBJDIR)\progress.obj \
23$(OBJDIR)\comctl32undoc.obj \
24$(OBJDIR)\imagelist.obj \
25$(OBJDIR)\comboex.obj \
26$(OBJDIR)\animate.obj \
27$(OBJDIR)\datetime.obj \
28$(OBJDIR)\flatsb.obj \
29$(OBJDIR)\hotkey.obj \
30$(OBJDIR)\monthcal.obj \
31$(OBJDIR)\nativefont.obj \
32$(OBJDIR)\pager.obj \
33$(OBJDIR)\tab.obj \
34$(OBJDIR)\status.obj \
35$(OBJDIR)\header.obj \
36$(OBJDIR)\updown.obj \
37$(OBJDIR)\rebar.obj \
38$(OBJDIR)\trackbar.obj \
39$(OBJDIR)\tooltips.obj \
40$(OBJDIR)\toolbar.obj \
41$(OBJDIR)\treeview.obj \
42$(OBJDIR)\propsheet.obj \
43$(OBJDIR)\listview.obj \
44$(OBJDIR)\draglist.obj \
45$(OBJDIR)\ipaddress.obj \
46$(OBJDIR)\ccbase.obj \
47$(OBJDIR)\rsrc.obj \
48$(OBJDIR)\smoothscroll.obj
49
50
51#
52# Libraries. One space before the '\'.
53#
54LIBS = \
55$(ODIN32_LIB)/kernel32.lib \
56$(ODIN32_LIB)/gdi32.lib \
57$(ODIN32_LIB)/user32.lib \
58$(ODIN32_LIB)/msvfw32.lib \
59$(ODIN32_LIB)/winmm.lib \
60$(ODIN32_LIB)/$(ODINCRT).lib \
61os2386.lib \
62$(RTLLIB_O)
63
64
65#
66# Target name - name of the dll without extention and path.
67#
68TARGET = comctl32
69
70
71#
72# Includes the common rules.
73#
74!include $(ODIN32_POST_INC)
75
Note: See TracBrowser for help on using the repository browser.