diff options
author | José Fonseca <[email protected]> | 2011-01-13 11:54:43 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-01-13 11:54:43 +0000 |
commit | 63528c4510e4891a13c255871b1dd5c2dafdb02c (patch) | |
tree | cc62a880c34cdb7c051676ebd02159ccd3ebcb37 /src/mapi/vgapi | |
parent | 80f18876f689e250e286f8821e37389b414776bd (diff) |
scons: Build libOpenVG.dll & libEGL.dll
But without creating liblibOpenVG or liblibEGL elsewhere.
Thanks Chia-I Wu for pointing this out.
Diffstat (limited to 'src/mapi/vgapi')
-rw-r--r-- | src/mapi/vgapi/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mapi/vgapi/SConscript b/src/mapi/vgapi/SConscript index c0c6c6c033a..e970e4eff84 100644 --- a/src/mapi/vgapi/SConscript +++ b/src/mapi/vgapi/SConscript @@ -44,6 +44,9 @@ if env['platform'] != 'winddk': env.Depends(vgapi_objects, vgapi_header) + # libOpenVG.dll + env['SHLIBPREFIX'] = 'lib' + openvg = env.SharedLibrary( target = 'OpenVG', source = vgapi_objects, |