diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-04 05:18:29 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-04 05:18:29 +0000 |
commit | 6a4994f4ae4e2462de032a1c8595e9dfb82376d5 (patch) | |
tree | a1f7a2e138ae38dac4a7bf7854ee46bc99728377 /sandbox/src | |
parent | 4d74cc2ef9a46f78e086d499b9680d5028fd3df2 (diff) | |
download | chromium_src-6a4994f4ae4e2462de032a1c8595e9dfb82376d5.zip chromium_src-6a4994f4ae4e2462de032a1c8595e9dfb82376d5.tar.gz chromium_src-6a4994f4ae4e2462de032a1c8595e9dfb82376d5.tar.bz2 |
Pull the block of common Windows system libraries that we link with everywhere into the base Windows environment.
TBR: evanm,bradnelson
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@310 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/src')
-rw-r--r-- | sandbox/src/SConscript | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sandbox/src/SConscript b/sandbox/src/SConscript index 18c5977..7c3bdbf 100644 --- a/sandbox/src/SConscript +++ b/sandbox/src/SConscript @@ -141,32 +141,6 @@ env_tests.Prepend( '/ignore:4199',
'/nxcompat',
],
- LIBS = [
- # System libraries.
- 'DelayImp.lib',
- 'advapi32.lib',
- 'comdlg32.lib',
- 'gdi32.lib',
- 'kernel32.lib',
- 'msimg32.lib',
- 'odbc32.lib',
- 'odbccp32.lib',
- 'ole32.lib',
- 'oleaut32.lib',
- 'psapi.lib',
- 'shell32.lib',
- 'user32.lib',
- 'usp10.lib',
- 'uuid.lib',
- 'version.lib',
- 'wininet.lib',
- 'winspool.lib',
- 'ws2_32.lib',
-
- # Chrome libraries.
- 'base.lib',
- 'sandbox.lib',
- ],
LIBPATH = [
'.',
'$BASE_DIR'
|