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.
53 lines
1.3 KiB
53 lines
1.3 KiB
#
|
|
# 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=JPN
|
|
ALT_PROJECT_TARGET=$(ALT_PROJECT)
|
|
|
|
!ifndef PRNROOT
|
|
! ifndef DDKBUILDENV
|
|
PRNROOT=$(MAKEDIR:\gpdres\epageres\jpn=)
|
|
! else
|
|
PRNROOT=$(BASEDIR)\src\print
|
|
! endif
|
|
!endif
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETNAME=
|
|
TARGETTYPE=NOTARGET
|
|
TARGETPATH=
|
|
|
|
SOURCES=
|
|
|
|
MISCFILES=\
|
|
$(GPDDIR)\eplp10j.gpd \
|
|
$(GPDDIR)\eplp15j.gpd \
|
|
$(GPDDIR)\eplp15sj.gpd \
|
|
$(GPDDIR)\eplp16j.gpd \
|
|
$(GPDDIR)\eplp17j.gpd \
|
|
$(GPDDIR)\eplp20j.gpd \
|
|
$(GPDDIR)\eplp30j.gpd \
|
|
$(GPDDIR)\eplp70gj.gpd \
|
|
$(GPDDIR)\eplp70j.gpd \
|
|
$(GPDDIR)\eplp80ej.gpd \
|
|
$(GPDDIR)\eplp80j.gpd \
|
|
$(GPDDIR)\eplp80sj.gpd \
|
|
$(GPDDIR)\eplp80xj.gpd \
|
|
$(GPDDIR)\eplp82j.gpd \
|
|
$(GPDDIR)\eplp85j.gpd \
|
|
$(GPDDIR)\eplp90j.gpd \
|
|
$(GPDDIR)\eplp92j.gpd \
|
|
$(GPDDIR)\eplp92sj.gpd \
|
|
$(GPDDIR)\eplp92xj.gpd \
|
|
$(GPDDIR_RI)\risp200j.gpd \
|
|
$(GPDDIR_RI)\risp210j.gpd \
|
|
$(GPDDIR_RI)\risp220j.gpd \
|
|
$(GPDDIR_RI)\risp230j.gpd
|