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.

27 lines
405 B

  1. #
  2. # Quartz Project Makefile
  3. #
  4. # Targets are provided by QUARTZ.MAK
  5. #
  6. DISABLE_PCH = 1
  7. #NO_QUARTZ_LIBS = 1
  8. !ifndef QUARTZ
  9. QUARTZ=..\..
  10. !endif
  11. TARGET_NAME = teststrm
  12. TARGET_TYPE = PROGRAM
  13. TARGET_GOAL = SDK
  14. LINK_LIBS = ddraw.lib ..\..\tools\wave\$(DBG_RTL)\wave.lib
  15. INC_PATH = ..\strmobjs;..\idl;..\..\tools\wave
  16. SRC_FILES = teststrm.cpp
  17. EXE_TYPE = console
  18. !include "$(QUARTZ)\Quartz.mak"