source: trunk/src/psapi/Makefile.kmk@ 22013

Last change on this file since 22013 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 366 bytes
Line 
1## @file
2# PSAPI library
3#
4
5SUB_DEPTH = ../..
6include $(KBUILD_PATH)/subheader.kmk
7
8$(call odin_implib,psapi)
9
10DLLS += psapi
11psapi_TEMPLATE = OdinSimpleDLL
12
13psapi_SOURCES = \
14 psapi.cpp \
15 psapirsrc.orc \
16 psapi.def
17
18psapi_LIBS = \
19 $(PATH_STAGE_LIB)/kernel32.lib
20
21include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.