Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

33 lines
818 B

#********************************************************************
#** Microsoft Windows **
#** Copyright(c) Microsoft Corp., 1992 - 1992 **
#********************************************************************
MKNAME = msf
!if "$(OLESEP)" != ""
LIBS = $(CAIROLE)\stg\docfile\$(OBJDIR)\docfile.lib
!endif
CXXFILES = \
.\cache.cxx\
.\difat.cxx\
.\dir.cxx\
.\dirp.cxx\
.\dl.cxx\
.\fat.cxx\
.\header.cxx\
.\msf.cxx\
.\msfnew.cxx\
.\mstream.cxx\
.\page.cxx\
.\pbstream.cxx\
.\sstream.cxx\
.\tstream.cxx\
.\vect.cxx\
.\wep.cxx
!if "$(PLATFORM)" != "MAC"
PXXFILE = .\msfhead.cxx
!endif
!include $(CAIROLE)\stg\dfms.mk