|
|
@@ -30,14 +30,14 @@
|
|
|
#end lib_target
|
|
|
|
|
|
#begin lib_target
|
|
|
- #define TARGET fmod_audio
|
|
|
+ #define TARGET p3fmod_audio
|
|
|
#define BUILD_TARGET $[HAVE_FMODEX]
|
|
|
#define USE_PACKAGES fmodex
|
|
|
#define BUILDING_DLL BUILDING_FMOD_AUDIO
|
|
|
#define LOCAL_LIBS audio event
|
|
|
#define WIN_SYS_LIBS $[WIN_SYS_LIBS] user32.lib advapi32.lib winmm.lib
|
|
|
|
|
|
- #define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
|
|
+ #define COMBINED_SOURCES fmod_audio_composite1.cxx
|
|
|
|
|
|
#define SOURCES \
|
|
|
config_fmodAudio.h \
|
|
|
@@ -50,14 +50,14 @@
|
|
|
#end lib_target
|
|
|
|
|
|
#begin lib_target
|
|
|
- #define TARGET openal_audio
|
|
|
+ #define TARGET p3openal_audio
|
|
|
#define BUILD_TARGET $[HAVE_OPENAL]
|
|
|
#define USE_PACKAGES openal
|
|
|
#define BUILDING_DLL BUILDING_OPENAL_AUDIO
|
|
|
#define LOCAL_LIBS audio event
|
|
|
#define WIN_SYS_LIBS $[WIN_SYS_LIBS] user32.lib advapi32.lib winmm.lib
|
|
|
|
|
|
- #define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
|
|
+ #define COMBINED_SOURCES openal_audio_composite1.cxx
|
|
|
|
|
|
#define SOURCES \
|
|
|
config_openalAudio.h \
|