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.
50 lines
750 B
50 lines
750 B
!IF 0
|
|
|
|
Copyright (C) 1997 - 1999 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
|
|
ALT_PROJECT=CHT
|
|
ALT_PROJECT_TARGET=$(ALT_PROJECT)
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=md_st24tres
|
|
|
|
RCCODEPAGE=950
|
|
|
|
GPDDIR=$(PRNROOT)\gpd\star\$(ALT_PROJECT)
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\gpdres\st24tres=)
|
|
!endif
|
|
|
|
!include $(PRNROOT)\print.inc
|
|
|
|
TARGETNAME=st24tres
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=
|
|
|
|
!if 0
|
|
DLLBASE=@$(COFFBASE_TXT_FILE),st24tres
|
|
!else
|
|
DLLBASE=0x8000000
|
|
!endif
|
|
|
|
RESOURCE_ONLY_DLL=1
|
|
|
|
INCLUDES=$(PRNROOT)\inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE
|
|
|
|
UMTYPE=windows
|
|
|
|
SOURCES=\
|
|
st24tres.rc
|
|
|
|
MISCFILES=\
|
|
$(GPDDIR)\stn220ht.gpd \
|
|
$(GPDDIR)\stx215ht.gpd \
|
|
$(GPDDIR)\stx225ht.gpd \
|
|
$(GPDDIR)\stxt15t.gpd
|