diff options
author | Chia-I Wu <[email protected]> | 2010-12-11 03:27:54 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-12-18 15:05:58 +0800 |
commit | 7048095513f8e91db26736eee0343b1a00d18f6f (patch) | |
tree | e4be2fcf5a7214d3fd1e47afb078b198bc18d0e3 /src/mapi/glapi/SConscript | |
parent | c17d4999f108d86c468cf4b11b08f915c282ce12 (diff) |
mapi: Clean up sources.mk.
Rename MAPI_GLAPI_SOURCES to MAPI_UTIL_SOURCES. Rename macro
MAPI_GLAPI_CURRENT to MAPI_MODE_UTIL. Update the comments to make it
clear that mapi may be used in two ways and how.
Diffstat (limited to 'src/mapi/glapi/SConscript')
-rw-r--r-- | src/mapi/glapi/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/SConscript b/src/mapi/glapi/SConscript index 27258f808a5..4057991ec8d 100644 --- a/src/mapi/glapi/SConscript +++ b/src/mapi/glapi/SConscript @@ -9,7 +9,7 @@ if env['platform'] != 'winddk': env = env.Clone() env.Append(CPPDEFINES = [ - 'MAPI_GLAPI_CURRENT', + 'MAPI_MODE_UTIL', ]) if env['platform'] == 'windows': |