source: trunk/src/wintrust/Makefile.kmk@ 22012

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

Merge branch gcc-kmk to trunk.

File size: 420 bytes
Line 
1## @file
2# WINTRUST library
3#
4
5SUB_DEPTH = ../..
6include $(KBUILD_PATH)/subheader.kmk
7
8$(call odin_implib,wintrust)
9
10DLLS += wintrust
11wintrust_TEMPLATE = OdinSimpleDLL
12
13wintrust_SOURCES = \
14 wintrust.cpp \
15 wintrustrsrc.orc \
16 wintrust.def
17
18wintrust_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.