From bbc00befe75ce223a91d1bbccab1e6e1c93da98c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 18 Nov 2008 05:47:19 +0000 Subject: some scons command line args were not working since recent changes- scons CCFLAGS="-O0 -ggdp3" for example would pass on the args including the "'s to scons, causing the build to fail. --- config/win32-vc-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/win32-vc-config.py') diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py index f25d8e22308..d7165401705 100644 --- a/config/win32-vc-config.py +++ b/config/win32-vc-config.py @@ -181,7 +181,7 @@ C_WARN = [] CC_WARN = [] CXX_WARN = [] -LLIBS = 'ws2_32 vfw32 winmm kernel32 user32 gdi32 comdlg32 advapi32 shfolder shell32 ole32 oleaut32 uuid' +LLIBS = ['ws2_32', 'vfw32', 'winmm', 'kernel32', 'user32', 'gdi32', 'comdlg32', 'advapi32', 'shfolder', 'shell32', 'ole32', 'oleaut32', 'uuid'] PLATFORM_LINKFLAGS = ''' /SUBSYSTEM:CONSOLE -- cgit v1.2.3