source: trunk/src/testdrv/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: 415 bytes
Line 
1## @file
2# TESTDRV library
3#
4
5SUB_DEPTH = ../..
6include $(KBUILD_PATH)/subheader.kmk
7
8$(call odin_implib,testdrv)
9
10DLLS += testdrv
11testdrv_TEMPLATE = OdinSimpleDLL
12
13testdrv_SOURCES = \
14 testdrv.cpp \
15 testdrvrsrc.orc \
16 testdrv.def
17
18testdrv_LIBS = \
19 $(PATH_STAGE_LIB)/libwrap.lib \
20 $(PATH_STAGE_LIB)/kernel32.lib
21
22include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.