Skip to content

Commit

Permalink
Adjust build sh 11
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed May 31, 2024
1 parent 5d6cdbf commit 174f23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/windows-glew.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msbuild /p:Platform=x64 /p:Configuration=Release /p:PlatformToolset=v142 src\glew\build\vc12\glew_shared.vcxproj

copy /y src\glew-2.2.0\bin\Release\x64\glew32.dll src\build\glew32.dll
copy /y src\glew-2.2.0\lib\Release\x64\glew32.lib src\build\glew32.lib
copy /y src\glew\bin\Release\x64\glew32.dll src\build\glew32.dll
copy /y src\glew\lib\Release\x64\glew32.lib src\build\glew32.lib

0 comments on commit 174f23b

Please sign in to comment.