mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
use combined srcs
This commit is contained in:
parent
0506954928
commit
6b25cbc1ed
@ -4,13 +4,16 @@
|
||||
#begin lib_target
|
||||
#define TARGET audio
|
||||
#define LOCAL_LIBS putil
|
||||
|
||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||
|
||||
#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
|
||||
config_audio.h audioManager.I audioManager.h \
|
||||
audioSound.h nullAudioManager.h nullAudioSound.h
|
||||
|
||||
#define INCLUDED_SOURCES \
|
||||
config_audio.cxx audioManager.cxx audioSound.cxx \
|
||||
nullAudioManager.cxx nullAudioSound.cxx
|
||||
|
||||
#define INSTALL_HEADERS \
|
||||
config_audio.h \
|
||||
|
@ -1,4 +1,7 @@
|
||||
|
||||
#include "config_audio.cxx"
|
||||
#include "audio_gui_functor.cxx"
|
||||
#include "audioManager.cxx"
|
||||
#include "audioSound.cxx"
|
||||
#include "nullAudioManager.cxx"
|
||||
#include "nullAudioSound.cxx"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user