[Bf-committers] CVS commit: blender/source/gameengine/GamePlayer/common/unix Makefile

Unprivileged User bf-committers@blender.org
Wed, 6 Nov 2002 03:09:02 +0100 (CET)


nobody      2002/11/06 03:09:02 CET

  Modified files:
    blender/source/gameengine/GamePlayer/common/unix Makefile 
  
  Log:
  I Just modified the Makefile to use the definitions instead of hard paths.
  
  -CPPFLAGS += -I../../../../sumo/Fuzzics/include
  -CPPFLAGS += -I../../../../sumo/include
  +CPPFLAGS += -I$(NAN_FUZZICS)/include
  +CPPFLAGS += -I$(NAN_SUMO)/include
  
  Kent
  --
  mein@cs.umn.edu
  
  Revision  Changes    Path
  1.3       +3 -3      blender/source/gameengine/GamePlayer/common/unix/Makefile