mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 00:35:18 -05:00
*** empty log message ***
This commit is contained in:
@@ -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
|
||||
|
||||
6
src/video/epoc/.cvsignore
Normal file
6
src/video/epoc/.cvsignore
Normal file
@@ -0,0 +1,6 @@
|
||||
Makefile.in
|
||||
Makefile
|
||||
.libs
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
12
src/video/epoc/Makefile.am
Normal file
12
src/video/epoc/Makefile.am
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user