source:
trunk/src/wintrust/Makefile.kmk@
22012
Last change on this file since 22012 was 21916, checked in by , 14 years ago | |
---|---|
File size: 420 bytes |
Line | |
---|---|
1 | ## @file |
2 | # WINTRUST library |
3 | # |
4 | |
5 | SUB_DEPTH = ../.. |
6 | include $(KBUILD_PATH)/subheader.kmk |
7 | |
8 | $(call odin_implib,wintrust) |
9 | |
10 | DLLS += wintrust |
11 | wintrust_TEMPLATE = OdinSimpleDLL |
12 | |
13 | wintrust_SOURCES = \ |
14 | wintrust.cpp \ |
15 | wintrustrsrc.orc \ |
16 | wintrust.def |
17 | |
18 | wintrust_LIBS = \ |
19 | $(PATH_STAGE_LIB)/kernel32.lib \ |
20 | $(PATH_STAGE_LIB)/user32.lib |
21 | |
22 | include $(FILE_KBUILD_SUB_FOOTER) |
Note:
See TracBrowser
for help on using the repository browser.