26 lines
373 B
Plaintext
26 lines
373 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 - 1995 Microsoft Corporation
|
|
|
|
Sources file for PPD parser test program.
|
|
|
|
!ENDIF
|
|
|
|
!ifndef FAXROOT
|
|
FAXROOT=$(PROJECT_ROOT)\fax
|
|
!endif
|
|
|
|
!include $(FAXROOT)\faxsrc.inc
|
|
|
|
TARGETNAME=decode
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=..\..\faxdrv;..\..\inc;$(INCLUDES)
|
|
C_DEFINES=
|
|
|
|
SOURCES=decode.c
|
|
|
|
UMTYPE=console
|
|
UMAPPL=decode
|