Makefile update

* In a previous commit, the following targets on Linux were commented out:
  - plugin
  - xplink
  - blenderstatic
  - blenderplayer
  This commit uncommented those targets again.
This commit is contained in:
Michel Selten 2004-01-28 19:05:52 +00:00
parent 130b302882
commit d705e90841

@ -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