|
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 |
|
|---|
| 5 | SUB_DEPTH = ../..
|
|---|
| 6 | include $(KBUILD_PATH)/subheader.kmk
|
|---|
| 7 |
|
|---|
| 8 | #
|
|---|
| 9 | # Include sub-makefiles.
|
|---|
| 10 | #
|
|---|
| 11 | include $(PATH_SUB_CURRENT)/lib/Makefile.kmk
|
|---|
| 12 |
|
|---|
| 13 | PROGRAMS += xx2lx
|
|---|
| 14 | xx2lx_TEMPLATE = OdinBin
|
|---|
| 15 | xx2lx_INCS = include
|
|---|
| 16 | xx2lx_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 |
|
|---|
| 30 | include $(FILE_KBUILD_SUB_FOOTER)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.