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
setenv CFLAGS "-g -Wall -I/usr/local/Python-1.6/Include" setenv LDFLAGS "-L/usr/local/Python-1.6" aclocal autoconf automake -a ./configure make