39 lines
903 B
Plaintext
39 lines
903 B
Plaintext
#
|
|
# We take advantage of the ALT_PROJECT/ALT_PROJECT_TARGET macro
|
|
# to place FE speicfic files in appropriate language subdirectories
|
|
# (e.g. binaries\jpn, binaries\cht, etc.) of the bild image.
|
|
#
|
|
# n.b. Though these macros are used, we do not necessarily expect
|
|
# that we have DBCS, JPN, etc. symbols are defined in C_DEFINES.
|
|
# This is purely for binlacing location issue..
|
|
#
|
|
|
|
ALT_PROJECT=FE
|
|
ALT_PROJECT_TARGET=$(ALT_PROJECT)
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETNAME=epageres
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\libcntpr.lib \
|
|
$(PRNROOT)\lib\utils\km\$O\utils.lib \
|
|
$(DDK_LIB_PATH)\win32k.lib
|
|
USE_NOLIBS=1
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -DKERNEL_MODE -DKM_DRIVER
|
|
|
|
SRCDIR=..
|
|
|
|
DLLDEF=epageres.def
|
|
|
|
SOURCES=\
|
|
$(SRCDIR)\epageres.rc \
|
|
$(SRCDIR)\epageres.c \
|
|
$(SRCDIR)\common.c
|
|
|
|
MISCFILES=\
|
|
$(SRCDIR)\epageres.ini
|
|
|