From 85ae21d5dda29fcd6b0f7a145804323b084a5801 Mon Sep 17 00:00:00 2001 From: Robert Wenzlaff Date: Fri, 26 Dec 2003 20:12:42 +0000 Subject: Commit of cursor framework. Cursors now defined in source/blender/src/cursors.c and source/blender/include/BIF_cursors.h. Allows large cursors on Win32 and X11. See cursors.c for documentatioin on how to use. --- source/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/Makefile') diff --git a/source/Makefile b/source/Makefile index 7b84cac1a49..6088db76bf7 100644 --- a/source/Makefile +++ b/source/Makefile @@ -308,12 +308,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 -- cgit v1.2.3