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.
 
 
 
 
 
 

36 lines
673 B

!IF 0
Copyright (C) Microsoft Corporation, 1989 - 1999
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=Winlogon
MINORCOMP=wlballoon
TARGETNAME=$(MINORCOMP)
TARGETTYPE=LIBRARY
TARGETPATH=obj
!IF "$(WLBALLOON_USE_DEBUG_CRTS)"!=""
DEBUG_CRTS=1
!ENDIF
!IF "$(WLBALLOON_USE_WARNING_LEVEL_W4)"!=""
MSC_WARNING_LEVEL=/W4
!ENDIF
!IF "$(WLBALLOON_PRIVATE_DEBUG_BUILD)"!=""
C_DEFINES=$(C_DEFINES) -DWLBALLOON_PRIVATE_DEBUG
!ENDIF
!IF !$(FREEBUILD)
C_DEFINES=$(C_DEFINES) -D_DEBUG
!ENDIF
INCLUDES=$(SECURITY_INC);$(DS_INC_PATH)
SOURCES=\
$(MINORCOMP).cpp
PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(DS_LIB_PATH)\$(TARGETNAME).lib}