[Bf-committers] CVS commit: blender/intern/python/freeze makemakefile.py

Unprivileged User bf-committers@blender.org
Sat, 4 Jan 2003 17:27:27 +0100 (CET)


frank       2003/01/04 17:27:27 CET

  Modified files:
    blender/intern/python/freeze makemakefile.py 
  
  Log:
  - when compiling on windows, override CC=gcc with CC=..../cl_wrapper.pl
    and use the Python.h in the lib/windows/python/include directory.
    MSVC++ doesn't like linking with a gcc compiled frozen library.
  
  Revision  Changes    Path
  1.6       +5 -0      blender/intern/python/freeze/makemakefile.py