69 lines
1.4 KiB
Plaintext
69 lines
1.4 KiB
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..
|
|
#
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\gpdres\epagcres\nt4=)
|
|
!endif
|
|
|
|
#
|
|
# Common part of SOURCES file
|
|
#
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=md_epagcres
|
|
|
|
!include $(PRNROOT)\print.inc
|
|
|
|
BINPLACE_PLACEFILE=..\..\nt4lib\placefil.txt
|
|
|
|
GPDDIR=$(PRNROOT)\gpd\epson\jpn
|
|
ICMDIR=..\icm
|
|
LIBDIR=..\..\nt4lib
|
|
SRCDIR=..
|
|
|
|
INCLUDES=$(SRCDIR);$(LIBDIR);$(PRNROOT)\inc
|
|
|
|
!if 0
|
|
DLLBASE=@$(COFFBASE_TXT_FILE),epagcres
|
|
!else
|
|
DLLBASE=0x8000000
|
|
!endif
|
|
|
|
UMTYPE=windows
|
|
|
|
TARGETNAME=epagcres
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\libcntpr.lib \
|
|
$(DDK_LIB_PATH)\win32k.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(LIBDIR)\km\$O\mini.lib
|
|
|
|
USE_NOLIBS=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -DKERNEL_MODE -DOEMCOM -DKM_DRIVER -DWINNT_40
|
|
|
|
DLLDEF=epagcres.def
|
|
|
|
SOURCES=\
|
|
$(SRCDIR)\epagcres.rc \
|
|
$(SRCDIR)\epagcres.c \
|
|
$(SRCDIR)\common.c \
|
|
comoem.cpp \
|
|
dllentry.cpp
|
|
|
|
MISCFILES=\
|
|
$(GPDDIR)\Eplp80cj.gpd \
|
|
$(GPDDIR)\Eplp80cj.ini
|
|
|
|
|