Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

59 lines
1.2 KiB

!IF 0
Copyright (c) 1989 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:
Steve Wood (stevewo) 12-Apr-1989
Revision History:
!ENDIF
#
# The MAJORCOMP and MINORCOMP variables are defined
# so that $(MAJORCOMP)$(MINORCOMP)filename can be used in
# cross compiling to provide unique filenames in a flat namespace.
#
MAJORCOMP=gldd
MINORCOMP=glddlib
#
# The TARGETNAME variable is defined by the developer. It is the name of
# the target (component) that is being built by this makefile. It
# should NOT include any path or file extension information.
#
TARGETNAME=glddlib
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=LIBRARY
!IFNDEF MSC_WARNING_LEVEL
MSC_WARNING_LEVEL = -W3
!ENDIF
MSC_WARNING_LEVEL = $(MSC_WARNING_LEVEL) -WX
!IFNDEF MSC_OPTIMIZATION
MSC_OPTIMIZATION = /Oxs
!ENDIF
C_DEFINES = $(C_DEFINES)
SOURCES = \
ddwin.cxx
PRECOMPILED_INCLUDE = precomp.hxx
PRECOMPILED_PCH = precomp.pch
PRECOMPILED_OBJ = precomp.obj