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.

32 lines
572 B

  1. #
  2. # Create a Win32 application
  3. #
  4. MAJORCOMP=windows
  5. MINORCOMP=MciTest
  6. TARGETNAME=MciTest
  7. TARGETTYPE=PROGRAM
  8. UMTYPE=windows
  9. # Define where APP.EXE will go.
  10. TARGETPATH=..\obj
  11. # Define the path to search for include files
  12. INCLUDES=$(BASEDIR)\private\windows\media\inc
  13. # list each C and RC source file
  14. SOURCES=mcitest.c \
  15. mcitest.rc \
  16. edit.c \
  17. fileopen.c \
  18. debug.c
  19. # List any libraries not included by WIN32LIBS in MAKEFILE.DEF
  20. TARGETLIBS=$(SDK_LIB_PATH)\winmm.lib \
  21. $(SDK_LIB_PATH)\comdlg32.lib