source: trunk/src/comctl32/makefile@ 5087

Last change on this file since 5087 was 4717, checked in by bird, 25 years ago

New makefile style. (addjustments)

File size: 1.3 KB
Line 
1# $Id: makefile,v 1.31 2000-12-02 23:37:13 bird 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)/$(ODINCRT).lib \
60os2386.lib \
61$(RTLLIB_O)
62
63
64#
65# Target name - name of the dll without extention and path.
66#
67TARGET = comctl32
68
69
70#
71# Includes the common rules.
72#
73!include $(ODIN32_POST_INC)
74
Note: See TracBrowser for help on using the repository browser.