mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
moved platform stuff to audiotraits
This commit is contained in:
parent
f9b240fb27
commit
dfc6b42a17
@ -1,27 +1,14 @@
|
|||||||
#define OTHER_LIBS dtoolconfig dtool
|
#define OTHER_LIBS dtoolconfig dtool
|
||||||
#define DIRECTORY_IF_AUDIO yes
|
#define DIRECTORY_IF_AUDIO yes
|
||||||
#define DIRECTORY_IF_IPC yes
|
|
||||||
// #define USE_MIKMOD yes
|
|
||||||
|
|
||||||
#begin lib_target
|
#begin lib_target
|
||||||
#define USE_AUDIO yes
|
|
||||||
#define USE_MIKMOD yes
|
|
||||||
|
|
||||||
#define TARGET audio
|
#define TARGET audio
|
||||||
#define LOCAL_LIBS putil ipc gui
|
#define LOCAL_LIBS putil gui
|
||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
config_audio.cxx config_audio.h \
|
config_audio.cxx config_audio.h \
|
||||||
audioManager.I audioManager.cxx audioManager.h \
|
audioManager.I audioManager.cxx audioManager.h \
|
||||||
audioSound.cxx audioSound.h \
|
audioSound.cxx audioSound.h \
|
||||||
$[if $[HAVE_SYS_SOUNDCARD_H], \
|
|
||||||
linuxAudioManager.cxx linuxAudioManager.h \
|
|
||||||
linuxAudioSound.cxx linuxAudioSound.h \
|
|
||||||
,] \
|
|
||||||
$[if $[HAVE_RAD_MSS], \
|
|
||||||
milesAudioManager.cxx milesAudioManager.h \
|
|
||||||
milesAudioSound.I milesAudioSound.cxx milesAudioSound.h \
|
|
||||||
,] \
|
|
||||||
nullAudioManager.cxx nullAudioManager.h \
|
nullAudioManager.cxx nullAudioManager.h \
|
||||||
nullAudioSound.cxx nullAudioSound.h \
|
nullAudioSound.cxx nullAudioSound.h \
|
||||||
audio_gui_functor.h audio_gui_functor.cxx
|
audio_gui_functor.h audio_gui_functor.cxx
|
||||||
@ -31,14 +18,6 @@
|
|||||||
audio.h \
|
audio.h \
|
||||||
audioManager.h audioManager.I \
|
audioManager.h audioManager.I \
|
||||||
audioSound.h \
|
audioSound.h \
|
||||||
$[if $[HAVE_SYS_SOUNDCARD_H], \
|
|
||||||
linuxAudioManager.h \
|
|
||||||
linuxAudioSound.h \
|
|
||||||
,] \
|
|
||||||
$[if $[HAVE_RAD_MSS], \
|
|
||||||
milesAudioManager.h \
|
|
||||||
milesAudioSound.h milesAudioSound.I \
|
|
||||||
,] \
|
|
||||||
nullAudioManager.h \
|
nullAudioManager.h \
|
||||||
nullAudioSound.h \
|
nullAudioSound.h \
|
||||||
audio_gui_functor.h
|
audio_gui_functor.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user