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