[Bf-committers] CVS commit: blender/intern/python/freeze Makefile

Unprivileged User bf-committers@blender.org
Mon, 11 Nov 2002 22:26:19 +0100 (CET)


nobody      2002/11/11 22:26:19 CET

  Modified files:
    blender/intern/python/freeze Makefile 
  
  Log:
  -       python $(PYFLAGS) freeze.py -d -x os -x pprint -x Blender -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py
  +       python $(PYFLAGS) freeze.py -d -x os -x pprint -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py
  
  Freeze the Blender module
  (I got this from some other people on #blendersauce and truthfully I have
  no idea if this is correct or not so if someone else could look at it
  that would be great)
  
  Kent
  --
  mein@cs.umn.edu
  
  Revision  Changes    Path
  1.3       +2 -2      blender/intern/python/freeze/Makefile