windows-nt/Source/XPSP1/NT/shell/ext/ratings/ratings.mk

33 lines
673 B
Makefile
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#############################################################################
#
# 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