diff options
Diffstat (limited to '')
-rw-r--r-- | ConsoleApp/bin/Debug/OpenTK.dll | bin | 2719744 -> 0 bytes | |||
-rw-r--r-- | ConsoleApp/bin/Debug/OpenTK.dll.config | 12 |
2 files changed, 0 insertions, 12 deletions
diff --git a/ConsoleApp/bin/Debug/OpenTK.dll b/ConsoleApp/bin/Debug/OpenTK.dll Binary files differdeleted file mode 100644 index afff0dd..0000000 --- a/ConsoleApp/bin/Debug/OpenTK.dll +++ /dev/null diff --git a/ConsoleApp/bin/Debug/OpenTK.dll.config b/ConsoleApp/bin/Debug/OpenTK.dll.config deleted file mode 100644 index 99aef86..0000000 --- a/ConsoleApp/bin/Debug/OpenTK.dll.config +++ /dev/null @@ -1,12 +0,0 @@ -<configuration>
- <dllmap os="linux" dll="opengl32.dll" target="libGL.so.1"/>
- <dllmap os="linux" dll="glu32.dll" target="libGLU.so.1"/>
- <dllmap os="linux" dll="openal32.dll" target="libopenal.so.1"/>
- <dllmap os="linux" dll="alut.dll" target="libalut.so.0"/>
- <dllmap os="linux" dll="opencl.dll" target="libOpenCL.so"/>
- <dllmap os="osx" dll="openal32.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
- <dllmap os="osx" dll="alut.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
- <dllmap os="osx" dll="libGLES.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" /> - <dllmap os="osx" dll="libGLESv2.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" /> - <dllmap os="osx" dll="opencl.dll" target="/System/Library/Frameworks/OpenCL.framework/OpenCL"/>
-</configuration>
|