mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -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 DIRECTORY_IF_AUDIO yes
|
||||
#define DIRECTORY_IF_IPC yes
|
||||
// #define USE_MIKMOD yes
|
||||
|
||||
#begin lib_target
|
||||
#define USE_AUDIO yes
|
||||
#define USE_MIKMOD yes
|
||||
|
||||
#define TARGET audio
|
||||
#define LOCAL_LIBS putil ipc gui
|
||||
#define LOCAL_LIBS putil gui
|
||||
|
||||
#define SOURCES \
|
||||
config_audio.cxx config_audio.h \
|
||||
audioManager.I audioManager.cxx audioManager.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 \
|
||||
nullAudioSound.cxx nullAudioSound.h \
|
||||
audio_gui_functor.h audio_gui_functor.cxx
|
||||
@ -31,14 +18,6 @@
|
||||
audio.h \
|
||||
audioManager.h audioManager.I \
|
||||
audioSound.h \
|
||||
$[if $[HAVE_SYS_SOUNDCARD_H], \
|
||||
linuxAudioManager.h \
|
||||
linuxAudioSound.h \
|
||||
,] \
|
||||
$[if $[HAVE_RAD_MSS], \
|
||||
milesAudioManager.h \
|
||||
milesAudioSound.h milesAudioSound.I \
|
||||
,] \
|
||||
nullAudioManager.h \
|
||||
nullAudioSound.h \
|
||||
audio_gui_functor.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user