Makefile.am
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. ## Makefile.am for SDL using the GEM video driver
  2. noinst_LTLIBRARIES = libvideo_gem.la
  3. libvideo_gem_la_SOURCES = $(GEM_SRCS)
  4. # The SDL GEM video driver sources
  5. GEM_SRCS = 
  6. SDL_gemvideo.h
  7. SDL_gemvideo.c
  8. SDL_gemevents_c.h
  9. SDL_gemevents.c 
  10. SDL_gemmouse_c.h
  11. SDL_gemmouse.c 
  12. SDL_gemwm_c.h
  13. SDL_gemwm.c