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.
 
 
 
 
 
 

52 lines
1.2 KiB

!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
daytona.inc
Abstract:
This file is included from all of the daytona sources files. It
is handy for doing things like turning off precompiled headers
to get around compiler bugs, and other such global activities.
!ENDIF
!include ole.inc
C_DEFINES= \
$(C_DEFINES)\
-DNOEXCEPTIONS\
-DINC_OLE2\
-DFLAT\
-DWIN32=100\
-DDIRECTORY_SERVICE\
-D_NT1X_=100\
-D_WIN32_WINNT=0x0501\
-DUNICODE\
-D_UNICODE\
-DCAIROLE_DOWNLEVEL\
-DDCOM\
-DASYNC\
-DMSWMSG\
-DDCOM_SECURITY\
-DDFSACTIVATION\
-DNEWPROPS\
-D_TRACKLINK_=1\
-DLITTLEENDIAN=1\
-DLOCK_PERF=0\
-D_SRVRHR=0\
-DSSL\
-DLIGHTNA\
$(TRACELOG)
# For the x86, we have the few C runtime routines we use self-contained.
USE_MSVCRT=1
GPCH_BUILD=daytona
DEST_TREE=daytona
BUFFER_OVERFLOW_CHECKS=NO_NTDLL