diff options
author | lloyd <[email protected]> | 2008-09-11 16:14:59 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-11 16:14:59 +0000 |
commit | f3875c222019f4dd40b656fbeec521c463b5d324 (patch) | |
tree | 795efe6a063a564918c6b0c217d3600fd1ce85e7 /misc | |
parent | 357bbf6c41e9c5c14711364b052dc2698d993624 (diff) |
Hijack the <supports_shared> tag in the os configs. It had been for
the CPU type, however currently every OS has it set to 'all'. And since
instead it seems I need to specialize on compiler, I've changed
supports_shared to set that, and also changed the Windows config so it
only attempts a DLL build with Visual Studio.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/config/os/windows | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/config/os/windows b/misc/config/os/windows index c21bc0045..62b271271 100644 --- a/misc/config/os/windows +++ b/misc/config/os/windows @@ -13,7 +13,7 @@ install_cmd_data copy install_cmd_exec copy <supports_shared> -all +msvc </supports_shared> <aliases> |