For sconstruct build blender linked against the winspool library. This seemed unnecessary, and test showed Blender running

fine without it. This probably solves #3503 too, so ZoneAlarm users, do test!

The same change should be done for the project files.

(#3503 http://projects.blender.org/tracker/index.php?func=detail&aid=3503&group_id=9&atid=125)
This commit is contained in:
Nathan Letwory
2005-12-16 20:58:16 +00:00
parent 3a50444ad4
commit 3a65f4e39f

View File

@@ -387,7 +387,7 @@ elif sys.platform == 'win32':
platform_libs = [ 'qtmlClient', 'soundsystem',
'ws2_32', 'dxguid', 'vfw32', 'winmm',
'iconv', 'kernel32', 'user32', 'gdi32',
'winspool', 'comdlg32', 'advapi32', 'shell32',
'comdlg32', 'advapi32', 'shell32',
'ole32', 'oleaut32', 'uuid',
'libcmt', 'libc']
platform_libpath = ['#../lib/windows/iconv/lib',