diff options
author | lloyd <[email protected]> | 2009-11-19 23:52:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-19 23:52:03 +0000 |
commit | dea953ccb4b722c9cc3f4bc25c729ffcc03efb9f (patch) | |
tree | 23321bc678c55ff67485bc051a01fda08436fc61 /src/build-data/os | |
parent | 3786032100c34e2196bbb8af1e89226b05fbc324 (diff) |
Switch from only-static with VC++ to only a DLL. The static library is
huge (60+ Mb!); the DLL should be smaller due to link-time merging making
it viable to distribute binaries.
Diffstat (limited to 'src/build-data/os')
-rw-r--r-- | src/build-data/os/windows.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/os/windows.txt b/src/build-data/os/windows.txt index e2e8bb665..6951937e5 100644 --- a/src/build-data/os/windows.txt +++ b/src/build-data/os/windows.txt @@ -15,7 +15,7 @@ win32_virtual_lock </target_features> <supports_shared> -msvc +all </supports_shared> <aliases> |