diff options
author | lloyd <[email protected]> | 2008-08-18 21:11:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-08-18 21:11:11 +0000 |
commit | 1b20697d57f26f98d226885fd9b755c8c1807344 (patch) | |
tree | 9022bc80aab4e22fedc43867a3e2774553603d57 /misc/config/cc/msvc | |
parent | dd802edfc18bc82c2e8aed85601c6436b4ba5335 (diff) |
Use lib instead of link to create static lib
Diffstat (limited to 'misc/config/cc/msvc')
-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 a9dddab1d..68e4517f8 100644 --- a/misc/config/cc/msvc +++ b/misc/config/cc/msvc @@ -18,7 +18,7 @@ warning_flags "" dll_import_flags "__declspec(dllimport)" dll_export_flags "__declspec(dllexport)" -ar_command "link" +ar_command "lib" makefile_style nmake |