diff options
author | palange <palange@lindenlab.com> | 2009-11-05 17:56:27 -0800 |
---|---|---|
committer | palange <palange@lindenlab.com> | 2009-11-05 17:56:27 -0800 |
commit | 7caf37b9778d3f515a3a796547c09533bd4816b8 (patch) | |
tree | e27c22d51b67c9c553085d397fe8f10d6b8e54a5 /indra/win_updater | |
parent | e654475529d924603a9b3bc8c4775c86d3cf7933 (diff) | |
parent | 4ead03acd094d8418f9fe0f883e776ce8b209722 (diff) |
Automated merge with http://hg.lindenlab.com/viewer/viewer-2-0
Diffstat (limited to 'indra/win_updater')
-rw-r--r-- | indra/win_updater/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/win_updater/CMakeLists.txt b/indra/win_updater/CMakeLists.txt index dedb7cfcc7..82347adf20 100644 --- a/indra/win_updater/CMakeLists.txt +++ b/indra/win_updater/CMakeLists.txt @@ -33,3 +33,6 @@ set_target_properties(windows-updater LINK_FLAGS "/NODEFAULTLIB:LIBCMT" LINK_FLAGS_DEBUG "/NODEFAULTLIB:\"LIBCMT;LIBCMTD;MSVCRT\"" ) + +# The windows-updater doesn't link against anything non-system, apparently +#ll_deploy_sharedlibs_command(windows-updater)
\ No newline at end of file |