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.

35 lines
625 B

  1. !if 0
  2. Copyright (c) 1995 - 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. SDK_ROOT = $(QUARTZ)\sdk
  13. TARGET_NAME = VCDPlyer
  14. TARGET_TYPE = PROGRAM
  15. TARGET_GOAL = SDK
  16. EXE_TYPE = windows
  17. INC_PATH = $(SDK_ROOT)\h; \
  18. $(SDK_ROOT)\classes\base
  19. SRC_FILES = App.cpp \
  20. Commands.cpp \
  21. VCDPlyer.cpp \
  22. QProps.cpp \
  23. property.cpp
  24. RC_FILE = VCDPlyer.rc
  25. !include "$(QUARTZ)\Quartz.mak"
  26. !endif # NTMAKEENV