source: trunk/src/imagehlp/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: 510 bytes
Line 
1## @file
2# IMAGEHLP library
3#
4
5SUB_DEPTH = ../..
6include $(KBUILD_PATH)/subheader.kmk
7
8$(call odin_implib,imagehlp)
9
10DLLS += imagehlp
11imagehlp_TEMPLATE = OdinDLL
12
13imagehlp_SOURCES = \
14 imagehlp.cpp \
15 access.cpp \
16 debug.cpp \
17 integrity.cpp \
18 internal.cpp \
19 modify.cpp \
20 symbol.cpp \
21 imagehlprsrc.orc \
22 initterm.cpp \
23 imagehlp.def
24
25imagehlp_LIBS = \
26 $(PATH_STAGE_LIB)/kernel32.lib
27
28include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.