diff options
author | Richard Nelson <none@none> | 2010-04-14 20:06:06 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-04-14 20:06:06 -0700 |
commit | bd2b97fe40394ae9c315a886ebdfeb7067901783 (patch) | |
tree | 4c28b03c4c443a2bbb5c992d3dc0099e09dc0525 /indra/newview/CMakeLists.txt | |
parent | c0a98f8f949c7140b3b33252c46f3bd934109a06 (diff) |
EXT-2418 and EXT-6317
found out how to fix loading 32-bit cursors from embedded resource and moved them back there instead of freestanding files
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 8ad3b2085d..0a2ae1ed52 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1156,6 +1156,9 @@ if (WINDOWS) res/toolpickobject2.cur res/toolpickobject3.cur res/toolpipette.cur + res/toolbuy.cur + res/toolopen.cur + res/toolsit.cur ) set_source_files_properties(${viewer_RESOURCE_FILES} |