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.
 
 
 
 
 
 

28 lines
514 B

TARGETNAME=
TARGETTYPE=NOTARGET
TARGETPATH=
SOURCES=
SOURCES_USED=..\sources.inc
!IF $(386)
#
# Used to disable certain constants in header files that are not used by winnt.exe
# If used they cause us to go over the 64k segment.
#
I_AM_WINNT_EXE = 1
# cl16's command line exceeds the limit when including public\sdk\inc;
# copy these headers locally.
NTTARGETFILE0=\
$(O)\setupbat.h \
$(O)\bootfat.h \
$(O)\bootf32.h
NTTARGETFILE1=\
$(O)\winnt.exe
!ENDIF