mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
glew is not plugin/glew, #724, thanks Klugier
git-svn-id: svn://ultimatepp.org/upp/trunk@7063 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e699b2a00f
commit
ff06a6c746
9 changed files with 39294 additions and 33928 deletions
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
#include <Draw/Draw.h>
|
||||
|
||||
#include "glew.h"
|
||||
#include <plugin/glew/glew.h>
|
||||
|
||||
#ifdef PLATFORM_WIN32
|
||||
#include "wglew.h"
|
||||
#include <plugin/glew/wglew.h>
|
||||
#endif
|
||||
|
||||
#define GL_USE_SHADERS
|
||||
|
|
|
|||
|
|
@ -1,16 +1,12 @@
|
|||
uses
|
||||
Draw,
|
||||
Painter;
|
||||
Painter,
|
||||
plugin/glew;
|
||||
|
||||
file
|
||||
GLDraw.h,
|
||||
Texture.cpp,
|
||||
GLDraw.cpp,
|
||||
GLShaders.cpp,
|
||||
GLDrawS.cpp,
|
||||
GLEW readonly separator,
|
||||
glew.c,
|
||||
glew.h,
|
||||
glxew.h,
|
||||
wglew.h;
|
||||
GLDrawS.cpp;
|
||||
|
||||
|
|
|
|||
|
|
@ -2,4 +2,5 @@
|
|||
#define _GLDraw_icpp_init_stub
|
||||
#include "Draw/init"
|
||||
#include "Painter/init"
|
||||
#include "plugin/glew/init"
|
||||
#endif
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
8
uppsrc/plugin/glew/glew.upp
Normal file
8
uppsrc/plugin/glew/glew.upp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
description "OpenGL extension wrangler library\3770,128,128";
|
||||
|
||||
file
|
||||
glew.c,
|
||||
glew.h,
|
||||
glxew.h,
|
||||
wglew.h;
|
||||
|
||||
File diff suppressed because it is too large
Load diff
3
uppsrc/plugin/glew/init
Normal file
3
uppsrc/plugin/glew/init
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#ifndef _plugin_glew_icpp_init_stub
|
||||
#define _plugin_glew_icpp_init_stub
|
||||
#endif
|
||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue