Mercurial > sdl-ios-xcode
view src/video/bwindow/Makefile.am @ 758:619fc21d154e
Date: Wed, 17 Dec 2003 18:07:29 -0800 PST
From: "Andrew Bachmann"
Subject: recent build changes
To ensure that I submitted all the changes to you I attempt to rebuild SDL from a clean cvs checkout. Unfortunately it failed with this error:
/boot/develop/libsdl/SDL12/src/audio/baudio/SDL_beaudio.cc:35: SDL_BeApp.h: No such file or directory
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 18 Dec 2003 05:01:47 +0000 |
parents | 10332c6fad2e |
children |
line wrap: on
line source
## Makefile.am for SDL using the BeOS BWindow video driver noinst_LTLIBRARIES = libvideo_bwindow.la libvideo_bwindow_la_SOURCES = $(BWINDOW_SRCS) # The SDL BWindow video driver sources BWINDOW_SRCS = \ SDL_BView.h \ SDL_BWin.h \ SDL_lowvideo.h \ SDL_sysevents.cc \ SDL_sysevents_c.h \ SDL_sysmouse.cc \ SDL_sysmouse_c.h \ SDL_sysvideo.cc \ SDL_syswm.cc \ SDL_syswm_c.h \ SDL_sysyuv.cc \ SDL_sysyuv.h