Skip to content

Commit

Permalink
C# wrapper: Modify OpenTK fetch script to set the download output fil…
Browse files Browse the repository at this point in the history
…ename.

Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
  • Loading branch information
zarvox committed May 29, 2011
1 parent e2097c7 commit 9ffab19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrappers/csharp/support/fetch_opentk.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
wget http://sourceforge.net/projects/opentk/files/opentk/opentk-1.0/2010-10-06/opentk-2010-10-06.zip/download
unzip download
wget http://sourceforge.net/projects/opentk/files/opentk/opentk-1.0/2010-10-06/opentk-2010-10-06.zip/download -Odownload.zip
unzip download.zip
rm -rf download
cp opentk/Binaries/OpenTK/Release/OpenTK.dll .
cp opentk/Binaries/OpenTK/Release/OpenTK.GLControl.dll .
Expand Down

0 comments on commit 9ffab19

Please sign in to comment.