Mercurial > sdl-ios-xcode
comparison src/video/quartz/Makefile.am @ 47:45b1c4303f87
Added initial support for Quartz video (thanks Darrell!)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 07 Jun 2001 14:28:11 +0000 |
parents | |
children | 7064032cbe77 |
comparison
equal
deleted
inserted
replaced
46:3dcf26fa9d15 | 47:45b1c4303f87 |
---|---|
1 | |
2 ## Makefile.am for SDL using the MacOS X Quartz video driver | |
3 | |
4 noinst_LTLIBRARIES = libvideo_quartz.la | |
5 libvideo_quartz_la_SOURCES = $(QUARTZ_SRCS) | |
6 | |
7 # The SDL MacOS X Quartz video driver sources | |
8 QUARTZ_SRCS = \ | |
9 SDL_QuartzEvents.m \ | |
10 SDL_QuartzKeys.h \ | |
11 SDL_QuartzVideo.h \ | |
12 SDL_QuartzVideo.m \ | |
13 SDL_QuartzWM.m \ | |
14 SDL_QuartzWindow.m |