You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
387 B
26 lines
387 B
!ifndef PRNROOT
|
|
PRNROOT=$(PROJECT_ROOT)\print\drivers\usermode
|
|
!endif
|
|
|
|
!include $(PRNROOT)\print.inc
|
|
|
|
!if "$(ALT_PROJECT)"=="CHP"
|
|
GPDLANG=CHS
|
|
!else
|
|
GPDLANG=$(ALT_PROJECT)
|
|
!endif
|
|
|
|
GPDDIR_EP=$(PRNROOT)\gpd\epson\$(GPDLANG)
|
|
|
|
INCLUDES=$(PRNROOT)\inc
|
|
|
|
UMTYPE=windows
|
|
|
|
!if 0
|
|
DLLBASE=@$(COFFBASE_TXT_FILE),eprstres
|
|
!else
|
|
DLLBASE=0x8000000
|
|
!endif
|
|
|
|
RESOURCE_ONLY_DLL=1
|
|
|