aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-28 19:09:07 -0700
committerChris Robinson <[email protected]>2019-07-28 19:09:07 -0700
commit83432a7e5c7f565a08c41bb104ae25286c5fc82b (patch)
treeb16a5b86f037190bac4686adede6078d9928131a
parentcb3e96e75640730b9391f0d2d922eecd9ee2ce79 (diff)
Move some headers out of the Include subdirectory
-rw-r--r--CMakeLists.txt16
-rw-r--r--OpenAL32/alAuxEffectSlot.h (renamed from OpenAL32/Include/alAuxEffectSlot.h)0
-rw-r--r--OpenAL32/alBuffer.h (renamed from OpenAL32/Include/alBuffer.h)0
-rw-r--r--OpenAL32/alEffect.h (renamed from OpenAL32/Include/alEffect.h)0
-rw-r--r--OpenAL32/alError.h (renamed from OpenAL32/Include/alError.h)0
-rw-r--r--OpenAL32/alFilter.h (renamed from OpenAL32/Include/alFilter.h)0
-rw-r--r--OpenAL32/alListener.h (renamed from OpenAL32/Include/alListener.h)0
-rw-r--r--OpenAL32/alSource.h (renamed from OpenAL32/Include/alSource.h)0
8 files changed, 8 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 190692c8..65e9ebd6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -619,21 +619,21 @@ SET(COMMON_OBJS
common/vecmat.h
)
SET(OPENAL_OBJS
- OpenAL32/Include/alAuxEffectSlot.h
OpenAL32/alAuxEffectSlot.cpp
- OpenAL32/Include/alBuffer.h
+ OpenAL32/alAuxEffectSlot.h
OpenAL32/alBuffer.cpp
- OpenAL32/Include/alEffect.h
+ OpenAL32/alBuffer.h
OpenAL32/alEffect.cpp
- OpenAL32/Include/alError.h
+ OpenAL32/alEffect.h
OpenAL32/alError.cpp
+ OpenAL32/alError.h
OpenAL32/alExtension.cpp
- OpenAL32/Include/alFilter.h
OpenAL32/alFilter.cpp
- OpenAL32/Include/alListener.h
+ OpenAL32/alFilter.h
OpenAL32/alListener.cpp
- OpenAL32/Include/alSource.h
+ OpenAL32/alListener.h
OpenAL32/alSource.cpp
+ OpenAL32/alSource.h
OpenAL32/alState.cpp
OpenAL32/event.cpp
)
@@ -1313,7 +1313,7 @@ TARGET_INCLUDE_DIRECTORIES(${IMPL_TARGET}
${INC_PATHS}
${OpenAL_BINARY_DIR}
${OpenAL_SOURCE_DIR}/alc
- ${OpenAL_SOURCE_DIR}/OpenAL32/Include
+ ${OpenAL_SOURCE_DIR}/OpenAL32
${OpenAL_SOURCE_DIR}/common
)
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/alAuxEffectSlot.h
index b6976d13..b6976d13 100644
--- a/OpenAL32/Include/alAuxEffectSlot.h
+++ b/OpenAL32/alAuxEffectSlot.h
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/alBuffer.h
index 92655784..92655784 100644
--- a/OpenAL32/Include/alBuffer.h
+++ b/OpenAL32/alBuffer.h
diff --git a/OpenAL32/Include/alEffect.h b/OpenAL32/alEffect.h
index d43aa206..d43aa206 100644
--- a/OpenAL32/Include/alEffect.h
+++ b/OpenAL32/alEffect.h
diff --git a/OpenAL32/Include/alError.h b/OpenAL32/alError.h
index 0abd6b26..0abd6b26 100644
--- a/OpenAL32/Include/alError.h
+++ b/OpenAL32/alError.h
diff --git a/OpenAL32/Include/alFilter.h b/OpenAL32/alFilter.h
index 1c033ac3..1c033ac3 100644
--- a/OpenAL32/Include/alFilter.h
+++ b/OpenAL32/alFilter.h
diff --git a/OpenAL32/Include/alListener.h b/OpenAL32/alListener.h
index 4d59dbf9..4d59dbf9 100644
--- a/OpenAL32/Include/alListener.h
+++ b/OpenAL32/alListener.h
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/alSource.h
index 330bb9f4..330bb9f4 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/alSource.h