source: trunk/tools/install/Makefile.kmk@ 22012

Last change on this file since 22012 was 21939, checked in by dmik, 14 years ago

Add lost .def files to build process of some EXEs.

  • Property svn:eol-style set to native
File size: 404 bytes
Line 
1## @file
2# ODININST makefile.
3#
4
5SUB_DEPTH = ../..
6include $(KBUILD_PATH)/subheader.kmk
7
8PROGRAMS += odininst
9odininst_TEMPLATE = OdinApp
10
11odininst_SOURCES = \
12 odininst.cpp \
13 regapi.c \
14 tz.c \
15 odininst.def
16
17odininst_LIBS += \
18 $(PATH_STAGE_LIB)/kernel32.lib \
19 $(PATH_STAGE_LIB)/user32.lib \
20 $(PATH_STAGE_LIB)/advapi32.lib
21
22include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.