|
| From: | Teunis Peters <address@hidden> |
| Subject: | [paragui-cvs] CVS: paragui/src/draw/windx Makefile.am,NONE,1.1.2.1 dxcore.cpp,NONE,1.1.2.1 |
| Date: | Wed, 30 Oct 2002 12:36:30 -0500 |
Update of /cvsroot/paragui/paragui/src/draw/windx
In directory subversions:/tmp/cvs-serv26880/src/draw/windx
Added Files:
Tag: devel-opengl
Makefile.am dxcore.cpp
Log Message:
Addition of missing files. When a directory is added to CVS, the files within
it aren't. Who knew?
Note - the dummy driver should work but the "win/dx" driver needs a LOT of
work.ie: the Win/DX driver is based on an out-of-date "dummy" driver....
--- NEW FILE ---
## Makefile.am for ParaGUI using the Windows DirectX video driver
pkglib_LTLIBRARIES = libpgdx.la
libpgdx_la_SOURCES = $(WINDX_SRCS)
libpgdx_la_LDFLAGS = -module -avoid-version
# the ParaGUI Windows DirectX video driver sources
WINDX_SRCS = \
dxcore.cpp
INCLUDES = \
$(SDL_CFLAGS) \
-I$(top_srcdir)/include
style_cvs:
astyle --style=kr --indent=tab=4 --indent-switches *.cpp
style_personal:
astyle *.cpp
MAINTAINERCLEANFILES = Makefile.in
--- NEW FILE ---
/* dxcore.cpp
* ----------
* FIXME
*/
| [Prev in Thread] | Current Thread | [Next in Thread] |