[Bf-committers] CVS commit: blender config.h.in configure configure.ac blender/source Makefile.am blender/source/blender/src editmesh.c

Unprivileged User bf-committers@blender.org
Tue, 3 Dec 2002 19:31:51 +0100 (CET)


nobody      2002/12/03 19:31:51 CET

  Modified files:
    .                    config.h.in configure configure.ac 
    blender/source       Makefile.am 
    blender/source/blender/src editmesh.c 
  
  Log:
  Ok this should have probably been three seperate things but I figured
  some people are getting sick of the email and the comments are small.
  
  editmesh.c I added casts in a couple of places to remove a few warnings.
  
  Then I cleaned up configure.ac a bit specifically the checks for
  --with-ssl etc... so they work a little nicer.
  
  I also modified source/Makefile.am to add targets for the player
  Still needs some work I'm sure but its a start.
  
  Kent
  --
  mein@cs.umn.edu
  
  Revision  Changes    Path
  1.7       +6 -0      blender/config.h.in
  1.11      +149 -36   blender/configure
  1.12      +24 -27    blender/configure.ac
  1.8       +13 -2     blender/source/Makefile.am
  1.4       +5 -5      blender/source/blender/src/editmesh.c