Leaked source code of windows server 2003
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.
 
 
 
 
 
 

71 lines
1.5 KiB

!IF 0
Copyright (c) -1996 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
DeanE 20-February-1996
!ENDIF
!include $(CTOLESTG)\chicago.mk
MAJORCOMP= dfhelp
MINORCOMP= ctolestg
#
# This is the name of the target built from the source files specified
# below. The name should include neither the path nor the file extension.
#
TARGETNAME= dfhelp
TARGETPATH= obj
#
# This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
# etc.
#
TARGETTYPE= LIBRARY
INCLUDES= ..\.; \
$(CT_INCLUDES)
C_DEFINES= $(C_DEFINES)
SOURCES= \
..\chancedf.cxx \
..\createdf.cxx \
..\chancend.cxx \
..\virtdf.cxx \
..\vcnode.cxx \
..\vsnode.cxx \
..\util.cxx
UMTYPE= windows
#LINKLIBS=
#
# Note that macro names don't get expanded properly, so we have to
# refer to the PCH via ..\..\...
#
PRECOMPILED_CXX= 1
PRECOMPILED_INCLUDE= ..\..\inc\dfheader.hxx
PRECOMPILED_TARGET= ..\..\inc\chicago\$(O)\dfheader.pch
PRECOMPILED_OBJ= ..\..\inc\chicago\$(O)\dfheader.obj
PRECOMPILED_OPTION= /Yudfheader.hxx /Fp..\..\inc\chicago\$(O)\dfheader.pch