Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 421 Bytes

Makefile.am

File metadata and controls

17 lines (13 loc) · 421 Bytes
 
1
2
3
4
5
6
7
8
9
10
## Makefile.am for SDL using the MacOS X Quartz video driver
noinst_LTLIBRARIES = libvideo_quartz.la
libvideo_quartz_la_SOURCES = $(QUARTZ_SRCS)
# The SDL MacOS X Quartz video driver sources
QUARTZ_SRCS = \
SDL_QuartzKeys.h \
SDL_QuartzVideo.h \
Aug 20, 2001
Aug 20, 2001
11
12
13
SDL_QuartzVideo.m
# These files are included by SDL_QuartzVideo.m (is that right??)
Sep 4, 2001
Sep 4, 2001
14
noinst_HEADERS = \
Aug 20, 2001
Aug 20, 2001
15
SDL_QuartzEvents.m \
16
17
SDL_QuartzWM.m \
SDL_QuartzWindow.m