Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
*** empty log message ***
  • Loading branch information
slouken committed Sep 11, 2001
1 parent 103c5f3 commit 50e8127
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.in
Expand Up @@ -2232,6 +2232,7 @@ src/video/windib/Makefile
src/video/windx5/Makefile
src/video/bwindow/Makefile
src/video/photon/Makefile
src/video/epoc/Makefile
src/video/dummy/Makefile
src/events/Makefile
src/joystick/Makefile
Expand Down
6 changes: 6 additions & 0 deletions src/video/epoc/.cvsignore
@@ -0,0 +1,6 @@
Makefile.in
Makefile
.libs
*.o
*.lo
*.la
12 changes: 12 additions & 0 deletions src/video/epoc/Makefile.am
@@ -0,0 +1,12 @@

## 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

0 comments on commit 50e8127

Please sign in to comment.