source: trunk/src/comctl32/makefile@ 7029

Last change on this file since 7029 was 6892, checked in by bird, 24 years ago

Custombuild changes.

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