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.
 
 
 
 
 
 

31 lines
782 B

INCLUDES=..\..\..\inc
C_DEFINES=
UMTYPE=nt
UMTEST=
UMAPPL=
UMBASE=0x1000000
UMLIBS=
TARGETLIBS=
DLLDEF=$(O)\$(TARGETNAME).def
!if $(IA64)
SECTION_ALIGNMENT=0x4000
!endif
# The layout mapping code in kernel depends on the strings that match the key codes residing
# in the same data section as the scan code. Don't pool.
NO_STRING_POOLING=1
LINKER_FLAGS = -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=DYNLINK
SOURCES=$(O)\$(TARGETNAME).c $(O)\$(TARGETNAME).rc
!if "$(SOURCES_USED)" != "..\..\..\fekbds.inc"
NTTARGETFILE0=$(O)\$(TARGETNAME).h $(O)\$(TARGETNAME).rc $(O)\$(TARGETNAME).def
!endif
# No overflow checking for keyboard maps
BUFFER_OVERFLOW_CHECKS=0