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.

34 lines
615 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=ntos
  7. MINORCOMP=dd
  8. TARGETNAME=hbatest
  9. TARGETPATH=obj
  10. TARGETTYPE=DRIVER
  11. TARGETLIBS= \
  12. $(DDK_LIB_PATH)\wmilib.lib \
  13. $(DDK_LIB_PATH)\ntoskrnl.lib
  14. MSC_WARNING_LEVEL=/W3 /WX
  15. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DDEBUG_LEVEL=DEBUGLVL_TERSE
  16. LINKER_FLAGS =$(LINKER_FLAGS) -map -merge:PAGECONST=PAGE
  17. INCLUDES=.;..\inc;$(BASE_INC_PATH);$(DDK_INC_PATH);$(SDK_INC_PATH)
  18. SOURCES=\
  19. test.rc \
  20. filter.c \
  21. pnp.c \
  22. power.c \
  23. util.c \
  24. test.c