|
From: Patrick H. <pat...@us...> - 2003-09-07 02:18:12
|
patrickh 2003/09/06 19:18:11 PDT
Modified files:
modules/GMTL SConstruct
modules/GMTL/python SConscript
Log:
Try to deal with debugging versus optimized versions of the Python module
on Windows better. Apparently, a debug build of Python only loads debug
modules, and it expects them to have "_d" appended to their base name.
This is probably an ugly way of handling it, but it's the best way that I
can see to make the necessary changes.
Revision Changes Path
1.24 +4 -1 GGT/modules/GMTL/SConstruct
1.3 +11 -3 GGT/modules/GMTL/python/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.23&r2=1.24&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/SConscript.diff?r1=1.2&r2=1.3&diff_format=l
|