Source code of Windows XP (NT5)
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.

23 lines
258 B

  1. #
  2. # Create mmio.lib
  3. #
  4. TARGETNAME=mmio
  5. TARGETTYPE=LIBRARY
  6. RELEASETYPE=OAK
  7. CDEFINES=$(CDEFINES)
  8. INCLUDES= \
  9. $(_PUBLICROOT)\common\sdk\inc; \
  10. $(_PUBLICROOT)\common\oak\inc; \
  11. # $(_SDKDRIVE)\GE\nt\inc;
  12. SOURCES= \
  13. debug.c \
  14. mmio.c \
  15. mmioriff.c