24 lines
431 B
Makefile
24 lines
431 B
Makefile
!if 0
|
|
Copyright (c) 1997 Microsoft Corporation. All Rights Reserved.
|
|
!endif
|
|
|
|
!ifdef NTMAKEENV
|
|
clean:
|
|
!else
|
|
|
|
!ifndef QUARTZ
|
|
QUARTZ = ..
|
|
!endif
|
|
|
|
DIR_LIST = idl \
|
|
ddstream \
|
|
strmobjs
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
!include $(QUARTZ)\quartz.mak
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
!endif # NTMAKEENV
|