home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / VideoPlayer / makefile next >
Encoding:
Makefile  |  2000-06-23  |  145 b   |  11 lines

  1. !include ..\master.mak
  2.  
  3. all: IMPORT_QUARTZ VideoPlayer.exe 
  4.  
  5. VideoPlayer.exe: VideoPlayer.obj
  6.  
  7. IMPORT_QUARTZ:
  8.     $(_TLBIMP) quartz.dll
  9.  
  10.  
  11.