> Anyway, this file should replace the one under build/Makefile.nmake: > http://www.triularity.org/download/blender/Makefile.nmake
With a bit more testing I found out that almost nothing builds in either 32 or 64 bits (on msvc2010). It would be nice if someone else with MSVC2010 could test this too. I created a simple batch to help me to generate a log for each library I wanted to build (the nasm stops running at the first error, so not so nice to test them all). The basic command invoked by the script was: nmake /f Makefile.nmake %LIB% 1>../build_logs/%LIB%_%PLATFORM%_out.txt 2>../build_logs/%LIB%_%PLATFORM%_err.txt Logs: http://www.dalaifelinto.com/ftp/tmp/win_blenderlibs_log.zip Batch file to generate the logs: http://www.dalaifelinto.com/ftp/tmp/library_build.bat -- Dalai _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
