repo.or.cz
/
chocolate-doom.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add weapon cycling bindings for mouse and joystick buttons. Add weapon cycling bindi...
[chocolate-doom.git]
/
pcsound
/
Makefile.am
blob
b956a886a87270152185f1903762005edd3a6be5
1
2
AM_CFLAGS=@SDLMIXER_CFLAGS@
3
4
noinst_LIBRARIES=libpcsound.a
5
6
libpcsound_a_SOURCES = \
7
pcsound.c pcsound.h \
8
pcsound_bsd.c \
9
pcsound_sdl.c \
10
pcsound_linux.c \
11
pcsound_win32.c \
12
pcsound_internal.h
13