Skip to content

Commit 82c3cc6

Browse files
author
Rye
committed
Build macos nib file from xib file as part of build process
1 parent 197475b commit 82c3cc6

File tree

4 files changed

+194
-1137
lines changed

4 files changed

+194
-1137
lines changed

indra/newview/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ if (DARWIN)
14701470
set(viewer_RESOURCE_FILES
14711471
secondlife.icns
14721472
Info-SecondLife.plist
1473-
SecondLife.xib/
1473+
SecondLife.xib
14741474
# CMake doesn't seem to support Xcode language variants well just yet
14751475
English.lproj/InfoPlist.strings
14761476
English.lproj/language.txt
@@ -1941,6 +1941,7 @@ if (WINDOWS)
19411941
elseif (DARWIN)
19421942
set_target_properties(${VIEWER_BINARY_NAME}
19431943
PROPERTIES
1944+
RESOURCE SecondLife.xib
19441945
XCODE_ATTRIBUTE_LD_GENERATE_MAP_FILE YES
19451946
LINK_FLAGS_RELEASE "${LINK_FLAGS_RELEASE} -Xlinker -dead_strip" # -Xlinker -map -Xlinker ${CMAKE_CURRENT_BINARY_DIR}/${VIEWER_BINARY_NAME}.MAP"
19461947
)

indra/newview/SecondLife.nib

-12.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)