From ce2cae4130548872a0205097b0b5dbe0f4f57d5f Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 20 Aug 2010 12:41:46 +0800 Subject: egl: Add egl.def for win32 build. Without the .def file, function names are decorated and cannot be queried by GetProcAddress easily. --- src/egl/main/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egl/main/SConscript') diff --git a/src/egl/main/SConscript b/src/egl/main/SConscript index 1e4d4f39de..06846475ba 100644 --- a/src/egl/main/SConscript +++ b/src/egl/main/SConscript @@ -42,7 +42,7 @@ if env['platform'] != 'winddk': egl = env.SharedLibrary( target = 'libEGL', - source = egl_sources, + source = egl_sources + ['egl.def'], ) env.InstallSharedLibrary(egl, version=(1, 4, 0)) -- cgit v1.2.3