From 3c14f02eac36cccd280d9531cc3fd148526aedf9 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 25 Jul 2017 16:37:55 +0200 Subject: Build: add scripts to build dependencies for Windows and macOS. Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753 --- release/windows/blendthumb/src/BlendThumb.def | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 release/windows/blendthumb/src/BlendThumb.def (limited to 'release/windows/blendthumb/src/BlendThumb.def') diff --git a/release/windows/blendthumb/src/BlendThumb.def b/release/windows/blendthumb/src/BlendThumb.def new file mode 100644 index 00000000000..71f9236735f --- /dev/null +++ b/release/windows/blendthumb/src/BlendThumb.def @@ -0,0 +1,5 @@ +EXPORTS + DllGetClassObject PRIVATE + DllCanUnloadNow PRIVATE + DllRegisterServer PRIVATE + DllUnregisterServer PRIVATE \ No newline at end of file -- cgit v1.2.3