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.

29 lines
429 B

  1. !IF 0
  2. Copyright (c) 1989-2001 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=ntsdexts
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  10. $(SDK_LIB_PATH)\advapi32.lib
  11. USE_MSVCRT=1
  12. INCLUDES=$(PROJECT_ROOT)\ntos\inc
  13. MSC_WARNING_LEVEL=/W3 /WX
  14. C_DEFINES=$(C_DEFINES) -D_NTDRIVER_
  15. SOURCES=ntsdexts.c \
  16. ext.cpp \
  17. ntsdexts.rc
  18. UMTYPE=console