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.

66 lines
1.3 KiB

  1. # Define the name and type of the application
  2. !ifndef CHICAGO_PRODUCT
  3. TARGETNAME=MPlay32
  4. !else
  5. TARGETNAME=MPlayer
  6. !endif
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. UMTYPE=windows
  10. EXPECTED_WINVER=5.0
  11. UMENTRY=winmain
  12. # Define the path to search for include files
  13. # List any libraries not included by WIN32LIBS in MAKEFILE.DEF
  14. TARGETLIBS=$(SDK_LIB_PATH)\comctl32.lib \
  15. $(SDK_LIB_PATH)\winmm.lib \
  16. $(SDK_LIB_PATH)\shell32.lib \
  17. $(SDK_LIB_PATH)\htmlhelp.lib \
  18. $(SDK_LIB_PATH)\ksuser.lib
  19. # Define the path to search for <include> files
  20. INCLUDES=..\inc;..\avi\inc;$(WINDOWS_INC_PATH)
  21. !ifndef CHICAGO_PRODUCT
  22. WINVER_VERSION=0x0500
  23. C_DEFINES=-DUNICODE
  24. !else
  25. C_DEFINES=-DASCII
  26. !endif
  27. USE_MSVCRT=1
  28. LINKER_FLAGS=$(LINKER_FLAGS) -merge:PAGECONST=.text
  29. SOURCES=alloc.c \
  30. arrow.c \
  31. avocado.c \
  32. bltprop.c \
  33. cdrag.c \
  34. ctrls.c \
  35. dlgs.c \
  36. doverb.c \
  37. dynalink.c \
  38. errorbox.c \
  39. fixreg.c \
  40. framebox.c \
  41. hatch.c \
  42. init.c \
  43. inplace.c \
  44. mci.c \
  45. mplayer.c \
  46. mplayer.rc \
  47. obj.c \
  48. objfdbk.c \
  49. open.c \
  50. persist.c \
  51. registry.c \
  52. server.c \
  53. track.c \
  54. trackmap.c \
  55. unicode.c