diff options
author | Chia-I Wu <[email protected]> | 2010-05-31 10:15:55 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-05-31 10:43:17 +0800 |
commit | 59f8dca7cf7ce2b21d3bfe59c55bd3927de7f39c (patch) | |
tree | 9469f2978162b8851354053776f3ffb6f2c08c50 /src/mesa/Makefile | |
parent | 8e1b375a8d186c0241239630f766f20513fa5371 (diff) |
Update OpenGL ES headers.
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 3bb2f39475b..4f81768924a 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -17,8 +17,8 @@ ES1_OBJ_DIR := objs-es1 ES2_OBJ_DIR := objs-es2 MESA_CPPFLAGS := $(API_DEFINES) -ES1_CPPFLAGS := -DFEATURE_ES1=1 -D__GL_EXPORTS -ES2_CPPFLAGS := -DFEATURE_ES2=1 -D__GL_EXPORTS +ES1_CPPFLAGS := -DFEATURE_ES1=1 +ES2_CPPFLAGS := -DFEATURE_ES2=1 include sources.mak |