Files
test/source/blender
Kent Mein 8918232465 This is a modified version of patch #4200
http://projects.blender.org/tracker/index.php?func=detail&aid=4200&group_id=9&atid=127

It adds platform depenant prefix to function calls
(extern on non windows platforms more complicated on windows)
So that windows plugins can reference functions inside of blender.

there is a small TODO still...
Make release should build the helper library required under windows and modify
how they build the plugins:
dlltool --input-def plugin.DEF --output-lib libblenerplugin.a --dllname blender.exe
and the pulgins should be made with:
gcc -c (pluginname).c
gcc -shared -o (pluginname).dll (pluginname).o libblenderplugin.a

Kent
2006-06-16 20:00:00 +00:00
..
2006-06-03 17:21:45 +00:00
2006-05-25 15:36:38 +00:00
2006-06-10 19:56:28 +00:00
2006-02-04 14:15:10 +00:00
2006-06-16 14:40:26 +00:00
2006-02-04 14:15:10 +00:00
2006-02-07 21:24:36 +00:00
2006-06-16 19:16:27 +00:00
2006-06-16 19:16:27 +00:00
2006-01-23 22:05:47 +00:00
2006-03-12 15:23:56 +00:00