This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/intern/python/freeze/README.NaN
Hans Lambermont 12315f4d0e Initial revision
2002-10-12 11:37:38 +00:00

13 lines
391 B
Plaintext

$Id$
This is a modification of the freeze.py script used to freeze python
modules as byte code in Blender.
To create this byte code, simply type 'make'. Freeze will then generate
the C source files in the TARGETDIR (specified in the Makefile), provided
that you have a valid python installation.
Be warned: testing of the module dependencies is needed, as these are
resolved AT RUNTIME!