Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2002-11-29 20:07:58 +0300
committerKent Mein <mein@cs.umn.edu>2002-11-29 20:07:58 +0300
commit651fa32eaa054e27d3d4ba8afd0f3ce56ad02f07 (patch)
tree87885b68d7d01ca0e5808a3668ca48daf3db42b8 /source/blender/bpython
parent3fe6959360784bcf753f357d5aa82b331c5acf0f (diff)
Bunch of small fixes emailed to me from phaethon
Kent -- mein@cs.umn.edu
Diffstat (limited to 'source/blender/bpython')
-rw-r--r--source/blender/bpython/intern/api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/bpython/intern/api.h b/source/blender/bpython/intern/api.h
index 2efcc7f0c0f..8c2489c6f07 100644
--- a/source/blender/bpython/intern/api.h
+++ b/source/blender/bpython/intern/api.h
@@ -76,9 +76,11 @@ MODNAME(BLENDERMODULE) -> "_Blender"
#define MODNAME(x) _MODNAME(x)
// module configuration -- TODO: this should be set later from the Makefile...
+/* commented out by mein@cs.umn.edu default is non static now :)
#if defined(__FreeBSD__) || defined(__linux__) || defined (__sgi) || defined(__sparc) || defined(__sparc__)
#define STATIC_TEXTTOOLS 1
#endif
+*/
#define USE_NMESH 1 // still use NMesh structure for <mesh object>.data