|
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 |
|
|---|
| 5 | SUB_DEPTH = ../..
|
|---|
| 6 | include $(KBUILD_PATH)/subheader.kmk
|
|---|
| 7 |
|
|---|
| 8 | PROGRAMS += odininst
|
|---|
| 9 | odininst_TEMPLATE = OdinApp
|
|---|
| 10 |
|
|---|
| 11 | odininst_SOURCES = \
|
|---|
| 12 | odininst.cpp \
|
|---|
| 13 | regapi.c \
|
|---|
| 14 | tz.c \
|
|---|
| 15 | odininst.def
|
|---|
| 16 |
|
|---|
| 17 | odininst_LIBS += \
|
|---|
| 18 | $(PATH_STAGE_LIB)/kernel32.lib \
|
|---|
| 19 | $(PATH_STAGE_LIB)/user32.lib \
|
|---|
| 20 | $(PATH_STAGE_LIB)/advapi32.lib
|
|---|
| 21 |
|
|---|
| 22 | include $(FILE_KBUILD_SUB_FOOTER)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.