35 lines
756 B
Plaintext
35 lines
756 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=USA
|
|
#ALT_PROJECT_TARGET=$(ALT_PROJECT)
|
|
GPDLANG=USA
|
|
|
|
!ifndef PRNROOT
|
|
! ifndef DDKBUILDENV
|
|
PRNROOT=$(MAKEDIR:\gpdres\epagcres\usa=)
|
|
! else
|
|
PRNROOT=$(BASEDIR)\src\print
|
|
! endif
|
|
!endif
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETNAME=
|
|
TARGETTYPE=NOTARGET
|
|
TARGETPATH=
|
|
|
|
SOURCES=
|
|
|
|
MISCFILES=\
|
|
$(GPDDIR)\Ep2lc80.gpd \
|
|
$(ICMDIR)\ee501__1.icm
|
|
|