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.
|
|
##########################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1996-1997
# All Rights Reserved.
#
##########################################################################
!IFDEF WIN95_BUILD
ROOT = ..\..\..\..
WANT_C1132=TRUE
MSDEVMK = csti.mak
CFG_RETAIL = "csti - Win32 Release" CFG_DEBUG = "csti - Win32 Debug"
USE_MSDEV = TRUE
!IFNDEF MSDEVDIR MSDEVDIR=$(ROOT)\dev\msdev !ENDIF
!include $(ROOT)\dev\vcwrap.mk
INCLUDE=$(INCLUDE);$(MSDEVDIR)\mfc\include RCFLAGS=$(RCFLAGS) -i $(MSDEVDIR)\mfc\include
!ELSE
!include $(NTMAKEENV)\makefile.def
!ENDIF
|