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.
22 lines
355 B
22 lines
355 B
!IF 0
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
PRINTERS=$(BASEDIR)\private\ntos\w32\ntgdi\printers
|
|
|
|
!ifndef NOUNICODE
|
|
|
|
C_DEFINES=$(C_DEFINES) -DVERSION_4_71
|
|
|
|
|
|
!endif
|
|
|
|
SOURCES=..\runtime.c \
|
|
..\faxdm.c \
|
|
..\forms.c \
|
|
..\prndata.c \
|
|
..\devmode.c \
|
|
..\halftone.c
|
|
|