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.

25 lines
391 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=dd
  3. TARGETNAME=WDMSecTest
  4. TARGETPATH=obj
  5. TARGETTYPE=DRIVER
  6. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  7. SOURCES=\
  8. wdmsectest.rc \
  9. wdmsectest.c \
  10. power.c
  11. INCLUDES=\
  12. ..\inc; \
  13. $(SDK_INC_PATH); \
  14. $(DDK_INC_PATH); \
  15. ..\..\se;
  16. TARGETLIBS=\
  17. $(DDK_LIB_PATH)\wdmsec.lib