windows-nt/Source/XPSP1/NT/admin/wmi/wbem/common/utillib/makefile.sms

24 lines
447 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
#######################################################################
#
# Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
#
# utillib Makefile
#
########################################################################
!if "$(BUILDTYPE)"=="DEBUG"
submakes=debug.mk
!endif
!if "$(BUILDTYPE)"!="DEBUG"
submakes=retail.mk debug.mk
!endif
!if "$(BUILDTYPE)"!="DEBUG"
!if "$(ProviderTeam)"!=""
submakes=retail.mk
!endif
!endif