From d705e90841b70df63b7d45e31a36a8d87f637e84 Mon Sep 17 00:00:00 2001 From: Michel Selten Date: Wed, 28 Jan 2004 19:05:52 +0000 Subject: [PATCH] Makefile update * In a previous commit, the following targets on Linux were commented out: - plugin - xplink - blenderstatic - blenderplayer This commit uncommented those targets again. --- source/Makefile | 8 ++++---- 1 file 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