From ad52b3d900d7185dd8a7056f70a942affd374d11 Mon Sep 17 00:00:00 2001
From: Kenneth Russel <kbrussel@alum.mit.edu>
Date: Mon, 14 Jul 2003 10:01:41 +0000
Subject: Updated jogl build documentation for Ant build. Deleted now-obsolete
 Makefiles and redundant gl.c and similar files from platform-specific
 stub_includes directories; the latter have been moved to
 stub_includes/common.

git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@22 232f8b59-042b-4e1e-8c03-345bb8c30851
---
 make/stub_includes/win32/gl-impl.c | 24 ------------------------
 1 file changed, 24 deletions(-)
 delete mode 100644 make/stub_includes/win32/gl-impl.c

(limited to 'make/stub_includes/win32/gl-impl.c')

diff --git a/make/stub_includes/win32/gl-impl.c b/make/stub_includes/win32/gl-impl.c
deleted file mode 100644
index 8ffb057f3..000000000
--- a/make/stub_includes/win32/gl-impl.c
+++ /dev/null
@@ -1,24 +0,0 @@
-#include <windows.h>
-#define GLAPI
-
-// Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in
-// "glext.h" are parsed.
-#define GL_GLEXT_PROTOTYPES
-
-#include <GL/gl.h>
-
-#include <GL/cglext.h>
-
-// Define WGL_GLEXT_PROTOTYPES so that the OpenGL WGL extension prototypes in
-// "wglext.h" are parsed.
-#define WGL_WGLEXT_PROTOTYPES
-#define SKIP_WGL_HANDLE_DEFINITIONS
-
-#include <GL/wglext.h>
-
-// Generate unimplemented stubs for glX extensions
-#define GLX_GLXEXT_PROTOTYPES
-#include <X11/Xlib.h>
-#include <X11/Xutil.h>
-#include <GL/glxext.h>
-
-- 
cgit v1.2.3