Blender Git Loki
Git Commits -> Revision 70edf4e
Revision 70edf4e by Andrea Weikert (master) September 23, 2007, 13:52 (GMT) |
fixing some compile problems with MSVC7.1/scons * stupid misplacement of declaration * replacing fmodf with fmod (fmodf not available with MSVC7.1 when compiling C-code) * appending CXXFLAGS to CCFLAGS in tools/Blender.py to avoid linking errors with runtime library (/MT not set) - jesterKing, could you please check if that's ok? |
Commit Details:
Full Hash: 70edf4e2933f9a402de70298352b8775540baf15
SVN Revision: 12113
Parent Commit: 5f64888
Lines Changed: +6, -5