| Line | |
|---|
| 1 | ## @file
|
|---|
| 2 | # IMAGEHLP library
|
|---|
| 3 | #
|
|---|
| 4 |
|
|---|
| 5 | SUB_DEPTH = ../..
|
|---|
| 6 | include $(KBUILD_PATH)/subheader.kmk
|
|---|
| 7 |
|
|---|
| 8 | $(call odin_implib,imagehlp)
|
|---|
| 9 |
|
|---|
| 10 | DLLS += imagehlp
|
|---|
| 11 | imagehlp_TEMPLATE = OdinDLL
|
|---|
| 12 |
|
|---|
| 13 | imagehlp_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 |
|
|---|
| 25 | imagehlp_LIBS = \
|
|---|
| 26 | $(PATH_STAGE_LIB)/kernel32.lib
|
|---|
| 27 |
|
|---|
| 28 | include $(FILE_KBUILD_SUB_FOOTER)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.