retired wglinfo

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@291 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2004-09-06 19:51:51 +00:00
parent e2884682db
commit d38f111515
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@ default:
"glew_static - Win32 Release" \
"glew_shared - Win32 Release" \
"glewinfo - Win32 Release" \
"wglinfo - Win32 Release" /build
"visualinfo - Win32 Release" /build
debug:
$(MSDEV) glew.dsw /make \
"glew_static - Win32 Debug" \
"glew_shared - Win32 Debug" \
"glewinfo - Win32 Debug" \
"wglinfo - Win32 Debug" /build
"visualinfo - Win32 Debug" /build
clean:
$(MSDEV) glew.dsw /make all /clean