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

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

Merge branch gcc-kmk to trunk.

File size: 408 bytes
Line 
1## @file
2# TAPI32 library
3#
4
5SUB_DEPTH = ../..
6include $(KBUILD_PATH)/subheader.kmk
7
8$(call odin_implib,tapi32)
9
10DLLS += tapi32
11tapi32_TEMPLATE = OdinSimpleDLL
12
13tapi32_SOURCES = \
14 tapi32.cpp \
15 tapi32rsrc.orc \
16 tapi32.def
17
18tapi32_LIBS = \
19 $(PATH_STAGE_LIB)/kernel32.lib \
20 $(PATH_STAGE_LIB)/user32.lib
21
22include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.