24 lines
447 B
Plaintext
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
|