Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

45 lines
1009 B

!IFDEF NTMAKEENV
!INCLUDE $(NTMAKEENV)\makefile.def
!ELSE
# -----------------------------------------------------------------------------
# STAXPT\src\core\vroot\src\makefile
#
# Copyright (C) 1997 Microsoft Corporation
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
#
!INCLUDE $(EXDEV)\globenv.mak
PRODTYPE = LIB
COMPONENT = $(STAXPT)
COMPNAME = STAXPT
BASENAME = exvroot
!INCLUDE $(EXDEV)\xmake1.mak
!INCLUDE $(STAXPT)\src\inc\stackcpp.mak
# -----------------------------------------------------------------------------
#
EXPORT_LIBS=0
NOMEMBASE = 1
H = $(STAXPT)\src\core\vroot\src
CFLAGS = $(CFLAGS) -D_WINDLL -D_ATL_NO_DEBUG_CRT
OTHERINCS = -I $(COMPONENT)\src\inc -I $(K2INCS)
SOURCES = \
vrtable.cpp \
vroot.cpp \
mbchange.cpp
OTHERSUBS = $H\makefile
DEPFILE = $(BASENAME).dep
!INCLUDE $(EXDEV)\xmake2.mak
!ENDIF #NTMAKEENV