windows-nt/Source/XPSP1/NT/admin/wmi/wbem/common/utillib/makefile.sms
2020-09-26 16:20:57 +08:00

24 lines
447 B
Plaintext

#######################################################################
#
# 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