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.

30 lines
443 B

  1. !if 0
  2. Copyright (c) 1997 Microsoft Corporation. All Rights Reserved.
  3. !endif
  4. !ifdef NTMAKEENV
  5. !include $(NTMAKEENV)\makefile.def
  6. !else
  7. #
  8. # Quartz Project Makefile
  9. #
  10. # Targets are provided by QUARTZ.MAK
  11. #
  12. DISABLE_PCH = 1
  13. QUARTZ=..\..
  14. TARGET_NAME = mmtest
  15. TARGET_TYPE = PROGRAM
  16. TARGET_GOAL = SDK
  17. LINK_LIBS = ddraw.lib
  18. EXE_TYPE = console
  19. INC_PATH = ..\idl
  20. SRC_FILES = main.cpp
  21. !include "$(QUARTZ)\Quartz.mak"
  22. !endif # NTMAKEENV