chore(build): add vendored glew-cmake-2.2.0 library

This commit is contained in:
phaneron 2023-11-15 19:27:50 -05:00
parent cf257c771f
commit dd52d00736
303 changed files with 25236 additions and 1 deletions

View file

@ -0,0 +1,21 @@
MSDEV := msdev
RM := rm -rf
default:
$(MSDEV) glew.dsw /make \
"glew_static - Win32 Release" \
"glew_shared - Win32 Release" \
"glewinfo - Win32 Release" \
"visualinfo - Win32 Release" /build
debug:
$(MSDEV) glew.dsw /make \
"glew_static - Win32 Debug" \
"glew_shared - Win32 Debug" \
"glewinfo - Win32 Debug" \
"visualinfo - Win32 Debug" /build
clean:
$(MSDEV) glew.dsw /make all /clean
$(RM) static shared *.plg *.ncb *.opt