source: trunk/src/uxtheme/Makefile.kmk@ 22013

Last change on this file since 22013 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 485 bytes
Line 
1## @file
2# UXTHEME library
3#
4
5SUB_DEPTH = ../..
6include $(KBUILD_PATH)/subheader.kmk
7
8$(call odin_implib,uxtheme)
9
10DLLS += uxtheme
11uxtheme_TEMPLATE = OdinDLL
12
13uxtheme_SOURCES = \
14 uxtheme.cpp \
15 dbglocal.cpp \
16 uxthemersrc.orc \
17 initterm.cpp \
18 uxtheme.def
19
20uxtheme_LIBS = \
21 $(PATH_STAGE_LIB)/wgss50.lib \
22 $(PATH_STAGE_LIB)/kernel32.lib \
23 $(PATH_STAGE_LIB)/guidlib.lib
24
25include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.