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