Chia-I Wu
8f2a974cf2
mapi: Rewrite mapi_abi.py to get rid of preprocessor magic.
...
The preprocessor magic in mapi was nothing but obfuscation. Rewrite
mapi_abi.py to generate real C code.
This commit removes the hack added in
43121f2086 .
2010-12-06 15:40:37 +08:00
Chia-I Wu
29cff9ce2e
mapi: Use MAPI_EXPORT to export public functions.
...
mapi.h is included by vgapi and st/vega. On win32, the macro expands to
dllexport and dllimport respectively.
2010-08-21 14:13:59 +08:00
Chia-I Wu
79e5bea3cb
vgapi: Generate PIC objects.
...
Fixes "...; recompile with -fPIC" error on x86-64. See fdo 28336.
2010-06-01 07:33:29 +08:00
Chia-I Wu
60558b1594
mapi/vgapi: Add SConscript for Windows build.
2010-05-31 13:27:53 +08:00