From 54aaddf9e3d2ffc186e870245f88fa62d38c9058 Mon Sep 17 00:00:00 2001 From: rossb Date: Sat, 12 Feb 2011 10:22:00 +0000 Subject: [PATCH] moved src/common/pa_skeleton.c to src/hostapi/skeleton/pa_hostapi_skeleton.c. updated all build files accordingly. --- Makefile.in | 4 +- bindings/cpp/build/vc6/devs_example.dsp | 2 +- bindings/cpp/build/vc6/sine_example.dsp | 2 +- bindings/cpp/build/vc7_1/devs_example.vcproj | 2 +- bindings/cpp/build/vc7_1/sine_example.vcproj | 2 +- build/dev-cpp/Makefile-dll | 44 +++++++++---------- build/dev-cpp/Makefile-static | 44 +++++++++---------- build/dev-cpp/portaudio-dll.dev | 22 +++++----- build/dev-cpp/portaudio-static.dev | 22 +++++----- build/msvc/portaudio.dsp | 2 +- build/msvc/portaudio.vcproj | 2 +- src/SConscript | 3 +- src/hostapi/skeleton/README.txt | 1 + .../skeleton/pa_hostapi_skeleton.c} | 0 14 files changed, 77 insertions(+), 75 deletions(-) create mode 100644 src/hostapi/skeleton/README.txt rename src/{common/pa_skeleton.c => hostapi/skeleton/pa_hostapi_skeleton.c} (100%) diff --git a/Makefile.in b/Makefile.in index 5eae80d..87e6c7c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,9 +54,9 @@ COMMON_OBJS = \ src/common/pa_debugprint.o \ src/common/pa_front.o \ src/common/pa_process.o \ - src/common/pa_skeleton.o \ src/common/pa_stream.o \ - src/common/pa_trace.o + src/common/pa_trace.o \ + src/hostapi/skeleton/pa_hostapi_skeleton.o TESTS = \ bin/paqa_devs \ diff --git a/bindings/cpp/build/vc6/devs_example.dsp b/bindings/cpp/build/vc6/devs_example.dsp index af26847..e980573 100644 --- a/bindings/cpp/build/vc6/devs_example.dsp +++ b/bindings/cpp/build/vc6/devs_example.dsp @@ -121,7 +121,7 @@ SOURCE=..\..\..\..\src\common\pa_process.c # End Source File # Begin Source File -SOURCE=..\..\..\..\src\common\pa_skeleton.c +SOURCE=..\..\..\..\src\hostapi\skeleton\pa_hostapi_skeleton.c # End Source File # Begin Source File diff --git a/bindings/cpp/build/vc6/sine_example.dsp b/bindings/cpp/build/vc6/sine_example.dsp index 2539cbd..4e7bba1 100644 --- a/bindings/cpp/build/vc6/sine_example.dsp +++ b/bindings/cpp/build/vc6/sine_example.dsp @@ -193,7 +193,7 @@ SOURCE=..\..\..\..\src\common\pa_process.c # End Source File # Begin Source File -SOURCE=..\..\..\..\src\common\pa_skeleton.c +SOURCE=..\..\..\..\src\hostapi\skeleton\pa_hostapi_skeleton.c # End Source File # Begin Source File diff --git a/bindings/cpp/build/vc7_1/devs_example.vcproj b/bindings/cpp/build/vc7_1/devs_example.vcproj index fc065f8..d32cf7d 100644 --- a/bindings/cpp/build/vc7_1/devs_example.vcproj +++ b/bindings/cpp/build/vc7_1/devs_example.vcproj @@ -146,7 +146,7 @@ RelativePath="..\..\..\..\src\common\pa_process.c"> + RelativePath="..\..\..\..\src\hostapi\skeleton\pa_hostapi_skeleton.c"> diff --git a/bindings/cpp/build/vc7_1/sine_example.vcproj b/bindings/cpp/build/vc7_1/sine_example.vcproj index b1c7b62..f50458d 100644 --- a/bindings/cpp/build/vc7_1/sine_example.vcproj +++ b/bindings/cpp/build/vc7_1/sine_example.vcproj @@ -218,7 +218,7 @@ + RelativePath="..\..\..\..\src\hostapi\skeleton\pa_hostapi_skeleton.c">