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.

19 lines
296 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=acpi
  3. TARGETNAME=oprghdlr
  4. TARGETPATH=obj
  5. TARGETTYPE=EXPORT_DRIVER
  6. PASS1_PUBLISH={$(O)\oprghdlr.lib=$(DDK_LIB_PATH)\oprghdlr.lib}
  7. LINKLIBS=$(DDK_LIB_PATH)\ntoskrnl.lib
  8. INCLUDES=$(DDK_INC_PATH); \
  9. ..\inc
  10. SOURCES=oprghdlr.c \
  11. oprghdlr.rc
  12. DLLDEF=oprghdlr.def