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.
46 lines
790 B
46 lines
790 B
!IF 0
|
|
|
|
Copyright (C) 1997 - 1999 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=md_fupclres
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\gpdres\fupclres=)
|
|
!endif
|
|
|
|
!include $(PRNROOT)\print.inc
|
|
|
|
TARGETNAME=fupclres
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=
|
|
|
|
!IF 0
|
|
DLLBASE=@$(COFFBASE_TXT_FILE),fupclres
|
|
!ELSE
|
|
DLLBASE=0x8000000
|
|
!ENDIF
|
|
|
|
RESOURCE_ONLY_DLL=1
|
|
|
|
INCLUDES=$(PRNROOT)\inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE
|
|
|
|
UMTYPE=windows
|
|
|
|
SOURCES=\
|
|
fupclres.rc
|
|
|
|
GPDDIR=$(PRNROOT)\gpd\fuj\usa
|
|
|
|
MISCFILES= $(GPDDIR)\fupp10v.gpd \
|
|
$(GPDDIR)\fupp12v.gpd \
|
|
$(GPDDIR)\fupp14ad.gpd \
|
|
$(GPDDIR)\fupp14av.gpd \
|
|
$(GPDDIR)\fupp16ad.gpd \
|
|
$(GPDDIR)\fupp16dv.gpd \
|
|
$(GPDDIR)\fupp20w.gpd
|