Add glew binaries & add a custom build step to copy them to the output directory.

Prevents glew32.dll errors on compiling
This commit is contained in:
Luke Usher 2017-01-05 20:52:18 +00:00
parent ab755489c2
commit f184baade9
7 changed files with 2 additions and 4 deletions

View File

@ -109,8 +109,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>
</Command>
<Command>copy $(SolutionDir)..\..\import\glew-2.0.0\bin\Release\Win32\glew32.dll $(TargetDir)</Command>
</PostBuildEvent>
<CustomBuildStep>
<Command>
@ -174,8 +173,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>
</Command>
<Command>copy $(SolutionDir)..\..\import\glew-2.0.0\bin\Release\Win32\glew32.dll $(TargetDir)</Command>
</PostBuildEvent>
<CustomBuildStep>
<Command>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.