dmuratshin vor 10 Jahren
Ursprung
Commit
0b37879ef2

+ 5 - 0
dependencies/libogg/macosx/Ogg_Prefix.pch

@@ -0,0 +1,5 @@
+//
+// Prefix header for all source files of the 'Ogg' target in the 'Ogg' project.
+//
+
+#include <Carbon/Carbon.h>

BIN
dependencies/libvorbis/lib/x86/libvorbis_d.lib


BIN
dependencies/libvorbis/lib/x86/libvorbisfile_d.lib


+ 3 - 0
dependencies/libvorbis/win32/VS2010/libvorbis/libvorbis_static.vcxproj.user

@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+</Project>

+ 3 - 0
dependencies/libvorbis/win32/VS2010/libvorbisfile/libvorbisfile_static.vcxproj.user

@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+</Project>

+ 3 - 0
dependencies/libvorbis/win32/VS2010/vorbisdec/vorbisdec_static.vcxproj.user

@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+</Project>

+ 3 - 0
dependencies/libvorbis/win32/VS2010/vorbisenc/vorbisenc_static.vcxproj.user

@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+</Project>

BIN
dependencies/openal-android/obj/local/armeabi-v7a/libopenal.a


BIN
dependencies/openal/obj/local/armeabi-v7a/libopenal.a


BIN
dependencies/openalext/lib/win32/OpenAL32.dll


BIN
dependencies/openalext/lib/win32/OpenAL32.lib


BIN
dependencies/openalext/lib/win32/openalext_d.dll


BIN
dependencies/openalext/lib/win32/openalext_d.ilk


BIN
dependencies/openalext/lib/win32/openalext_d.lib


BIN
dependencies/openalext/lib/win32/openalext_d.pdb


BIN
examples/SoundDemo/data/OpenAL32.dll


+ 16 - 0
examples/SoundDemo/proj.ios/example/example_ios-Prefix.pch

@@ -0,0 +1,16 @@
+//
+//  Prefix header
+//
+//  The contents of this file are implicitly included at the beginning of every source file.
+//
+
+#import <Availability.h>
+
+#ifndef __IPHONE_5_0
+#warning "This project uses features only available in iOS SDK 5.0 and later."
+#endif
+
+#ifdef __OBJC__
+    #import <UIKit/UIKit.h>
+    #import <Foundation/Foundation.h>
+#endif

+ 9 - 0
examples/SoundDemo/proj.macosx/example/example_macosx-Prefix.pch

@@ -0,0 +1,9 @@
+//
+//  Prefix header
+//
+//  The contents of this file are implicitly included at the beginning of every source file.
+//
+
+#ifdef __OBJC__
+    #import <Cocoa/Cocoa.h>
+#endif

+ 13 - 0
examples/SoundDemo/proj.win32/SoundDemo.vcxproj.user

@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <LocalDebuggerWorkingDirectory>../data</LocalDebuggerWorkingDirectory>
+    <LocalDebuggerEnvironment>PATH=../data;%PATH%;</LocalDebuggerEnvironment>
+    <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <LocalDebuggerWorkingDirectory>../data</LocalDebuggerWorkingDirectory>
+    <LocalDebuggerEnvironment>PATH=../data;%PATH%;</LocalDebuggerEnvironment>
+    <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+   </PropertyGroup>
+</Project>

BIN
libs/win32/OpenAL32.dll


BIN
libs/win32/OpenAL32.lib


BIN
libs/win32/libogg_static.lib


BIN
libs/win32/libogg_static_vs2013.lib


BIN
libs/win32/tremor.lib