source: trunk/src/shell32/Makefile.kmk@ 22011

Last change on this file since 22011 was 21989, checked in by dmik, 14 years ago

Add new shiny Odin logo to About Odin dialog.

  • Property svn:eol-style set to native
File size: 1.5 KB
Line 
1## @file
2# SHELL32 library
3#
4
5SUB_DEPTH = ../..
6include $(KBUILD_PATH)/subheader.kmk
7
8$(call odin_implib_2,shell32)
9
10DLLS += shell32
11shell32_TEMPLATE = OdinDLL
12
13shell32_SOURCES = \
14 os2_integration.cpp \
15 brsfolder.c \
16 changenotify.c \
17 classes.c \
18 clipboard.c \
19 dataobject.c \
20 dialogs.c \
21 enumidlist.c \
22 folders.c \
23 iconcache.c \
24 memorystream.c \
25 pidl.c \
26 shell32_main.c \
27 shell32_odin.cpp \
28 shelllink.c \
29 shlmenu.c \
30 shellpath.c \
31 shellole.c \
32 shellreg.c \
33 shellstring.c \
34 shellstub.cpp \
35 shellord.c \
36 shlfileop.c \
37 shlfolder.c \
38 shlview.c \
39 shell.c \
40 shv_bg_cmenu.c \
41 shv_item_cmenu.c \
42 unknown.c \
43 control.c \
44 misc.cpp \
45 she.cpp \
46 sh.cpp \
47 shpolicy.c \
48 systray.c \
49 systray_os2.c \
50 systray_os2ex.c \
51 shres.orc \
52 initterm.cpp
53
54shres.orc_DEPS += odinlogo.bmp
55
56shell32_SOURCES.release += \
57 shell32.def
58shell32_SOURCES.debug += \
59 dbgwrap.cpp \
60 shell32dbg.def
61
62shell32_LIBS = \
63 $(PATH_STAGE_LIB)/libwrap.lib \
64 $(PATH_STAGE_LIB)/kernel32.lib \
65 $(PATH_STAGE_LIB)/user32.lib \
66 $(PATH_STAGE_LIB)/advapi32.lib \
67 $(PATH_STAGE_LIB)/gdi32.lib \
68 $(PATH_STAGE_LIB)/ole32.lib \
69 $(PATH_STAGE_LIB)/version.lib \
70 $(PATH_STAGE_LIB)/comctl32.lib \
71 $(PATH_STAGE_LIB)/guidlib.lib \
72 $(PATH_STAGE_LIB)/pmwinx.lib \
73 $(PATH_STAGE_LIB)/shlwapi.lib \
74 $(PATH_STAGE_LIB)/ntdll.lib
75
76include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.