[Bf-committers] CVS commit: blender/intern/make/msvc_6_0 build_install_all.dsp blender/intern/python/freeze dummy.cpp python_freeze.dsp

Unprivileged User bf-committers@blender.org
Mon, 11 Nov 2002 23:48:06 +0100 (CET)


nobody      2002/11/11 23:48:06 CET

  Modified files:
    blender/intern/make/msvc_6_0 build_install_all.dsp 
    blender/intern/python/freeze python_freeze.dsp 
  Added files:
    blender/intern/python/freeze dummy.cpp 
  
  Log:
  Made a dependency so that the MSVC intern project file will actually call the
  batch file that freezes the Blender Python code.
  I had to add a dummy.cpp file to the freeze directory to make MSVC
  understand it should call the batch file in a post build step. If someone else
  has a better idea, feel free to change it!
  Maarten
  
  Revision  Changes    Path
  1.2       +5 -0      blender/intern/make/msvc_6_0/build_install_all.dsp
  1.2       +41 -28    blender/intern/python/freeze/python_freeze.dsp