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.

37 lines
902 B

  1. #
  2. # build instructions for sample app langplay.exe
  3. #
  4. MAJORCOMP=windows
  5. MINORCOMP=avi
  6. TARGETNAME=langplay
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. UMTYPE=windows
  10. UMENTRY=winmain
  11. DLLDEF=langplay.def
  12. C_DEFINES=-DWIN32 -D__RPC_H__ -DINC_OLE
  13. # Define libs we need and where to find them
  14. TARGETLIBS= \
  15. $(SDK_LIB_PATH)\advapi32.lib \
  16. $(SDK_LIB_PATH)\version.lib \
  17. $(SDK_LIB_PATH)\comdlg32.lib \
  18. $(SDK_LIB_PATH)\winmm.lib \
  19. $(SDK_LIB_PATH)\crtdll.lib \
  20. $(_NTBINDIR)\private\windows\media\avi\lib\*\msvfw32.lib \
  21. $(SDK_LIB_PATH)\compob32.lib \
  22. $(_NTBINDIR)\private\windows\media\avi\lib\*\avifil32.lib
  23. INCLUDES=$(_NTBINDIR)\private\windows\media\avi\inc;$(_NTBINDIR)\private\windows\media\inc;
  24. SOURCES= \
  25. langplay.c \
  26. langplay.rc