files missing from Sources.pp

This commit is contained in:
David Rose 2006-05-22 23:52:40 +00:00
parent 6ee39ae6e9
commit f3691cf520
1 changed files with 17 additions and 6 deletions

View File

@ -9,20 +9,31 @@
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
#define SOURCES \
config_audio.h audioManager.h \
audioSound.h nullAudioManager.h nullAudioSound.h
config_audio.h \
audioDSP.h \
audioManager.h \
audioSound.h \
nullAudioDSP.h \
nullAudioManager.h \
nullAudioSound.h
#define INCLUDED_SOURCES \
config_audio.cxx audioManager.cxx audioSound.cxx \
nullAudioManager.cxx nullAudioSound.cxx
config_audio.cxx \
audioDSP.cxx \
audioManager.cxx \
audioSound.cxx \
nullAudioDSP.cxx \
nullAudioManager.cxx \
nullAudioSound.cxx
#define INSTALL_HEADERS \
config_audio.h \
audio.h \
audioDSP.h \
audioManager.h \
audioSound.h \
nullAudioDSP.h \
nullAudioManager.h \
nullAudioSound.h \
nullAudioSound.h
#define IGATESCAN audio.h
#end lib_target