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>2008-05-08 22:38:21 +0400
committerKent Mein <mein@cs.umn.edu>2008-05-08 22:38:21 +0400
commit106974a9d2d5caa5188322507980e3d57d2e3517 (patch)
treecbf8739ed8665e6217d772c456a9004fd73bbe53 /source/gameengine
parent8fdc367e0d0f7edc341af7a1de4302bf46a051fd (diff)
Fixing up the webplugin defines for the Makefiles.
Now you can do one of the following to disable it: export NAN_NO_PLUGIN=true export WITH_BF_WEBPLUGIN=false or export WITH_BF_WEBPLUGIN=true to enable building it. (Its set to false by default) Kent
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/GamePlayer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/GamePlayer/Makefile b/source/gameengine/GamePlayer/Makefile
index 747a82fc333..c4f78f23117 100644
--- a/source/gameengine/GamePlayer/Makefile
+++ b/source/gameengine/GamePlayer/Makefile
@@ -34,7 +34,7 @@ SOURCEDIR = source/gameengine/GamePlayer
DIR = $(OCGDIR)/gameengine/GamePlayer
DIRS = common ghost
-ifneq ($(NAN_NO_PLUGIN),true)
+ifeq ($(WITH_BF_WEBPLUGIN),true)
ifeq ($(OS),$(findstring $(OS), "freebsd irix windows"))
ifneq ($(FREE_WINDOWS),true)
DIRS += netscape