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:
authorMichel Selten <michel@mselten.demon.nl>2004-01-28 22:05:52 +0300
committerMichel Selten <michel@mselten.demon.nl>2004-01-28 22:05:52 +0300
commitd705e90841b70df63b7d45e31a36a8d87f637e84 (patch)
tree1404da7f2360336218b3ed16f8ddfd3eb0ced537 /source/Makefile
parent130b302882bc3bc3cf26e5bad0e82c0f69f3856e (diff)
Makefile update
* In a previous commit, the following targets on Linux were commented out: - plugin - xplink - blenderstatic - blenderplayer This commit uncommented those targets again.
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/Makefile b/source/Makefile
index 8fa1396866b..14684250c63 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -310,12 +310,12 @@ ifeq ($(OS),linux)
BINTARGETS += blenderplayer
endif
ifeq ($(CPU),i386)
-# BINTARGETS = plugin
+ BINTARGETS = plugin
# BINTARGETS += ptest
-# BINTARGETS += xplink
+ BINTARGETS += xplink
BINTARGETS += blenderdynamic
-# BINTARGETS += blenderplayer
-# BINTARGETS += blenderstatic
+ BINTARGETS += blenderplayer
+ BINTARGETS += blenderstatic
endif
ifeq ($(CPU),powerpc)
BINTARGETS = blenderdynamic