diff options
author | Jacek Antonelli | 2011-05-19 09:48:15 -0500 |
---|---|---|
committer | Jacek Antonelli | 2011-05-21 01:44:41 -0500 |
commit | 19af86907c63308f325c283cd51d367060ee0641 (patch) | |
tree | fd6632402cd82bab764b1e42b057392ce7c63e89 /linden/indra/newview/CMakeLists.txt | |
parent | Ported Linux packaging system from Kokua. (diff) | |
download | meta-impy-19af86907c63308f325c283cd51d367060ee0641.zip meta-impy-19af86907c63308f325c283cd51d367060ee0641.tar.gz meta-impy-19af86907c63308f325c283cd51d367060ee0641.tar.bz2 meta-impy-19af86907c63308f325c283cd51d367060ee0641.tar.xz |
Moved Mac packaging files to newview/packaging/mac.
Diffstat (limited to 'linden/indra/newview/CMakeLists.txt')
-rw-r--r-- | linden/indra/newview/CMakeLists.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index 7389075..313227c 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt | |||
@@ -1005,14 +1005,14 @@ if (DARWIN) | |||
1005 | viewer.icns | 1005 | viewer.icns |
1006 | macview.r | 1006 | macview.r |
1007 | gpu_table.txt | 1007 | gpu_table.txt |
1008 | Info-Imprudence.plist | 1008 | packaging/mac/Info.plist.in |
1009 | Imprudence.nib/ | 1009 | packaging/mac/SecondLife.nib/ |
1010 | # CMake doesn't seem to support Xcode language variants well just yet | 1010 | # CMake doesn't seem to support Xcode language variants well just yet |
1011 | English.lproj/InfoPlist.strings | 1011 | packaging/mac/English.lproj/InfoPlist.strings |
1012 | English.lproj/language.txt | 1012 | packaging/mac/English.lproj/language.txt |
1013 | German.lproj/language.txt | 1013 | packaging/mac/German.lproj/language.txt |
1014 | Japanese.lproj/language.txt | 1014 | packaging/mac/Japanese.lproj/language.txt |
1015 | Korean.lproj/language.txt | 1015 | packaging/mac/Korean.lproj/language.txt |
1016 | ) | 1016 | ) |
1017 | set_source_files_properties( | 1017 | set_source_files_properties( |
1018 | ${viewer_RESOURCE_FILES} | 1018 | ${viewer_RESOURCE_FILES} |