Fix up my AUTHORS entry, remove another automake file, and add some
svn:ignores.
This commit is contained in:
parent
777dc074bc
commit
8d2dfca52c
|
@ -15,3 +15,7 @@
|
||||||
.*.swp
|
.*.swp
|
||||||
.DS_store
|
.DS_store
|
||||||
# Simulated Subversion default ignores end here
|
# Simulated Subversion default ignores end here
|
||||||
|
# The contents of the svn:ignore property on the branch root.
|
||||||
|
/.sconsign.dblite
|
||||||
|
/config.log
|
||||||
|
/.sconf_temp
|
||||||
|
|
3
AUTHORS
3
AUTHORS
|
@ -54,7 +54,8 @@ Build system
|
||||||
Soules - gimmedonutnow at gmail dot com
|
Soules - gimmedonutnow at gmail dot com
|
||||||
Linux SDL driver maintenance
|
Linux SDL driver maintenance
|
||||||
|
|
||||||
Radsaq - document thyself
|
radsaq - radsaq at gmail dot com
|
||||||
|
Build system, testing, and random cleanups
|
||||||
|
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
Included components:
|
Included components:
|
||||||
|
|
|
@ -1,17 +1 @@
|
||||||
# A simulation of Subversion default ignores, generated by reposurgeon.
|
/fceu
|
||||||
*.o
|
|
||||||
*.lo
|
|
||||||
*.la
|
|
||||||
*.al
|
|
||||||
*.libs
|
|
||||||
*.so
|
|
||||||
*.so.[0-9]*
|
|
||||||
*.a
|
|
||||||
*.pyc
|
|
||||||
*.pyo
|
|
||||||
*.rej
|
|
||||||
*~
|
|
||||||
*.#*
|
|
||||||
.*.swp
|
|
||||||
.DS_store
|
|
||||||
# Simulated Subversion default ignores end here
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
fceud_SOURCES = drivers/pc/input.cpp drivers/pc/main.cpp drivers/pc/sdl.cpp drivers/pc/sdl-joystick.cpp drivers/pc/sdl-sound.cpp drivers/pc/sdl-throttle.cpp drivers/pc/sdl-video.cpp drivers/pc/unix-netplay.cpp
|
|
||||||
|
|
||||||
if OPENGL
|
|
||||||
TMP_OGL = drivers/pc/sdl-opengl.cpp
|
|
||||||
endif
|
|
||||||
|
|
||||||
fceud_SOURCES += $(TMP_OGL)
|
|
Loading…
Reference in New Issue