From d38f111515b166fda90fcb3e814ffc9e8a3f9e64 Mon Sep 17 00:00:00 2001 From: ikits Date: Mon, 6 Sep 2004 19:51:51 +0000 Subject: [PATCH] retired wglinfo git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@291 783a27ee-832a-0410-bc00-9f386506c6dd --- build/vc6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/vc6/Makefile b/build/vc6/Makefile index 904611c..326a1e6 100644 --- a/build/vc6/Makefile +++ b/build/vc6/Makefile @@ -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