source: trunk/src/win32k/Makefile.kmk@ 22011

Last change on this file since 22011 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: 552 bytes
Line 
1## @file
2# Win32k components.
3#
4
5SUB_DEPTH = ../..
6include $(KBUILD_PATH)/subheader.kmk
7
8#
9# Include sub-makefiles.
10#
11include $(PATH_SUB_CURRENT)/lib/Makefile.kmk
12
13PROGRAMS += xx2lx
14xx2lx_TEMPLATE = OdinBin
15xx2lx_INCS = include
16xx2lx_SOURCES = \
17 ldr/xx2lxmain.cpp \
18 ldr/modulebase.cpp \
19 pe2lx/pe2lx.cpp \
20 elf2lx/elf2lx.cpp \
21 misc/malloc.c \
22 misc/avl.c \
23 misc/smalloc_avl.c \
24 misc/rmalloc_avl.c \
25 misc/new.cpp \
26 misc/stricmp.c \
27 misc/vprintf.c \
28 Xx2Lx.def
29
30include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.