source: trunk/src/shell32/shell32lib.mak@ 6502

Last change on this file since 6502 was 6401, checked in by sandervl, 24 years ago

custom build updates

File size: 1.5 KB
Line 
1# $Id: shell32lib.mak,v 1.2 2001-07-29 19:01:06 sandervl Exp $
2
3#
4# Odin32 API
5#
6# common.lib makefile
7#
8WRC_PREFIX_RESOURCE=1
9
10
11#
12# Tell build environmet to build an object library.
13#
14LIBTARGET = 1
15EXETARGET = 1
16PUBLICLIB = 1
17
18
19#
20# Compiler, tools, and interference rules.
21#
22!include ../../makefile.inc
23
24
25#
26# Overrides
27#
28RCFLAGS = $(RCFLAGS) -D__WIN32OS2__
29
30
31#
32# Object files. Prefix with OBJDIR and one space before the '\'.
33#
34OBJS = \
35$(OBJDIR)\initshell32.obj \
36$(OBJDIR)\brsfolder.obj \
37$(OBJDIR)\changenotify.obj \
38$(OBJDIR)\classes.obj \
39$(OBJDIR)\clipboard.obj \
40$(OBJDIR)\dataobject.obj \
41$(OBJDIR)\dialogs.obj \
42$(OBJDIR)\enumidlist.obj \
43$(OBJDIR)\folders.obj \
44$(OBJDIR)\iconcache.obj \
45$(OBJDIR)\memorystream.obj \
46$(OBJDIR)\pidl.obj \
47$(OBJDIR)\shell32_main.obj \
48$(OBJDIR)\shell32_odin.obj \
49##$(OBJDIR)\shellguid.obj \
50$(OBJDIR)\shelllink.obj \
51$(OBJDIR)\shlmenu.obj \
52$(OBJDIR)\shellpath.obj \
53$(OBJDIR)\shellole.obj \
54$(OBJDIR)\shellreg.obj \
55$(OBJDIR)\shellstring.obj \
56$(OBJDIR)\shellstub.obj \
57$(OBJDIR)\shellord.obj \
58$(OBJDIR)\shlfileop.obj \
59$(OBJDIR)\shlfolder.obj \
60$(OBJDIR)\shlview.obj \
61$(OBJDIR)\shell.obj \
62$(OBJDIR)\shv_bg_cmenu.obj \
63$(OBJDIR)\shv_item_cmenu.obj \
64$(OBJDIR)\unknown.obj \
65$(OBJDIR)\control.obj \
66$(OBJDIR)\misc.obj \
67$(OBJDIR)\she.obj \
68$(OBJDIR)\sh.obj \
69$(OBJDIR)\shpolicy.obj \
70$(OBJDIR)\systray.obj \
71$(OBJDIR)\shres.obj
72
73#
74# Target name - name of the library without extention and path.
75#
76TARGET = shell32o
77
78
79#
80# Includes the common rules.
81#
82!include $(ODIN32_POST_INC)
83
Note: See TracBrowser for help on using the repository browser.