[Bf-committers] CVS commit: blender/source Makefile

Unprivileged User bf-committers@blender.org
Fri, 13 Dec 2002 21:30:07 +0100 (CET)


nobody      2002/12/13 21:30:07 CET

  Modified files:
    blender/source       Makefile 
  
  Log:
  This might be a slight hack but Iksolver library was complaining about
  some linking stuff that was in libmoto.a so I added a libmoto after it
  in the link lines.
  
  Hans got a better way to do this? :)
  
  Kent
  
  Here is the diff:
  RCS file: /cvs01/blender/source/Makefile,v
  retrieving revision 1.12
  diff -u -r1.12 Makefile
  --- Makefile    2002/11/13 16:09:38     1.12
  +++ Makefile    2002/12/13 20:28:13
  @@ -165,6 +165,7 @@
       COMLIB += $(NAN_PNG)/lib/libpng.a
  
       BCLIB = $(NAN_IKSOLVER)/lib/libiksolver.a
  +    BCLIB += $(NAN_MOTO)/lib/libmoto.a
       BCLIB += $(OCGDIR)/blender/readblenfile/$(DEBUG_DIR)libreadblenfile.a
       BCLIB += $(OCGDIR)/blender/readstreamglue/$(DEBUG_DIR)libreadstreamglue.a
       BCLIB += $(OCGDIR)/blender/writestreamglueSTUB/$(DEBUG_DIR)libwritestreamglueSTUB.a
  @@ -174,6 +175,7 @@
       BCLIB += $(OCGDIR)/blender/src/$(DEBUG_DIR)libsrccreator.a
  
       PULIB = $(NAN_IKSOLVER)/lib/libiksolver.a
  +    PULIB += $(NAN_MOTO)/lib/libmoto.a
       PULIB += $(OCGDIR)/blender/readblenfile/$(DEBUG_DIR)libreadblenfile.a
       PULIB += $(OCGDIR)/blender/readstreamglue/$(DEBUG_DIR)libreadstreamglue.a
       PULIB += $(OCGDIR)/blender/writestreamglue/$(DEBUG_DIR)libwritestreamglue.a
  
  Revision  Changes    Path
  1.13      +3 -1      blender/source/Makefile