diff options
author | Treeki <treeki@gmail.com> | 2011-03-26 03:57:52 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-03-26 03:57:52 +0100 |
commit | e00b60edda34f50baaa0a21cf2bae4fcad1609a4 (patch) | |
tree | 99dab852d72269c1c1b475a9971344a3e913daf2 /NW4RTools | |
parent | fd085848e60831a8582c24de8f30ad4528f9d490 (diff) | |
download | nw4rtools-e00b60edda34f50baaa0a21cf2bae4fcad1609a4.tar.gz nw4rtools-e00b60edda34f50baaa0a21cf2bae4fcad1609a4.zip |
finally got around to adding gitignore and removing binaries
Diffstat (limited to 'NW4RTools')
-rwxr-xr-x | NW4RTools/bin/Debug/NW4RTools.dll | bin | 239104 -> 0 bytes | |||
-rw-r--r-- | NW4RTools/bin/Debug/NW4RTools.dll.mdb | bin | 114935 -> 0 bytes | |||
-rw-r--r-- | NW4RTools/bin/Debug/OpenTK.dll | bin | 2719744 -> 0 bytes | |||
-rw-r--r-- | NW4RTools/bin/Debug/OpenTK.dll.config | 12 |
4 files changed, 0 insertions, 12 deletions
diff --git a/NW4RTools/bin/Debug/NW4RTools.dll b/NW4RTools/bin/Debug/NW4RTools.dll Binary files differdeleted file mode 100755 index 3e86a0a..0000000 --- a/NW4RTools/bin/Debug/NW4RTools.dll +++ /dev/null diff --git a/NW4RTools/bin/Debug/NW4RTools.dll.mdb b/NW4RTools/bin/Debug/NW4RTools.dll.mdb Binary files differdeleted file mode 100644 index 1bff220..0000000 --- a/NW4RTools/bin/Debug/NW4RTools.dll.mdb +++ /dev/null diff --git a/NW4RTools/bin/Debug/OpenTK.dll b/NW4RTools/bin/Debug/OpenTK.dll Binary files differdeleted file mode 100644 index afff0dd..0000000 --- a/NW4RTools/bin/Debug/OpenTK.dll +++ /dev/null diff --git a/NW4RTools/bin/Debug/OpenTK.dll.config b/NW4RTools/bin/Debug/OpenTK.dll.config deleted file mode 100644 index 99aef86..0000000 --- a/NW4RTools/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>
|