diff options
author | lloyd <[email protected]> | 2008-07-03 14:23:24 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-07-03 14:23:24 +0000 |
commit | a297e294a01fca7e5abc71e05715059711a697e5 (patch) | |
tree | 16f89a77fdb27e22969d6175de4db7d9816c7406 /misc | |
parent | 3f07a9eb01f3d22f4fe4dd08827804f5fdde6579 (diff) |
Set MSVC dll import flags (from Joel Low)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/config/cc/msvc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/config/cc/msvc b/misc/config/cc/msvc index d898ae727..df300dd68 100644 --- a/misc/config/cc/msvc +++ b/misc/config/cc/msvc @@ -15,7 +15,7 @@ no_debug_flags "" lang_flags "/EHsc /GR /D_CONSOLE" warning_flags "" -dll_import_flags "" +dll_import_flags "__declspec(dllimport)" dll_export_flags "__declspec(dllexport)" ar_command "link" |