Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Ole Wund <bjornmose@gmx.net>2005-10-09 02:40:58 +0400
committerJens Ole Wund <bjornmose@gmx.net>2005-10-09 02:40:58 +0400
commitb9e6e0c2ecb66e4233be9e0af0b5991d1baaf1bf (patch)
tree157c47112e1b726022621dd5cfc910abaf466896 /SConstruct
parent4af7d8db30ba14f36fe63f3e5e61c964b1bb8ce3 (diff)
make compiling with free ms vc7 toolkit easier
hum .. do we need that ODBC .. looks like no
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 103f9e47167..2be80761ab1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -375,7 +375,7 @@ elif sys.platform == 'win32':
'ws2_32', 'dxguid', 'vfw32', 'winmm',
'iconv', 'kernel32', 'user32', 'gdi32',
'winspool', 'comdlg32', 'advapi32', 'shell32',
- 'ole32', 'oleaut32', 'uuid', 'odbc32', 'odbccp32',
+ 'ole32', 'oleaut32', 'uuid',
'libcmt', 'libc']
platform_libpath = ['#../lib/windows/iconv/lib',
'#../lib/windows/QTDevWin/Libraries']