NT4/private/ole32/stg/common/filelist.mk
2020-09-30 17:12:29 +02:00

16 lines
263 B
Makefile

# Used only for non-Cairo builds
!if "$(OPSYS)" == "NT"
!error $(CAIROLE)\stg\common used for Cairo
!endif
MKNAME = dfcommon
CXXFILES = \
.\assert.cxx
CFILES = .\output.c \
.\dprintf.c \
.\sprintf.c
!include $(CAIROLE)\stg\dfms.mk