Commit 89cc3ab1 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40175
parent ce3a1900
...@@ -2232,6 +2232,7 @@ src/video/windib/Makefile ...@@ -2232,6 +2232,7 @@ src/video/windib/Makefile
src/video/windx5/Makefile src/video/windx5/Makefile
src/video/bwindow/Makefile src/video/bwindow/Makefile
src/video/photon/Makefile src/video/photon/Makefile
src/video/epoc/Makefile
src/video/dummy/Makefile src/video/dummy/Makefile
src/events/Makefile src/events/Makefile
src/joystick/Makefile src/joystick/Makefile
......
Makefile.in
Makefile
.libs
*.o
*.lo
*.la
## Makefile.am for SDL using the EPOC video driver
noinst_LTLIBRARIES = libvideo_epoc.la
libvideo_epoc_la_SOURCES = $(EPOC_SRCS)
# The SDL EPOC video driver sources
EPOC_SRCS = \
SDL_epocevents.cpp \
SDL_epocevents_c.h \
SDL_epocvideo.cpp \
SDL_epocvideo.h
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment