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

  1. INCLUDES=..\..\..\inc
  2. C_DEFINES=
  3. UMTYPE=nt
  4. UMTEST=
  5. UMAPPL=
  6. UMBASE=0x1000000
  7. UMLIBS=
  8. TARGETLIBS=
  9. DLLDEF=$(O)\$(TARGETNAME).def
  10. !if $(IA64)
  11. SECTION_ALIGNMENT=0x4000
  12. !endif
  13. # The layout mapping code in kernel depends on the strings that match the key codes residing
  14. # in the same data section as the scan code. Don't pool.
  15. NO_STRING_POOLING=1
  16. LINKER_FLAGS = -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re
  17. TARGETPATH=$(_OBJ_DIR)
  18. TARGETTYPE=DYNLINK
  19. SOURCES=$(O)\$(TARGETNAME).c $(O)\$(TARGETNAME).rc
  20. !if "$(SOURCES_USED)" != "..\..\..\fekbds.inc"
  21. NTTARGETFILE0=$(O)\$(TARGETNAME).h $(O)\$(TARGETNAME).rc $(O)\$(TARGETNAME).def
  22. !endif
  23. # No overflow checking for keyboard maps
  24. BUFFER_OVERFLOW_CHECKS=0