diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2009-11-06 12:54:57 -0800 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2009-11-06 12:54:57 -0800 |
commit | 913c29f70990493b1c66e429140eb3535f00558c (patch) | |
tree | 6156e5f1d24f619d9e4461e4f1cd055da3d1de12 /indra/win_updater | |
parent | 3f8172707833f30d3c39d165c975bd3d97511080 (diff) | |
parent | 9317e46a878b36d8f44bbeb4a06ad22d66772e66 (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 |