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.
37 lines
540 B
37 lines
540 B
#
|
|
# Common part of SOURCES file
|
|
#
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=md_epageres
|
|
|
|
#
|
|
# We assume PRNROOT is propery defined
|
|
#
|
|
|
|
!include $(PRNROOT)\print.inc
|
|
|
|
GPDLANG=$(ALT_PROJECT)
|
|
|
|
!ifndef DDKBUILDENV
|
|
|
|
GPDDIR=$(PRNROOT)\gpd\epson\$(GPDLANG)
|
|
GPDDIR_RI=$(PRNROOT)\gpd\ricoh\$(GPDLANG)
|
|
|
|
!else
|
|
|
|
GPDDIR=$(PRNROOT)\mini\gpd\epson\$(GPDLANG)
|
|
GPDDIR_RI=$(PRNROOT)\mini\gpd\ricoh\$(GPDLANG)
|
|
|
|
!endif
|
|
|
|
INCLUDES=$(PRNROOT)\inc
|
|
|
|
!if 0
|
|
DLLBASE=@$(COFFBASE_TXT_FILE),epageres
|
|
!else
|
|
DLLBASE=0x8000000
|
|
!endif
|
|
|
|
UMTYPE=windows
|
|
|