diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-04-26 12:56:44 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-05-07 10:41:11 +0800 |
commit | 296adbd545b8efd38c9ed508166b2de2764a444b (patch) | |
tree | b146a292769007902a0aca98cfdd9d8ce7c44b59 /src/mapi/es2api | |
parent | 73ded0624de66bc83ae990530febb129d950d04b (diff) | |
download | external_mesa3d-296adbd545b8efd38c9ed508166b2de2764a444b.zip external_mesa3d-296adbd545b8efd38c9ed508166b2de2764a444b.tar.gz external_mesa3d-296adbd545b8efd38c9ed508166b2de2764a444b.tar.bz2 |
glapi: Move to src/mapi/.
Move glapi to src/mapi/{glapi,es1api,es2api}.
Diffstat (limited to 'src/mapi/es2api')
-rw-r--r-- | src/mapi/es2api/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mapi/es2api/Makefile b/src/mapi/es2api/Makefile new file mode 100644 index 0000000..21816a6 --- /dev/null +++ b/src/mapi/es2api/Makefile @@ -0,0 +1,3 @@ +# src/mapi/es2api/Makefile +ES := es2 +include ../es1api/Makefile |