2025-04-27 07:49:33 -04:00

24 lines
470 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