open_toontown_panda3d/panda/src/audio/Sources.pp

40 lines
853 B
ObjectPascal

#define OTHER_LIBS dtoolconfig dtool
#define DIRECTORY_IF_AUDIO yes
#begin lib_target
#define TARGET audio
#define LOCAL_LIBS putil gui
#define SOURCES \
config_audio.cxx config_audio.h \
audioManager.I audioManager.cxx audioManager.h \
audioSound.cxx audioSound.h \
nullAudioManager.cxx nullAudioManager.h \
nullAudioSound.cxx nullAudioSound.h \
audio_gui_functor.h audio_gui_functor.cxx
#define INSTALL_HEADERS \
config_audio.h \
audio.h \
audioManager.h audioManager.I \
audioSound.h \
nullAudioManager.h \
nullAudioSound.h \
audio_gui_functor.h
#define IGATESCAN audio.h
#end lib_target
#begin test_bin_target
#define TARGET test_audio
#define LOCAL_LIBS \
audio
#define OTHER_LIBS \
$[OTHER_LIBS] pystub
#define SOURCES \
test_audio.cxx
#end test_bin_target