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.
|
|
############################################################################
#
# Copyright (C) 1996, Microsoft Corporation.
#
# All rights reserved.
#
############################################################################
###########################################################################
# Common make file definitions for the CTOLERPC project to build using
# build.exe for daytona
###########################################################################
###########################################################################
#
# Common project definitions
#
###########################################################################
###########################################################################
#
# Common C_DEFINES definitions for daytona build
#
###########################################################################
C_DEFINES= \
$(C_DEFINES) \
-DFLAT \
-DWIN32=100 \
-D_NT1X_=100 \
-DINC_OLE2 \
-DWINVER=0x0400 \
-DSTRICT \
-DUNICODE \
-D_UNICODE
USE_LIBCMT= 1
###########################################################################
#
# Prevent build from warning about conditionally included headers
#
###########################################################################
CONDITIONAL_INCLUDES= \
types16.h
###########################################################################
# Set warning level to 4 and disable some warnings
###########################################################################
MSC_WARNING_LEVEL=/W4 COMPILER_WARNINGS=/FI$(CTOLERPC)\include\killwarn.h
###########################################################################
# END OF DAYTONA BUILD ENVIRONMENT SETTINGS
###########################################################################
|