windows-nt/Source/XPSP1/NT/shell/ext/ratings/ratings.mk
2020-09-26 16:20:57 +08:00

33 lines
673 B
Makefile

#############################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1991
# All Rights Reserved.
#
# RATINGS project makefile include
#
#############################################################################
MASM6 = TRUE
IS_SDK=TRUE
IS_DDK=TRUE
COMMON=$(ROOT)\net\user\common
# Include master makefile
!ifndef PROPROOT
PROPROOT = $(ROOT)\dev\bin
!endif
!ifndef RATINGSROOT
RATINGSROOT = $(ROOT)\inet\ohare\ratings
!endif
!include $(ROOT)\dev\master.mk
# Add the local include/lib directories
INCLUDE = $(RATINGSROOT)\inc;$(DEVROOT)\inc;$(INCLUDE)
LIB=$(LIB);$(DEVROOT)\lib