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.
30 lines
438 B
30 lines
438 B
!IF 0
|
|
|
|
Copyright (C) 1997 - 2001 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\gpdres\pclxl=)
|
|
!endif
|
|
|
|
!include $(PRNROOT)\print.inc
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=md_pclxl
|
|
|
|
TARGETNAME=pclxl
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE
|
|
|
|
DLLBASE=@$(COFFBASE_TXT_FILE),pclxl
|
|
|
|
INCLUDES=..;..\..\inc
|
|
RESOURCE_ONLY_DLL=1
|
|
|
|
SOURCES=pclxl.rc
|
|
|
|
MISCFILES=gpd\*.gpd
|