aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/macview.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/macview.xcodeproj/project.pbxproj330
1 files changed, 269 insertions, 61 deletions
diff --git a/linden/indra/newview/macview.xcodeproj/project.pbxproj b/linden/indra/newview/macview.xcodeproj/project.pbxproj
index 1665528..9534878 100644
--- a/linden/indra/newview/macview.xcodeproj/project.pbxproj
+++ b/linden/indra/newview/macview.xcodeproj/project.pbxproj
@@ -39,6 +39,7 @@
39 1A758C920A436FCA00589675 /* llagentdata.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A758C910A436FCA00589675 /* llagentdata.cpp */; }; 39 1A758C920A436FCA00589675 /* llagentdata.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A758C910A436FCA00589675 /* llagentdata.cpp */; };
40 1A758C940A436FD800589675 /* llpanellandobjects.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A758C930A436FD800589675 /* llpanellandobjects.cpp */; }; 40 1A758C940A436FD800589675 /* llpanellandobjects.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A758C930A436FD800589675 /* llpanellandobjects.cpp */; };
41 1A758C960A436FDE00589675 /* llpanellandoptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A758C950A436FDE00589675 /* llpanellandoptions.cpp */; }; 41 1A758C960A436FDE00589675 /* llpanellandoptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A758C950A436FDE00589675 /* llpanellandoptions.cpp */; };
42 1A83767E0BA2169600F28979 /* llviewergenericmessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A83767D0BA2169600F28979 /* llviewergenericmessage.cpp */; };
42 1A89230508B12D1000A04AA9 /* llurlwhitelist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A89230308B12D1000A04AA9 /* llurlwhitelist.cpp */; }; 43 1A89230508B12D1000A04AA9 /* llurlwhitelist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A89230308B12D1000A04AA9 /* llurlwhitelist.cpp */; };
43 1A89230808B12D2E00A04AA9 /* llfloateropenobject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A89230608B12D2E00A04AA9 /* llfloateropenobject.cpp */; }; 44 1A89230808B12D2E00A04AA9 /* llfloateropenobject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A89230608B12D2E00A04AA9 /* llfloateropenobject.cpp */; };
44 1A89230A08B12D9900A04AA9 /* llmediabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A89230908B12D9800A04AA9 /* llmediabase.cpp */; }; 45 1A89230A08B12D9900A04AA9 /* llmediabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A89230908B12D9800A04AA9 /* llmediabase.cpp */; };
@@ -67,6 +68,11 @@
67 2EFEA8E909F4556F00CB0193 /* llgroupnotify.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EFEA8E809F4556F00CB0193 /* llgroupnotify.cpp */; }; 68 2EFEA8E909F4556F00CB0193 /* llgroupnotify.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EFEA8E809F4556F00CB0193 /* llgroupnotify.cpp */; };
68 2EFEA8EC09F455B900CB0193 /* llpanelgroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EFEA8EB09F455B900CB0193 /* llpanelgroup.cpp */; }; 69 2EFEA8EC09F455B900CB0193 /* llpanelgroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EFEA8EB09F455B900CB0193 /* llpanelgroup.cpp */; };
69 2EFEA8F109F4588B00CB0193 /* llpanelgroupgeneral.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EFEA8F009F4588B00CB0193 /* llpanelgroupgeneral.cpp */; }; 70 2EFEA8F109F4588B00CB0193 /* llpanelgroupgeneral.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EFEA8F009F4588B00CB0193 /* llpanelgroupgeneral.cpp */; };
71 3834D6050B73ABC1002B61C8 /* llmessagereader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3834D6010B73ABC1002B61C8 /* llmessagereader.cpp */; };
72 3834D6060B73ABC1002B61C8 /* lltemplatemessagereader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3834D6030B73ABC1002B61C8 /* lltemplatemessagereader.cpp */; };
73 38D0FA6C0B4BF898003323BA /* lltemplatemessagebuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 38D0FA690B4BF897003323BA /* lltemplatemessagebuilder.cpp */; };
74 38D0FA6D0B4BF898003323BA /* llmessagetemplate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 38D0FA6A0B4BF898003323BA /* llmessagetemplate.cpp */; };
75 38D0FA6E0B4BF898003323BA /* llmessagebuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 38D0FA6B0B4BF898003323BA /* llmessagebuilder.cpp */; };
70 5503BB1205446B20003D051F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */; }; 76 5503BB1205446B20003D051F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */; };
71 5503BB1E05446B20003D051F /* llgenepool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529A1051F61DF00A80050 /* llgenepool.cpp */; }; 77 5503BB1E05446B20003D051F /* llgenepool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529A1051F61DF00A80050 /* llgenepool.cpp */; };
72 5503BB1F05446B20003D051F /* llviewercamera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529A2051F61DF00A80050 /* llviewercamera.cpp */; }; 78 5503BB1F05446B20003D051F /* llviewercamera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529A2051F61DF00A80050 /* llviewercamera.cpp */; };
@@ -107,7 +113,6 @@
107 5503BB5205446B20003D051F /* llviewerthrottle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529D8051F61DF00A80050 /* llviewerthrottle.cpp */; }; 113 5503BB5205446B20003D051F /* llviewerthrottle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529D8051F61DF00A80050 /* llviewerthrottle.cpp */; };
108 5503BB5305446B20003D051F /* llviewertextureanim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529D9051F61DF00A80050 /* llviewertextureanim.cpp */; }; 114 5503BB5305446B20003D051F /* llviewertextureanim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529D9051F61DF00A80050 /* llviewertextureanim.cpp */; };
109 5503BB5405446B20003D051F /* llviewerstats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529DA051F61DF00A80050 /* llviewerstats.cpp */; }; 115 5503BB5405446B20003D051F /* llviewerstats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529DA051F61DF00A80050 /* llviewerstats.cpp */; };
110 5503BB5505446B20003D051F /* llviewerreputation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529DB051F61DF00A80050 /* llviewerreputation.cpp */; };
111 5503BB5605446B20003D051F /* llviewerregion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529DC051F61DF00A80050 /* llviewerregion.cpp */; }; 116 5503BB5605446B20003D051F /* llviewerregion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529DC051F61DF00A80050 /* llviewerregion.cpp */; };
112 5503BB5705446B20003D051F /* llviewerpartsource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529DD051F61DF00A80050 /* llviewerpartsource.cpp */; }; 117 5503BB5705446B20003D051F /* llviewerpartsource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529DD051F61DF00A80050 /* llviewerpartsource.cpp */; };
113 5503BB5805446B20003D051F /* llviewerpartsim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529DE051F61DF00A80050 /* llviewerpartsim.cpp */; }; 118 5503BB5805446B20003D051F /* llviewerpartsim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F529DE051F61DF00A80050 /* llviewerpartsim.cpp */; };
@@ -218,7 +223,6 @@
218 5503BBEF05446B20003D051F /* lltoolcomp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A77051F61DF00A80050 /* lltoolcomp.cpp */; }; 223 5503BBEF05446B20003D051F /* lltoolcomp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A77051F61DF00A80050 /* lltoolcomp.cpp */; };
219 5503BBF005446B20003D051F /* llcontainerview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A78051F61DF00A80050 /* llcontainerview.cpp */; }; 224 5503BBF005446B20003D051F /* llcontainerview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A78051F61DF00A80050 /* llcontainerview.cpp */; };
220 5503BBF305446B20003D051F /* lldrawpooltree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A7B051F61DF00A80050 /* lldrawpooltree.cpp */; }; 225 5503BBF305446B20003D051F /* lldrawpooltree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A7B051F61DF00A80050 /* lldrawpooltree.cpp */; };
221 5503BBF405446B20003D051F /* llfloaterrate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A7C051F61DF00A80050 /* llfloaterrate.cpp */; };
222 5503BBF605446B20003D051F /* llfloatergroups.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A7E051F61DF00A80050 /* llfloatergroups.cpp */; }; 226 5503BBF605446B20003D051F /* llfloatergroups.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A7E051F61DF00A80050 /* llfloatergroups.cpp */; };
223 5503BBFA05446B20003D051F /* llfloaterabout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A82051F61DF00A80050 /* llfloaterabout.cpp */; }; 227 5503BBFA05446B20003D051F /* llfloaterabout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A82051F61DF00A80050 /* llfloaterabout.cpp */; };
224 5503BBFB05446B20003D051F /* llcolorswatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A83051F61DF00A80050 /* llcolorswatch.cpp */; }; 228 5503BBFB05446B20003D051F /* llcolorswatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A83051F61DF00A80050 /* llcolorswatch.cpp */; };
@@ -288,8 +292,6 @@
288 5503BCEC05446B20003D051F /* lldrawpoolwater.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A3F051F61DF00A80050 /* lldrawpoolwater.cpp */; }; 292 5503BCEC05446B20003D051F /* lldrawpoolwater.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F52A3F051F61DF00A80050 /* lldrawpoolwater.cpp */; };
289 5503BCF105446B20003D051F /* llfirstuse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B2ECFA00534C21A00A80059 /* llfirstuse.cpp */; }; 293 5503BCF105446B20003D051F /* llfirstuse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B2ECFA00534C21A00A80059 /* llfirstuse.cpp */; };
290 5503BCF505446B20003D051F /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20286C33FDCF999611CA2CEA /* Carbon.framework */; }; 294 5503BCF505446B20003D051F /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20286C33FDCF999611CA2CEA /* Carbon.framework */; };
291 5503BCF805446B20003D051F /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26E79A3D0520B56600A80050 /* OpenGL.framework */; };
292 5503BD0005446B20003D051F /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26E79A7A0520ED1200A80050 /* AGL.framework */; };
293 5503BD0405446B20003D051F /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55593DF0053F5C7C0095DD27 /* QuickTime.framework */; }; 295 5503BD0405446B20003D051F /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55593DF0053F5C7C0095DD27 /* QuickTime.framework */; };
294 616C4A980752C534006C2C65 /* lltimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 616C4A8E0752C3D1006C2C65 /* lltimer.cpp */; }; 296 616C4A980752C534006C2C65 /* lltimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 616C4A8E0752C3D1006C2C65 /* lltimer.cpp */; };
295 616C4A990752C572006C2C65 /* u64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 616C4A8F0752C3D1006C2C65 /* u64.cpp */; }; 297 616C4A990752C572006C2C65 /* u64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 616C4A8F0752C3D1006C2C65 /* u64.cpp */; };
@@ -300,7 +302,6 @@
300 616C4E13075507DF006C2C65 /* llcoordframe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 616C4E0B075507DF006C2C65 /* llcoordframe.cpp */; }; 302 616C4E13075507DF006C2C65 /* llcoordframe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 616C4E0B075507DF006C2C65 /* llcoordframe.cpp */; };
301 616C4E3207551735006C2C65 /* lldir_mac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 616C4E2E07551735006C2C65 /* lldir_mac.cpp */; }; 303 616C4E3207551735006C2C65 /* lldir_mac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 616C4E2E07551735006C2C65 /* lldir_mac.cpp */; };
302 616C4E3407551735006C2C65 /* lldir.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 616C4E3007551735006C2C65 /* lldir.cpp */; }; 304 616C4E3407551735006C2C65 /* lldir.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 616C4E3007551735006C2C65 /* lldir.cpp */; };
303 619222E8074A9B5B005E1F34 /* bitpack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6192211F074A9B57005E1F34 /* bitpack.cpp */; };
304 619222F0074A9B5B005E1F34 /* llcriticaldamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61922127074A9B57005E1F34 /* llcriticaldamp.cpp */; }; 305 619222F0074A9B5B005E1F34 /* llcriticaldamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61922127074A9B57005E1F34 /* llcriticaldamp.cpp */; };
305 619222F8074A9B5B005E1F34 /* llerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6192212F074A9B57005E1F34 /* llerror.cpp */; }; 306 619222F8074A9B5B005E1F34 /* llerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6192212F074A9B57005E1F34 /* llerror.cpp */; };
306 619222FE074A9B5B005E1F34 /* llfasttimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61922135074A9B57005E1F34 /* llfasttimer.cpp */; }; 307 619222FE074A9B5B005E1F34 /* llfasttimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61922135074A9B57005E1F34 /* llfasttimer.cpp */; };
@@ -489,11 +490,11 @@
489 990CDBEA05C1EA7900739545 /* MoreFilesX.c in Sources */ = {isa = PBXBuildFile; fileRef = 990CDBE005C1EA7900739545 /* MoreFilesX.c */; }; 490 990CDBEA05C1EA7900739545 /* MoreFilesX.c in Sources */ = {isa = PBXBuildFile; fileRef = 990CDBE005C1EA7900739545 /* MoreFilesX.c */; };
490 991ED2E00883646B003EC818 /* llclassifiedinfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 991ED2DF0883646B003EC818 /* llclassifiedinfo.cpp */; }; 491 991ED2E00883646B003EC818 /* llclassifiedinfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 991ED2DF0883646B003EC818 /* llclassifiedinfo.cpp */; };
491 9928ACA5056D9353003865BE /* CrashReporter.nib in Resources */ = {isa = PBXBuildFile; fileRef = 9928ACA4056D9353003865BE /* CrashReporter.nib */; }; 492 9928ACA5056D9353003865BE /* CrashReporter.nib in Resources */ = {isa = PBXBuildFile; fileRef = 9928ACA4056D9353003865BE /* CrashReporter.nib */; };
493 9930A8E40B8FB10A00197ECA /* language.txt in Resources */ = {isa = PBXBuildFile; fileRef = 9930A8E30B8FB10A00197ECA /* language.txt */; };
492 99321B14081DD26000678159 /* llworkerthread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99321B12081DD26000678159 /* llworkerthread.cpp */; }; 494 99321B14081DD26000678159 /* llworkerthread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99321B12081DD26000678159 /* llworkerthread.cpp */; };
493 994ADAE30A8016E600061DFB /* libllmozlib.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 994ADAE20A8016E500061DFB /* libllmozlib.dylib */; }; 495 994ADAE30A8016E600061DFB /* libllmozlib.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 994ADAE20A8016E500061DFB /* libllmozlib.dylib */; };
494 9950AF460B3762A1007E36E0 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20286C33FDCF999611CA2CEA /* Carbon.framework */; }; 496 9950AF460B3762A1007E36E0 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20286C33FDCF999611CA2CEA /* Carbon.framework */; };
495 9950AF610B3763DF007E36E0 /* libfmodwrapper.dylib in Resources */ = {isa = PBXBuildFile; fileRef = 9967E9090B37533F0087BD1B /* libfmodwrapper.dylib */; }; 497 9950AF610B3763DF007E36E0 /* libfmodwrapper.dylib in Resources */ = {isa = PBXBuildFile; fileRef = 9967E9090B37533F0087BD1B /* libfmodwrapper.dylib */; };
496 9950AFEC0B376E24007E36E0 /* libopenjpeg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9950AFEB0B376E24007E36E0 /* libopenjpeg.a */; };
497 9967E9200B3754800087BD1B /* libfmodwrapper.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 9967E9090B37533F0087BD1B /* libfmodwrapper.dylib */; }; 498 9967E9200B3754800087BD1B /* libfmodwrapper.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 9967E9090B37533F0087BD1B /* libfmodwrapper.dylib */; };
498 9967E98D0B375B0E0087BD1B /* fmodwrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9967E9520B37564D0087BD1B /* fmodwrapper.cpp */; }; 499 9967E98D0B375B0E0087BD1B /* fmodwrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9967E9520B37564D0087BD1B /* fmodwrapper.cpp */; };
499 9967E9B30B375D9D0087BD1B /* libfmod.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FDE8765009BEA39600AF6316 /* libfmod.a */; }; 500 9967E9B30B375D9D0087BD1B /* libfmod.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FDE8765009BEA39600AF6316 /* libfmod.a */; };
@@ -516,6 +517,9 @@
516 99E64039081F1CB80009003F /* llgl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99E64036081F1CB80009003F /* llgl.cpp */; }; 517 99E64039081F1CB80009003F /* llgl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99E64036081F1CB80009003F /* llgl.cpp */; };
517 99EDDF5C05892E720031B20D /* llfloaterlandholdings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99EDDF5B05892E720031B20D /* llfloaterlandholdings.cpp */; }; 518 99EDDF5C05892E720031B20D /* llfloaterlandholdings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99EDDF5B05892E720031B20D /* llfloaterlandholdings.cpp */; };
518 99EDE33705896DC10031B20D /* SecondLife.nib in Resources */ = {isa = PBXBuildFile; fileRef = 99EDE33605896DC10031B20D /* SecondLife.nib */; }; 519 99EDE33705896DC10031B20D /* SecondLife.nib in Resources */ = {isa = PBXBuildFile; fileRef = 99EDE33605896DC10031B20D /* SecondLife.nib */; };
520 99F998FB0BAA34B90034E41C /* libopenjpeg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 99F998FA0BAA34B90034E41C /* libopenjpeg.a */; };
521 99F99A160BAA3D4C0034E41C /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26E79A7A0520ED1200A80050 /* AGL.framework */; };
522 99F99A190BAA3D520034E41C /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26E79A3D0520B56600A80050 /* OpenGL.framework */; };
519 99FBB045087362B60048A5CC /* llpanelclassified.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99FBB044087362B60048A5CC /* llpanelclassified.cpp */; }; 523 99FBB045087362B60048A5CC /* llpanelclassified.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99FBB044087362B60048A5CC /* llpanelclassified.cpp */; };
520 99FBB073087365E90048A5CC /* llclassifiedflags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99FBB071087365E90048A5CC /* llclassifiedflags.cpp */; }; 524 99FBB073087365E90048A5CC /* llclassifiedflags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99FBB071087365E90048A5CC /* llclassifiedflags.cpp */; };
521 99FBB08F087366780048A5CC /* llpaneldirclassified.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99FBB08E087366780048A5CC /* llpaneldirclassified.cpp */; }; 525 99FBB08F087366780048A5CC /* llpaneldirclassified.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99FBB08E087366780048A5CC /* llpaneldirclassified.cpp */; };
@@ -525,8 +529,10 @@
525 9B39350D0AD6F96900F57245 /* llhttpclient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B39350B0AD6F96900F57245 /* llhttpclient.cpp */; }; 529 9B39350D0AD6F96900F57245 /* llhttpclient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B39350B0AD6F96900F57245 /* llhttpclient.cpp */; };
526 9B3935110AD6F9F400F57245 /* llurlrequest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B39350F0AD6F9F400F57245 /* llurlrequest.cpp */; }; 530 9B3935110AD6F9F400F57245 /* llurlrequest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B39350F0AD6F9F400F57245 /* llurlrequest.cpp */; };
527 9B6A24D90AC8C69600EA9CB5 /* llwindowmacosx-objc.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9985A08F0AC1FE3600579AFB /* llwindowmacosx-objc.mm */; }; 531 9B6A24D90AC8C69600EA9CB5 /* llwindowmacosx-objc.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9985A08F0AC1FE3600579AFB /* llwindowmacosx-objc.mm */; };
532 9C18425B0B9F951500208356 /* llcaphttpsender.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C18425A0B9F951500208356 /* llcaphttpsender.cpp */; };
528 9C1853AE0A91175E00DA7B01 /* llviewercontrol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C1853AD0A91175E00DA7B01 /* llviewercontrol.cpp */; }; 533 9C1853AE0A91175E00DA7B01 /* llviewercontrol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C1853AD0A91175E00DA7B01 /* llviewercontrol.cpp */; };
529 9C1A4F6D0A8D4BB30037639E /* llsdserialize_xml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD1558240A06BB5F00DE9AE5 /* llsdserialize_xml.cpp */; }; 534 9C1A4F6D0A8D4BB30037639E /* llsdserialize_xml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD1558240A06BB5F00DE9AE5 /* llsdserialize_xml.cpp */; };
535 9C659A870BAB0B6E00D2EB60 /* llmessageconfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C659A850BAB0B6E00D2EB60 /* llmessageconfig.cpp */; };
530 9CD49D5709D0BAC100192434 /* llflexibleobject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9CD49D5609D0BAC100192434 /* llflexibleobject.cpp */; }; 536 9CD49D5709D0BAC100192434 /* llflexibleobject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9CD49D5609D0BAC100192434 /* llflexibleobject.cpp */; };
531 9CD49D5B09D0BB1500192434 /* lllocalanimationobject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9CD49D5909D0BB1500192434 /* lllocalanimationobject.cpp */; }; 537 9CD49D5B09D0BB1500192434 /* lllocalanimationobject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9CD49D5909D0BB1500192434 /* lllocalanimationobject.cpp */; };
532 A241CB7D07B3DE0D001A39E3 /* llviewerprecompiledheaders.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A241CB7B07B3DE0D001A39E3 /* llviewerprecompiledheaders.cpp */; }; 538 A241CB7D07B3DE0D001A39E3 /* llviewerprecompiledheaders.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A241CB7B07B3DE0D001A39E3 /* llviewerprecompiledheaders.cpp */; };
@@ -541,11 +547,12 @@
541 A32748BF0B5F38A00099BE18 /* llfontgl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D628315D0B4F3FA100F8830F /* llfontgl.cpp */; }; 547 A32748BF0B5F38A00099BE18 /* llfontgl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D628315D0B4F3FA100F8830F /* llfontgl.cpp */; };
542 A32748C00B5F38A20099BE18 /* llimagegl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D62831610B4F3FA200F8830F /* llimagegl.cpp */; }; 548 A32748C00B5F38A20099BE18 /* llimagegl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D62831610B4F3FA200F8830F /* llimagegl.cpp */; };
543 A32748C10B5F38A80099BE18 /* llfont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D628315B0B4F3FA100F8830F /* llfont.cpp */; }; 549 A32748C10B5F38A80099BE18 /* llfont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D628315B0B4F3FA100F8830F /* llfont.cpp */; };
544 A3274AD20B5F39130099BE18 /* text_out.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D62831670B4F3FA200F8830F /* text_out.cpp */; };
545 A3285A360A7141A200F619A5 /* llinventorybridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3285A340A71419F00F619A5 /* llinventorybridge.cpp */; }; 550 A3285A360A7141A200F619A5 /* llinventorybridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3285A340A71419F00F619A5 /* llinventorybridge.cpp */; };
546 A3285A3B0A71425A00F619A5 /* llinventoryactions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3285A3A0A71425100F619A5 /* llinventoryactions.cpp */; }; 551 A3285A3B0A71425A00F619A5 /* llinventoryactions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3285A3A0A71425100F619A5 /* llinventoryactions.cpp */; };
547 A3AF6BCB0A544C71005B5E2C /* llevent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3AF6BC80A544C71005B5E2C /* llevent.cpp */; }; 552 A3AF6BCB0A544C71005B5E2C /* llevent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3AF6BC80A544C71005B5E2C /* llevent.cpp */; };
548 A3AF6BCF0A544EF0005B5E2C /* llpanellogin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3AF6BCE0A544EF0005B5E2C /* llpanellogin.cpp */; }; 553 A3AF6BCF0A544EF0005B5E2C /* llpanellogin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3AF6BCE0A544EF0005B5E2C /* llpanellogin.cpp */; };
554 A3C20E4A0BB0BCDF007E872B /* llglslshader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3C20E490BB0BCDF007E872B /* llglslshader.cpp */; };
555 A3C20E4C0BB0BD12007E872B /* llviewerjoystick.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3C20E4B0BB0BD12007E872B /* llviewerjoystick.cpp */; };
549 A3D969160A6ED4CB007E8BD2 /* llfloaternewim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3D968F00A6EBCA7007E8BD2 /* llfloaternewim.cpp */; }; 556 A3D969160A6ED4CB007E8BD2 /* llfloaternewim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3D968F00A6EBCA7007E8BD2 /* llfloaternewim.cpp */; };
550 A3D9691F0A6ED666007E8BD2 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A3D9691B0A6ED5F6007E8BD2 /* IOKit.framework */; }; 557 A3D9691F0A6ED666007E8BD2 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A3D9691B0A6ED5F6007E8BD2 /* IOKit.framework */; };
551 AA02B9BC0B0CE44D00F2996D /* lltexturefetch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA02B9BA0B0CE44D00F2996D /* lltexturefetch.cpp */; }; 558 AA02B9BC0B0CE44D00F2996D /* lltexturefetch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA02B9BA0B0CE44D00F2996D /* lltexturefetch.cpp */; };
@@ -562,6 +569,9 @@
562 C64F673F0AFBED80009732B5 /* lllogchat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C64F673D0AFBED80009732B5 /* lllogchat.cpp */; }; 569 C64F673F0AFBED80009732B5 /* lllogchat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C64F673D0AFBED80009732B5 /* lllogchat.cpp */; };
563 C64F67420AFBED91009732B5 /* lldirpicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C64F67400AFBED91009732B5 /* lldirpicker.cpp */; }; 570 C64F67420AFBED91009732B5 /* lldirpicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C64F67400AFBED91009732B5 /* lldirpicker.cpp */; };
564 D62830DB0B4DC76300F8830F /* llimagej2coj.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D62830D80B4DC76300F8830F /* llimagej2coj.cpp */; }; 571 D62830DB0B4DC76300F8830F /* llimagej2coj.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D62830D80B4DC76300F8830F /* llimagej2coj.cpp */; };
572 D645940C0B3B6D9000FAB68F /* libapr-1.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FDE8764E09BEA39600AF6316 /* libapr-1.a */; };
573 D645940D0B3B6D9A00FAB68F /* libaprutil-1.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD6C9A5209C773A000AA1849 /* libaprutil-1.a */; };
574 D64594130B3B6DE100FAB68F /* libllcommon.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6192E764074A7CE9005E1F34 /* libllcommon.a */; };
565 D64594620B3B731700FAB68F /* llimage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61923D9B074AE4F2005E1F34 /* llimage.cpp */; }; 575 D64594620B3B731700FAB68F /* llimage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61923D9B074AE4F2005E1F34 /* llimage.cpp */; };
566 D64594630B3B731800FAB68F /* llimagebmp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61923D9D074AE4F2005E1F34 /* llimagebmp.cpp */; }; 576 D64594630B3B731800FAB68F /* llimagebmp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61923D9D074AE4F2005E1F34 /* llimagebmp.cpp */; };
567 D64594640B3B731A00FAB68F /* llimagedxt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EB3EE725083AC2F2002BF676 /* llimagedxt.cpp */; }; 577 D64594640B3B731A00FAB68F /* llimagedxt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EB3EE725083AC2F2002BF676 /* llimagedxt.cpp */; };
@@ -569,6 +579,11 @@
569 D64594680B3B732200FAB68F /* llimagejpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61923DA2074AE4F2005E1F34 /* llimagejpeg.cpp */; }; 579 D64594680B3B732200FAB68F /* llimagejpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61923DA2074AE4F2005E1F34 /* llimagejpeg.cpp */; };
570 D64594690B3B732300FAB68F /* llimagetga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61923DA4074AE4F2005E1F34 /* llimagetga.cpp */; }; 580 D64594690B3B732300FAB68F /* llimagetga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61923DA4074AE4F2005E1F34 /* llimagetga.cpp */; };
571 D651349D0B3C40870042C56E /* llqueuedthread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AF9D84F08B405630094E8E7 /* llqueuedthread.cpp */; }; 581 D651349D0B3C40870042C56E /* llqueuedthread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AF9D84F08B405630094E8E7 /* llqueuedthread.cpp */; };
582 D6F77CBC0B445C3B0040826D /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9985A1270AC1FE4E00579AFB /* AppKit.framework */; };
583 DA4B141B0B978815003F64DE /* llhttpsender.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA4B14140B978815003F64DE /* llhttpsender.cpp */; };
584 DA4B141C0B978815003F64DE /* llsdmessagebuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA4B14170B978815003F64DE /* llsdmessagebuilder.cpp */; };
585 DA4B141D0B978815003F64DE /* llsdmessagereader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA4B14190B978815003F64DE /* llsdmessagereader.cpp */; };
586 DA8C5F9B0B61A9F900BCA79A /* libexpat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FDE8764F09BEA39600AF6316 /* libexpat.a */; };
572 DA9C40E00B54B4BA00DD6F44 /* llformat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA9C40DF0B54B4BA00DD6F44 /* llformat.cpp */; }; 587 DA9C40E00B54B4BA00DD6F44 /* llformat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA9C40DF0B54B4BA00DD6F44 /* llformat.cpp */; };
573 DA9C41140B54B8CA00DD6F44 /* lllivefile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA9C41120B54B8CA00DD6F44 /* lllivefile.cpp */; }; 588 DA9C41140B54B8CA00DD6F44 /* lllivefile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA9C41120B54B8CA00DD6F44 /* lllivefile.cpp */; };
574 DA9C411F0B54B9AE00DD6F44 /* libexpat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FDE8764F09BEA39600AF6316 /* libexpat.a */; }; 589 DA9C411F0B54B9AE00DD6F44 /* libexpat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FDE8764F09BEA39600AF6316 /* libexpat.a */; };
@@ -667,7 +682,6 @@
667 FDE8766409BEA3C700AF6316 /* libvorbisenc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FDE8765609BEA39600AF6316 /* libvorbisenc.a */; }; 682 FDE8766409BEA3C700AF6316 /* libvorbisenc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FDE8765609BEA39600AF6316 /* libvorbisenc.a */; };
668 FDE8766509BEA3C700AF6316 /* libvorbisfile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FDE8765709BEA39600AF6316 /* libvorbisfile.a */; }; 683 FDE8766509BEA3C700AF6316 /* libvorbisfile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FDE8765709BEA39600AF6316 /* libvorbisfile.a */; };
669 FDE8766609BEA3C800AF6316 /* libxmlrpc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FDE8765809BEA39700AF6316 /* libxmlrpc.a */; }; 684 FDE8766609BEA3C800AF6316 /* libxmlrpc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FDE8765809BEA39700AF6316 /* libxmlrpc.a */; };
670 FDFAD3EA0AFFBB230048A0C7 /* llsdmessagesystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDFAD3E50AFFBA270048A0C7 /* llsdmessagesystem.cpp */; };
671/* End PBXBuildFile section */ 685/* End PBXBuildFile section */
672 686
673/* Begin PBXBuildRule section */ 687/* Begin PBXBuildRule section */
@@ -695,6 +709,13 @@
695/* End PBXBuildRule section */ 709/* End PBXBuildRule section */
696 710
697/* Begin PBXContainerItemProxy section */ 711/* Begin PBXContainerItemProxy section */
712 993576720B4489EE00D10C77 /* PBXContainerItemProxy */ = {
713 isa = PBXContainerItemProxy;
714 containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
715 proxyType = 1;
716 remoteGlobalIDString = FD53B40509BDF9F600BFE3BC;
717 remoteInfo = "third party libs";
718 };
698 9950AF490B3762BE007E36E0 /* PBXContainerItemProxy */ = { 719 9950AF490B3762BE007E36E0 /* PBXContainerItemProxy */ = {
699 isa = PBXContainerItemProxy; 720 isa = PBXContainerItemProxy;
700 containerPortal = 20286C28FDCF999611CA2CEA /* Project object */; 721 containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
@@ -744,25 +765,35 @@
744 remoteGlobalIDString = 9932ED1E056C1F0900554101; 765 remoteGlobalIDString = 9932ED1E056C1F0900554101;
745 remoteInfo = crashreporter; 766 remoteInfo = crashreporter;
746 }; 767 };
768 D64593570B3B4D8500FAB68F /* PBXContainerItemProxy */ = {
769 isa = PBXContainerItemProxy;
770 containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
771 proxyType = 1;
772 remoteGlobalIDString = 99CDED4905E70BAB0000F8AA;
773 remoteInfo = llcommon;
774 };
775 D64E29CD0B4B288600963559 /* PBXContainerItemProxy */ = {
776 isa = PBXContainerItemProxy;
777 containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
778 proxyType = 1;
779 remoteInfo = llkdu;
780 };
747 FD53B40B09BDFD3E00BFE3BC /* PBXContainerItemProxy */ = { 781 FD53B40B09BDFD3E00BFE3BC /* PBXContainerItemProxy */ = {
748 isa = PBXContainerItemProxy; 782 isa = PBXContainerItemProxy;
749 containerPortal = 20286C28FDCF999611CA2CEA /* Project object */; 783 containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
750 proxyType = 1; 784 proxyType = 1;
751 remoteGlobalIDString = FD53B40509BDF9F600BFE3BC;
752 remoteInfo = "third party libs"; 785 remoteInfo = "third party libs";
753 }; 786 };
754 FD53B40F09BDFD5300BFE3BC /* PBXContainerItemProxy */ = { 787 FD53B40F09BDFD5300BFE3BC /* PBXContainerItemProxy */ = {
755 isa = PBXContainerItemProxy; 788 isa = PBXContainerItemProxy;
756 containerPortal = 20286C28FDCF999611CA2CEA /* Project object */; 789 containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
757 proxyType = 1; 790 proxyType = 1;
758 remoteGlobalIDString = FD53B40509BDF9F600BFE3BC;
759 remoteInfo = "third party libs"; 791 remoteInfo = "third party libs";
760 }; 792 };
761 FD53B41109BDFD5A00BFE3BC /* PBXContainerItemProxy */ = { 793 FD53B41109BDFD5A00BFE3BC /* PBXContainerItemProxy */ = {
762 isa = PBXContainerItemProxy; 794 isa = PBXContainerItemProxy;
763 containerPortal = 20286C28FDCF999611CA2CEA /* Project object */; 795 containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
764 proxyType = 1; 796 proxyType = 1;
765 remoteGlobalIDString = FD53B40509BDF9F600BFE3BC;
766 remoteInfo = "third party libs"; 797 remoteInfo = "third party libs";
767 }; 798 };
768/* End PBXContainerItemProxy section */ 799/* End PBXContainerItemProxy section */
@@ -817,6 +848,8 @@
817 1A758C970A436FF000589675 /* llpanellandobjects.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llpanellandobjects.h; sourceTree = "<group>"; }; 848 1A758C970A436FF000589675 /* llpanellandobjects.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llpanellandobjects.h; sourceTree = "<group>"; };
818 1A758C980A436FF400589675 /* llpanellandoptions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llpanellandoptions.h; sourceTree = "<group>"; }; 849 1A758C980A436FF400589675 /* llpanellandoptions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llpanellandoptions.h; sourceTree = "<group>"; };
819 1A758C990A43700400589675 /* llagentdata.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llagentdata.h; sourceTree = "<group>"; }; 850 1A758C990A43700400589675 /* llagentdata.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llagentdata.h; sourceTree = "<group>"; };
851 1A83767C0BA2169600F28979 /* llviewergenericmessage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewergenericmessage.h; sourceTree = "<group>"; };
852 1A83767D0BA2169600F28979 /* llviewergenericmessage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llviewergenericmessage.cpp; sourceTree = "<group>"; };
820 1A89230308B12D1000A04AA9 /* llurlwhitelist.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llurlwhitelist.cpp; sourceTree = "<group>"; }; 853 1A89230308B12D1000A04AA9 /* llurlwhitelist.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llurlwhitelist.cpp; sourceTree = "<group>"; };
821 1A89230408B12D1000A04AA9 /* llurlwhitelist.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llurlwhitelist.h; sourceTree = "<group>"; }; 854 1A89230408B12D1000A04AA9 /* llurlwhitelist.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llurlwhitelist.h; sourceTree = "<group>"; };
822 1A89230608B12D2E00A04AA9 /* llfloateropenobject.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llfloateropenobject.cpp; sourceTree = "<group>"; }; 855 1A89230608B12D2E00A04AA9 /* llfloateropenobject.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llfloateropenobject.cpp; sourceTree = "<group>"; };
@@ -1089,6 +1122,16 @@
1089 2EFEA8ED09F455C900CB0193 /* llpanelgroup.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llpanelgroup.h; sourceTree = "<group>"; }; 1122 2EFEA8ED09F455C900CB0193 /* llpanelgroup.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llpanelgroup.h; sourceTree = "<group>"; };
1090 2EFEA8EF09F4588000CB0193 /* llpanelgroupgeneral.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llpanelgroupgeneral.h; sourceTree = "<group>"; }; 1123 2EFEA8EF09F4588000CB0193 /* llpanelgroupgeneral.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llpanelgroupgeneral.h; sourceTree = "<group>"; };
1091 2EFEA8F009F4588B00CB0193 /* llpanelgroupgeneral.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llpanelgroupgeneral.cpp; sourceTree = "<group>"; }; 1124 2EFEA8F009F4588B00CB0193 /* llpanelgroupgeneral.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llpanelgroupgeneral.cpp; sourceTree = "<group>"; };
1125 3834D6010B73ABC1002B61C8 /* llmessagereader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llmessagereader.cpp; sourceTree = "<group>"; };
1126 3834D6020B73ABC1002B61C8 /* llmessagereader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llmessagereader.h; sourceTree = "<group>"; };
1127 3834D6030B73ABC1002B61C8 /* lltemplatemessagereader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = lltemplatemessagereader.cpp; sourceTree = "<group>"; };
1128 3834D6040B73ABC1002B61C8 /* lltemplatemessagereader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = lltemplatemessagereader.h; sourceTree = "<group>"; };
1129 38D0FA690B4BF897003323BA /* lltemplatemessagebuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = lltemplatemessagebuilder.cpp; sourceTree = "<group>"; };
1130 38D0FA6A0B4BF898003323BA /* llmessagetemplate.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llmessagetemplate.cpp; sourceTree = "<group>"; };
1131 38D0FA6B0B4BF898003323BA /* llmessagebuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llmessagebuilder.cpp; sourceTree = "<group>"; };
1132 38D0FA6F0B4BF8C5003323BA /* lltemplatemessagebuilder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = lltemplatemessagebuilder.h; sourceTree = "<group>"; };
1133 38D0FA700B4BF8C5003323BA /* llmessagebuilder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llmessagebuilder.h; sourceTree = "<group>"; };
1134 38D0FA710B4BF8C5003323BA /* llmsgvariabletype.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llmsgvariabletype.h; sourceTree = "<group>"; };
1092 5503B89A05446B15003D051F /* Info-SecondLifeVorbis.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "Info-SecondLifeVorbis.plist"; sourceTree = "<group>"; }; 1135 5503B89A05446B15003D051F /* Info-SecondLifeVorbis.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "Info-SecondLifeVorbis.plist"; sourceTree = "<group>"; };
1093 5503BD0605446B20003D051F /* Info-SecondLife.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "Info-SecondLife.plist"; sourceTree = "<group>"; }; 1136 5503BD0605446B20003D051F /* Info-SecondLife.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "Info-SecondLife.plist"; sourceTree = "<group>"; };
1094 5503BD0705446B20003D051F /* Second Life.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Second Life.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 1137 5503BD0705446B20003D051F /* Second Life.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Second Life.app"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -1116,7 +1159,6 @@
1116 616C4E2F07551735006C2C65 /* lldir_mac.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = lldir_mac.h; sourceTree = "<group>"; }; 1159 616C4E2F07551735006C2C65 /* lldir_mac.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = lldir_mac.h; sourceTree = "<group>"; };
1117 616C4E3007551735006C2C65 /* lldir.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = lldir.cpp; sourceTree = "<group>"; }; 1160 616C4E3007551735006C2C65 /* lldir.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = lldir.cpp; sourceTree = "<group>"; };
1118 616C4E3107551735006C2C65 /* lldir.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = lldir.h; sourceTree = "<group>"; }; 1161 616C4E3107551735006C2C65 /* lldir.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = lldir.h; sourceTree = "<group>"; };
1119 6192211F074A9B57005E1F34 /* bitpack.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = bitpack.cpp; sourceTree = "<group>"; };
1120 61922120074A9B57005E1F34 /* bitpack.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = bitpack.h; sourceTree = "<group>"; }; 1162 61922120074A9B57005E1F34 /* bitpack.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = bitpack.h; sourceTree = "<group>"; };
1121 61922121074A9B57005E1F34 /* doublelinkedlist.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = doublelinkedlist.h; sourceTree = "<group>"; }; 1163 61922121074A9B57005E1F34 /* doublelinkedlist.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = doublelinkedlist.h; sourceTree = "<group>"; };
1122 61922122074A9B57005E1F34 /* imageids.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = imageids.h; sourceTree = "<group>"; }; 1164 61922122074A9B57005E1F34 /* imageids.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = imageids.h; sourceTree = "<group>"; };
@@ -1548,11 +1590,14 @@
1548 990CDBE105C1EA7900739545 /* MoreFilesX.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MoreFilesX.h; sourceTree = "<group>"; }; 1590 990CDBE105C1EA7900739545 /* MoreFilesX.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MoreFilesX.h; sourceTree = "<group>"; };
1549 991ED2DF0883646B003EC818 /* llclassifiedinfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llclassifiedinfo.cpp; sourceTree = "<group>"; }; 1591 991ED2DF0883646B003EC818 /* llclassifiedinfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llclassifiedinfo.cpp; sourceTree = "<group>"; };
1550 9928ACA4056D9353003865BE /* CrashReporter.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; path = CrashReporter.nib; sourceTree = "<group>"; }; 1592 9928ACA4056D9353003865BE /* CrashReporter.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; path = CrashReporter.nib; sourceTree = "<group>"; };
1593 9930A8DD0B8FB0E200197ECA /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = English; path = English.lproj/language.txt; sourceTree = "<group>"; };
1594 9930A8E70B8FB14E00197ECA /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text; name = Japanese; path = Japanese.lproj/language.txt; sourceTree = "<group>"; };
1595 9930A8EA0B8FB1D500197ECA /* German */ = {isa = PBXFileReference; lastKnownFileType = text; name = German; path = German.lproj/language.txt; sourceTree = "<group>"; };
1596 9930A8ED0B8FB1E500197ECA /* Korean */ = {isa = PBXFileReference; lastKnownFileType = text; name = Korean; path = Korean.lproj/language.txt; sourceTree = "<group>"; };
1551 99321B11081DD26000678159 /* llworkerthread.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llworkerthread.h; sourceTree = "<group>"; }; 1597 99321B11081DD26000678159 /* llworkerthread.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llworkerthread.h; sourceTree = "<group>"; };
1552 99321B12081DD26000678159 /* llworkerthread.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llworkerthread.cpp; sourceTree = "<group>"; }; 1598 99321B12081DD26000678159 /* llworkerthread.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llworkerthread.cpp; sourceTree = "<group>"; };
1553 9932ED1F056C1F0900554101 /* crashreporter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = crashreporter.app; sourceTree = BUILT_PRODUCTS_DIR; }; 1599 9932ED1F056C1F0900554101 /* crashreporter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = crashreporter.app; sourceTree = BUILT_PRODUCTS_DIR; };
1554 994ADAE20A8016E500061DFB /* libllmozlib.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libllmozlib.dylib; path = "../../libraries/universal-darwin/lib_release/libllmozlib.dylib"; sourceTree = SOURCE_ROOT; }; 1600 994ADAE20A8016E500061DFB /* libllmozlib.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libllmozlib.dylib; path = "../../libraries/universal-darwin/lib_release/libllmozlib.dylib"; sourceTree = SOURCE_ROOT; };
1555 9950AFEB0B376E24007E36E0 /* libopenjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libopenjpeg.a; sourceTree = BUILT_PRODUCTS_DIR; };
1556 9967E9090B37533F0087BD1B /* libfmodwrapper.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libfmodwrapper.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; 1601 9967E9090B37533F0087BD1B /* libfmodwrapper.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libfmodwrapper.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
1557 9967E9520B37564D0087BD1B /* fmodwrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fmodwrapper.cpp; sourceTree = "<group>"; }; 1602 9967E9520B37564D0087BD1B /* fmodwrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fmodwrapper.cpp; sourceTree = "<group>"; };
1558 997B4BD006015820001B0407 /* viewer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = viewer.h; sourceTree = SOURCE_ROOT; }; 1603 997B4BD006015820001B0407 /* viewer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = viewer.h; sourceTree = SOURCE_ROOT; };
@@ -1591,7 +1636,6 @@
1591 997B4BF806015821001B0407 /* llviewerthrottle.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewerthrottle.h; sourceTree = SOURCE_ROOT; }; 1636 997B4BF806015821001B0407 /* llviewerthrottle.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewerthrottle.h; sourceTree = SOURCE_ROOT; };
1592 997B4BF906015821001B0407 /* llviewertextureanim.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewertextureanim.h; sourceTree = SOURCE_ROOT; }; 1637 997B4BF906015821001B0407 /* llviewertextureanim.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewertextureanim.h; sourceTree = SOURCE_ROOT; };
1593 997B4BFA06015821001B0407 /* llviewerstats.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewerstats.h; sourceTree = SOURCE_ROOT; }; 1638 997B4BFA06015821001B0407 /* llviewerstats.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewerstats.h; sourceTree = SOURCE_ROOT; };
1594 997B4BFB06015821001B0407 /* llviewerreputation.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewerreputation.h; sourceTree = SOURCE_ROOT; };
1595 997B4BFC06015821001B0407 /* llviewerregion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewerregion.h; sourceTree = SOURCE_ROOT; }; 1639 997B4BFC06015821001B0407 /* llviewerregion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewerregion.h; sourceTree = SOURCE_ROOT; };
1596 997B4BFD06015821001B0407 /* llviewerpartsource.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewerpartsource.h; sourceTree = SOURCE_ROOT; }; 1640 997B4BFD06015821001B0407 /* llviewerpartsource.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewerpartsource.h; sourceTree = SOURCE_ROOT; };
1597 997B4BFE06015821001B0407 /* llviewerpartsim.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewerpartsim.h; sourceTree = SOURCE_ROOT; }; 1641 997B4BFE06015821001B0407 /* llviewerpartsim.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewerpartsim.h; sourceTree = SOURCE_ROOT; };
@@ -1739,7 +1783,6 @@
1739 997B4CC506015822001B0407 /* llfloatertools.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloatertools.h; sourceTree = SOURCE_ROOT; }; 1783 997B4CC506015822001B0407 /* llfloatertools.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloatertools.h; sourceTree = SOURCE_ROOT; };
1740 997B4CC606015822001B0407 /* llfloatersnapshot.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloatersnapshot.h; sourceTree = SOURCE_ROOT; }; 1784 997B4CC606015822001B0407 /* llfloatersnapshot.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloatersnapshot.h; sourceTree = SOURCE_ROOT; };
1741 997B4CC706015822001B0407 /* llfloaterreporter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloaterreporter.h; sourceTree = SOURCE_ROOT; }; 1785 997B4CC706015822001B0407 /* llfloaterreporter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloaterreporter.h; sourceTree = SOURCE_ROOT; };
1742 997B4CC806015822001B0407 /* llfloaterrate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloaterrate.h; sourceTree = SOURCE_ROOT; };
1743 997B4CC906015822001B0407 /* llfloaterproperties.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloaterproperties.h; sourceTree = SOURCE_ROOT; }; 1786 997B4CC906015822001B0407 /* llfloaterproperties.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloaterproperties.h; sourceTree = SOURCE_ROOT; };
1744 997B4CCA06015822001B0407 /* llfloaterpreference.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloaterpreference.h; sourceTree = SOURCE_ROOT; }; 1787 997B4CCA06015822001B0407 /* llfloaterpreference.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloaterpreference.h; sourceTree = SOURCE_ROOT; };
1745 997B4CCB06015822001B0407 /* llfloaterpostcard.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloaterpostcard.h; sourceTree = SOURCE_ROOT; }; 1788 997B4CCB06015822001B0407 /* llfloaterpostcard.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloaterpostcard.h; sourceTree = SOURCE_ROOT; };
@@ -1848,6 +1891,7 @@
1848 99E64037081F1CB80009003F /* llgl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llgl.h; sourceTree = "<group>"; }; 1891 99E64037081F1CB80009003F /* llgl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llgl.h; sourceTree = "<group>"; };
1849 99EDDF5B05892E720031B20D /* llfloaterlandholdings.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llfloaterlandholdings.cpp; sourceTree = "<group>"; }; 1892 99EDDF5B05892E720031B20D /* llfloaterlandholdings.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llfloaterlandholdings.cpp; sourceTree = "<group>"; };
1850 99EDE33605896DC10031B20D /* SecondLife.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; path = SecondLife.nib; sourceTree = "<group>"; }; 1893 99EDE33605896DC10031B20D /* SecondLife.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; path = SecondLife.nib; sourceTree = "<group>"; };
1894 99F998FA0BAA34B90034E41C /* libopenjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libopenjpeg.a; sourceTree = BUILT_PRODUCTS_DIR; };
1851 99FBB044087362B60048A5CC /* llpanelclassified.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llpanelclassified.cpp; sourceTree = "<group>"; }; 1895 99FBB044087362B60048A5CC /* llpanelclassified.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llpanelclassified.cpp; sourceTree = "<group>"; };
1852 99FBB048087363B00048A5CC /* llpanelclassified.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llpanelclassified.h; sourceTree = "<group>"; }; 1896 99FBB048087363B00048A5CC /* llpanelclassified.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llpanelclassified.h; sourceTree = "<group>"; };
1853 99FBB071087365E90048A5CC /* llclassifiedflags.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llclassifiedflags.cpp; sourceTree = "<group>"; }; 1897 99FBB071087365E90048A5CC /* llclassifiedflags.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llclassifiedflags.cpp; sourceTree = "<group>"; };
@@ -1860,7 +1904,11 @@
1860 9B39350C0AD6F96900F57245 /* llhttpclient.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llhttpclient.h; sourceTree = "<group>"; }; 1904 9B39350C0AD6F96900F57245 /* llhttpclient.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llhttpclient.h; sourceTree = "<group>"; };
1861 9B39350F0AD6F9F400F57245 /* llurlrequest.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llurlrequest.cpp; sourceTree = "<group>"; }; 1905 9B39350F0AD6F9F400F57245 /* llurlrequest.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llurlrequest.cpp; sourceTree = "<group>"; };
1862 9B3935100AD6F9F400F57245 /* llurlrequest.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llurlrequest.h; sourceTree = "<group>"; }; 1906 9B3935100AD6F9F400F57245 /* llurlrequest.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llurlrequest.h; sourceTree = "<group>"; };
1907 9C1842500B9F94F200208356 /* llcaphttpsender.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llcaphttpsender.h; sourceTree = "<group>"; };
1908 9C18425A0B9F951500208356 /* llcaphttpsender.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llcaphttpsender.cpp; sourceTree = "<group>"; };
1863 9C1853AD0A91175E00DA7B01 /* llviewercontrol.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llviewercontrol.cpp; sourceTree = "<group>"; }; 1909 9C1853AD0A91175E00DA7B01 /* llviewercontrol.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llviewercontrol.cpp; sourceTree = "<group>"; };
1910 9C659A850BAB0B6E00D2EB60 /* llmessageconfig.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llmessageconfig.cpp; sourceTree = "<group>"; };
1911 9C659A860BAB0B6E00D2EB60 /* llmessageconfig.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llmessageconfig.h; sourceTree = "<group>"; };
1864 9C67A8440A02BBA60056B4E0 /* gpu_table.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = gpu_table.txt; sourceTree = "<group>"; }; 1912 9C67A8440A02BBA60056B4E0 /* gpu_table.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = gpu_table.txt; sourceTree = "<group>"; };
1865 9CD49D5609D0BAC100192434 /* llflexibleobject.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llflexibleobject.cpp; sourceTree = "<group>"; }; 1913 9CD49D5609D0BAC100192434 /* llflexibleobject.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llflexibleobject.cpp; sourceTree = "<group>"; };
1866 9CD49D5809D0BAD600192434 /* llflexibleobject.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llflexibleobject.h; sourceTree = "<group>"; }; 1914 9CD49D5809D0BAD600192434 /* llflexibleobject.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llflexibleobject.h; sourceTree = "<group>"; };
@@ -1875,6 +1923,7 @@
1875 A241CB8E07B3E383001A39E3 /* llmessagethrottle.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llmessagethrottle.cpp; sourceTree = "<group>"; }; 1923 A241CB8E07B3E383001A39E3 /* llmessagethrottle.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llmessagethrottle.cpp; sourceTree = "<group>"; };
1876 A241CB8F07B3E383001A39E3 /* llmessagethrottle.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llmessagethrottle.h; sourceTree = "<group>"; }; 1924 A241CB8F07B3E383001A39E3 /* llmessagethrottle.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llmessagethrottle.h; sourceTree = "<group>"; };
1877 A241CB9407B3E3A7001A39E3 /* llperlin.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llperlin.cpp; sourceTree = "<group>"; }; 1925 A241CB9407B3E3A7001A39E3 /* llperlin.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llperlin.cpp; sourceTree = "<group>"; };
1926 A29852A10BC6BC630005FA09 /* llhtmlhelp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llhtmlhelp.h; sourceTree = "<group>"; };
1878 A2A57EBA0ADF10FD00F6EF97 /* llavatarconstants.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llavatarconstants.h; sourceTree = "<group>"; }; 1927 A2A57EBA0ADF10FD00F6EF97 /* llavatarconstants.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llavatarconstants.h; sourceTree = "<group>"; };
1879 A30273550B3A13D800704420 /* llvertexbuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llvertexbuffer.cpp; sourceTree = "<group>"; }; 1928 A30273550B3A13D800704420 /* llvertexbuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llvertexbuffer.cpp; sourceTree = "<group>"; };
1880 A30273560B3A13D800704420 /* llvertexbuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llvertexbuffer.h; sourceTree = "<group>"; }; 1929 A30273560B3A13D800704420 /* llvertexbuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llvertexbuffer.h; sourceTree = "<group>"; };
@@ -1895,6 +1944,10 @@
1895 A3AF6BCA0A544C71005B5E2C /* lleventemitter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = lleventemitter.h; sourceTree = "<group>"; }; 1944 A3AF6BCA0A544C71005B5E2C /* lleventemitter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = lleventemitter.h; sourceTree = "<group>"; };
1896 A3AF6BCE0A544EF0005B5E2C /* llpanellogin.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llpanellogin.cpp; sourceTree = "<group>"; }; 1945 A3AF6BCE0A544EF0005B5E2C /* llpanellogin.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llpanellogin.cpp; sourceTree = "<group>"; };
1897 A3AF6BD00A544F0A005B5E2C /* llpanellogin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llpanellogin.h; sourceTree = "<group>"; }; 1946 A3AF6BD00A544F0A005B5E2C /* llpanellogin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llpanellogin.h; sourceTree = "<group>"; };
1947 A3C20E490BB0BCDF007E872B /* llglslshader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llglslshader.cpp; sourceTree = "<group>"; };
1948 A3C20E4B0BB0BD12007E872B /* llviewerjoystick.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llviewerjoystick.cpp; sourceTree = "<group>"; };
1949 A3C20E4D0BB0BD37007E872B /* llglslshader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llglslshader.h; sourceTree = "<group>"; };
1950 A3C20E4E0BB0BD49007E872B /* llviewerjoystick.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llviewerjoystick.h; sourceTree = "<group>"; };
1898 A3D968F00A6EBCA7007E8BD2 /* llfloaternewim.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llfloaternewim.cpp; sourceTree = "<group>"; }; 1951 A3D968F00A6EBCA7007E8BD2 /* llfloaternewim.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llfloaternewim.cpp; sourceTree = "<group>"; };
1899 A3D968F10A6EBCA7007E8BD2 /* llfloaternewim.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloaternewim.h; sourceTree = "<group>"; }; 1952 A3D968F10A6EBCA7007E8BD2 /* llfloaternewim.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llfloaternewim.h; sourceTree = "<group>"; };
1900 A3D9691B0A6ED5F6007E8BD2 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; 1953 A3D9691B0A6ED5F6007E8BD2 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
@@ -1936,8 +1989,13 @@
1936 D62831620B4F3FA200F8830F /* llimagegl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llimagegl.h; sourceTree = "<group>"; }; 1989 D62831620B4F3FA200F8830F /* llimagegl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llimagegl.h; sourceTree = "<group>"; };
1937 D62831640B4F3FA200F8830F /* llvertexprogramgl.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llvertexprogramgl.cpp; sourceTree = "<group>"; }; 1990 D62831640B4F3FA200F8830F /* llvertexprogramgl.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llvertexprogramgl.cpp; sourceTree = "<group>"; };
1938 D62831650B4F3FA200F8830F /* llvertexprogramgl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llvertexprogramgl.h; sourceTree = "<group>"; }; 1991 D62831650B4F3FA200F8830F /* llvertexprogramgl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llvertexprogramgl.h; sourceTree = "<group>"; };
1939 D62831670B4F3FA200F8830F /* text_out.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = text_out.cpp; sourceTree = "<group>"; }; 1992 DA4B14140B978815003F64DE /* llhttpsender.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llhttpsender.cpp; sourceTree = "<group>"; };
1940 D62831680B4F3FA200F8830F /* text_out.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = text_out.h; sourceTree = "<group>"; }; 1993 DA4B14150B978815003F64DE /* llhttpsender.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llhttpsender.h; sourceTree = "<group>"; };
1994 DA4B14160B978815003F64DE /* llmessagetemplate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llmessagetemplate.h; sourceTree = "<group>"; };
1995 DA4B14170B978815003F64DE /* llsdmessagebuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llsdmessagebuilder.cpp; sourceTree = "<group>"; };
1996 DA4B14180B978815003F64DE /* llsdmessagebuilder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llsdmessagebuilder.h; sourceTree = "<group>"; };
1997 DA4B14190B978815003F64DE /* llsdmessagereader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llsdmessagereader.cpp; sourceTree = "<group>"; };
1998 DA4B141A0B978815003F64DE /* llsdmessagereader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llsdmessagereader.h; sourceTree = "<group>"; };
1941 DA55FCB20B59F75C001C28B6 /* llerrorcontrol.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llerrorcontrol.h; sourceTree = "<group>"; }; 1999 DA55FCB20B59F75C001C28B6 /* llerrorcontrol.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llerrorcontrol.h; sourceTree = "<group>"; };
1942 DA9C40DE0B54B4BA00DD6F44 /* llformat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = llformat.h; sourceTree = "<group>"; }; 2000 DA9C40DE0B54B4BA00DD6F44 /* llformat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = llformat.h; sourceTree = "<group>"; };
1943 DA9C40DF0B54B4BA00DD6F44 /* llformat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = llformat.cpp; sourceTree = "<group>"; }; 2001 DA9C40DF0B54B4BA00DD6F44 /* llformat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = llformat.cpp; sourceTree = "<group>"; };
@@ -2096,8 +2154,6 @@
2096 FDE8765609BEA39600AF6316 /* libvorbisenc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libvorbisenc.a; sourceTree = BUILT_PRODUCTS_DIR; }; 2154 FDE8765609BEA39600AF6316 /* libvorbisenc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libvorbisenc.a; sourceTree = BUILT_PRODUCTS_DIR; };
2097 FDE8765709BEA39600AF6316 /* libvorbisfile.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libvorbisfile.a; sourceTree = BUILT_PRODUCTS_DIR; }; 2155 FDE8765709BEA39600AF6316 /* libvorbisfile.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libvorbisfile.a; sourceTree = BUILT_PRODUCTS_DIR; };
2098 FDE8765809BEA39700AF6316 /* libxmlrpc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libxmlrpc.a; sourceTree = BUILT_PRODUCTS_DIR; }; 2156 FDE8765809BEA39700AF6316 /* libxmlrpc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libxmlrpc.a; sourceTree = BUILT_PRODUCTS_DIR; };
2099 FDFAD3E50AFFBA270048A0C7 /* llsdmessagesystem.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llsdmessagesystem.cpp; sourceTree = "<group>"; };
2100 FDFAD3E60AFFBA270048A0C7 /* llsdmessagesystem.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = llsdmessagesystem.h; sourceTree = "<group>"; };
2101/* End PBXFileReference section */ 2157/* End PBXFileReference section */
2102 2158
2103/* Begin PBXFrameworksBuildPhase section */ 2159/* Begin PBXFrameworksBuildPhase section */
@@ -2105,6 +2161,10 @@
2105 isa = PBXFrameworksBuildPhase; 2161 isa = PBXFrameworksBuildPhase;
2106 buildActionMask = 2147483647; 2162 buildActionMask = 2147483647;
2107 files = ( 2163 files = (
2164 5503BCF505446B20003D051F /* Carbon.framework in Frameworks */,
2165 5503BD0405446B20003D051F /* QuickTime.framework in Frameworks */,
2166 A3D9691F0A6ED666007E8BD2 /* IOKit.framework in Frameworks */,
2167 9985A1280AC1FE4E00579AFB /* AppKit.framework in Frameworks */,
2108 61923C8B074ACA8D005E1F34 /* libllcommon.a in Frameworks */, 2168 61923C8B074ACA8D005E1F34 /* libllcommon.a in Frameworks */,
2109 FDE8765C09BEA3C300AF6316 /* libapr-1.a in Frameworks */, 2169 FDE8765C09BEA3C300AF6316 /* libapr-1.a in Frameworks */,
2110 FDE8765D09BEA3C400AF6316 /* libexpat.a in Frameworks */, 2170 FDE8765D09BEA3C400AF6316 /* libexpat.a in Frameworks */,
@@ -2115,23 +2175,19 @@
2115 FDE8766109BEA3C600AF6316 /* liblljpeg.a in Frameworks */, 2175 FDE8766109BEA3C600AF6316 /* liblljpeg.a in Frameworks */,
2116 FDE8766409BEA3C700AF6316 /* libvorbisenc.a in Frameworks */, 2176 FDE8766409BEA3C700AF6316 /* libvorbisenc.a in Frameworks */,
2117 FDE8766609BEA3C800AF6316 /* libxmlrpc.a in Frameworks */, 2177 FDE8766609BEA3C800AF6316 /* libxmlrpc.a in Frameworks */,
2118 5503BCF505446B20003D051F /* Carbon.framework in Frameworks */,
2119 5503BCF805446B20003D051F /* OpenGL.framework in Frameworks */,
2120 5503BD0005446B20003D051F /* AGL.framework in Frameworks */,
2121 5503BD0405446B20003D051F /* QuickTime.framework in Frameworks */,
2122 FDAA36B809B919AD00FBF1CA /* libssl.dylib in Frameworks */, 2178 FDAA36B809B919AD00FBF1CA /* libssl.dylib in Frameworks */,
2123 FDAA36BC09B919CD00FBF1CA /* libcrypto.dylib in Frameworks */, 2179 FDAA36BC09B919CD00FBF1CA /* libcrypto.dylib in Frameworks */,
2124 FDAA36C009B919DF00FBF1CA /* libz.dylib in Frameworks */, 2180 FDAA36C009B919DF00FBF1CA /* libz.dylib in Frameworks */,
2125 FDAA36C309B919F600FBF1CA /* libmx.dylib in Frameworks */, 2181 FDAA36C309B919F600FBF1CA /* libmx.dylib in Frameworks */,
2126 FD6C9A5309C773A000AA1849 /* libaprutil-1.a in Frameworks */, 2182 FD6C9A5309C773A000AA1849 /* libaprutil-1.a in Frameworks */,
2127 FD1558B20A06C1C700DE9AE5 /* libiconv.dylib in Frameworks */, 2183 FD1558B20A06C1C700DE9AE5 /* libiconv.dylib in Frameworks */,
2128 A3D9691F0A6ED666007E8BD2 /* IOKit.framework in Frameworks */,
2129 994ADAE30A8016E600061DFB /* libllmozlib.dylib in Frameworks */, 2184 994ADAE30A8016E600061DFB /* libllmozlib.dylib in Frameworks */,
2130 9985A1280AC1FE4E00579AFB /* AppKit.framework in Frameworks */,
2131 9967E9200B3754800087BD1B /* libfmodwrapper.dylib in Frameworks */, 2185 9967E9200B3754800087BD1B /* libfmodwrapper.dylib in Frameworks */,
2132 9950AFEC0B376E24007E36E0 /* libopenjpeg.a in Frameworks */,
2133 FD34696B0B5C3C55007318E5 /* libllcurl.a in Frameworks */, 2186 FD34696B0B5C3C55007318E5 /* libllcurl.a in Frameworks */,
2134 FDD3FD730B6A89A0009173F1 /* libcares.a in Frameworks */, 2187 FDD3FD730B6A89A0009173F1 /* libcares.a in Frameworks */,
2188 99F998FB0BAA34B90034E41C /* libopenjpeg.a in Frameworks */,
2189 99F99A160BAA3D4C0034E41C /* AGL.framework in Frameworks */,
2190 99F99A190BAA3D520034E41C /* OpenGL.framework in Frameworks */,
2135 ); 2191 );
2136 runOnlyForDeploymentPostprocessing = 0; 2192 runOnlyForDeploymentPostprocessing = 0;
2137 }; 2193 };
@@ -2178,6 +2234,18 @@
2178 ); 2234 );
2179 runOnlyForDeploymentPostprocessing = 0; 2235 runOnlyForDeploymentPostprocessing = 0;
2180 }; 2236 };
2237 D64593540B3B4D7D00FAB68F /* Frameworks */ = {
2238 isa = PBXFrameworksBuildPhase;
2239 buildActionMask = 2147483647;
2240 files = (
2241 D64594130B3B6DE100FAB68F /* libllcommon.a in Frameworks */,
2242 D6F77CBC0B445C3B0040826D /* AppKit.framework in Frameworks */,
2243 D645940C0B3B6D9000FAB68F /* libapr-1.a in Frameworks */,
2244 D645940D0B3B6D9A00FAB68F /* libaprutil-1.a in Frameworks */,
2245 DA8C5F9B0B61A9F900BCA79A /* libexpat.a in Frameworks */,
2246 );
2247 runOnlyForDeploymentPostprocessing = 0;
2248 };
2181/* End PBXFrameworksBuildPhase section */ 2249/* End PBXFrameworksBuildPhase section */
2182 2250
2183/* Begin PBXGroup section */ 2251/* Begin PBXGroup section */
@@ -2245,6 +2313,7 @@
2245 children = ( 2313 children = (
2246 019200F204DD7D3500A800A7 /* macview.r */, 2314 019200F204DD7D3500A800A7 /* macview.r */,
2247 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */, 2315 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */,
2316 9930A8E30B8FB10A00197ECA /* language.txt */,
2248 ); 2317 );
2249 name = Resources; 2318 name = Resources;
2250 sourceTree = "<group>"; 2319 sourceTree = "<group>";
@@ -2252,7 +2321,6 @@
2252 20286C32FDCF999611CA2CEA /* External Frameworks and Libraries */ = { 2321 20286C32FDCF999611CA2CEA /* External Frameworks and Libraries */ = {
2253 isa = PBXGroup; 2322 isa = PBXGroup;
2254 children = ( 2323 children = (
2255 A3D9691B0A6ED5F6007E8BD2 /* IOKit.framework */,
2256 FDE8761909BE9C7D00AF6316 /* Third Party Libraries */, 2324 FDE8761909BE9C7D00AF6316 /* Third Party Libraries */,
2257 FDE8761809BE9C6500AF6316 /* System Libraries */, 2325 FDE8761809BE9C6500AF6316 /* System Libraries */,
2258 FDE8746E09BE9C4E00AF6316 /* Frameworks */, 2326 FDE8746E09BE9C4E00AF6316 /* Frameworks */,
@@ -2263,6 +2331,11 @@
2263 26F529A0051F61CD00A80050 /* newview */ = { 2331 26F529A0051F61CD00A80050 /* newview */ = {
2264 isa = PBXGroup; 2332 isa = PBXGroup;
2265 children = ( 2333 children = (
2334 1A83767C0BA2169600F28979 /* llviewergenericmessage.h */,
2335 1A83767D0BA2169600F28979 /* llviewergenericmessage.cpp */,
2336 9C18425A0B9F951500208356 /* llcaphttpsender.cpp */,
2337 A3C20E4B0BB0BD12007E872B /* llviewerjoystick.cpp */,
2338 A3C20E490BB0BCDF007E872B /* llglslshader.cpp */,
2266 AAF5FFD00B13F71900D28A84 /* lltexturecache.cpp */, 2339 AAF5FFD00B13F71900D28A84 /* lltexturecache.cpp */,
2267 AAF5FFD10B13F71900D28A84 /* lltexturecache.h */, 2340 AAF5FFD10B13F71900D28A84 /* lltexturecache.h */,
2268 AA02B9BA0B0CE44D00F2996D /* lltexturefetch.cpp */, 2341 AA02B9BA0B0CE44D00F2996D /* lltexturefetch.cpp */,
@@ -2715,7 +2788,6 @@
2715 616C4A8E0752C3D1006C2C65 /* lltimer.cpp */, 2788 616C4A8E0752C3D1006C2C65 /* lltimer.cpp */,
2716 616C4A8D0752C3D1006C2C65 /* lldefs.h */, 2789 616C4A8D0752C3D1006C2C65 /* lldefs.h */,
2717 616C4A8C0752C3D1006C2C65 /* linden_common.h */, 2790 616C4A8C0752C3D1006C2C65 /* linden_common.h */,
2718 6192211F074A9B57005E1F34 /* bitpack.cpp */,
2719 61922120074A9B57005E1F34 /* bitpack.h */, 2791 61922120074A9B57005E1F34 /* bitpack.h */,
2720 61922121074A9B57005E1F34 /* doublelinkedlist.h */, 2792 61922121074A9B57005E1F34 /* doublelinkedlist.h */,
2721 61922122074A9B57005E1F34 /* imageids.h */, 2793 61922122074A9B57005E1F34 /* imageids.h */,
@@ -2884,6 +2956,8 @@
2884 619221B8074A9B58005E1F34 /* llmessage */ = { 2956 619221B8074A9B58005E1F34 /* llmessage */ = {
2885 isa = PBXGroup; 2957 isa = PBXGroup;
2886 children = ( 2958 children = (
2959 9C659A850BAB0B6E00D2EB60 /* llmessageconfig.cpp */,
2960 9C659A860BAB0B6E00D2EB60 /* llmessageconfig.h */,
2887 AA348DF80B0EAB31002C3015 /* llcurl.cpp */, 2961 AA348DF80B0EAB31002C3015 /* llcurl.cpp */,
2888 AA348DF90B0EAB31002C3015 /* llcurl.h */, 2962 AA348DF90B0EAB31002C3015 /* llcurl.h */,
2889 1A02017E0B7A861200D5C589 /* llblowfishcipher.cpp */, 2963 1A02017E0B7A861200D5C589 /* llblowfishcipher.cpp */,
@@ -2893,10 +2967,25 @@
2893 1A0201820B7A861200D5C589 /* llnullcipher.h */, 2967 1A0201820B7A861200D5C589 /* llnullcipher.h */,
2894 1A0201830B7A861200D5C589 /* llxorcipher.cpp */, 2968 1A0201830B7A861200D5C589 /* llxorcipher.cpp */,
2895 1A0201840B7A861200D5C589 /* llxorcipher.h */, 2969 1A0201840B7A861200D5C589 /* llxorcipher.h */,
2970 DA4B14140B978815003F64DE /* llhttpsender.cpp */,
2971 DA4B14150B978815003F64DE /* llhttpsender.h */,
2972 DA4B14160B978815003F64DE /* llmessagetemplate.h */,
2973 DA4B14170B978815003F64DE /* llsdmessagebuilder.cpp */,
2974 DA4B14180B978815003F64DE /* llsdmessagebuilder.h */,
2975 DA4B14190B978815003F64DE /* llsdmessagereader.cpp */,
2976 DA4B141A0B978815003F64DE /* llsdmessagereader.h */,
2977 3834D6010B73ABC1002B61C8 /* llmessagereader.cpp */,
2978 3834D6020B73ABC1002B61C8 /* llmessagereader.h */,
2979 3834D6030B73ABC1002B61C8 /* lltemplatemessagereader.cpp */,
2980 3834D6040B73ABC1002B61C8 /* lltemplatemessagereader.h */,
2896 91469E790B4486C10009E8F9 /* llmime.cpp */, 2981 91469E790B4486C10009E8F9 /* llmime.cpp */,
2897 91469E7A0B4486C10009E8F9 /* llmime.h */, 2982 91469E7A0B4486C10009E8F9 /* llmime.h */,
2898 FDFAD3E50AFFBA270048A0C7 /* llsdmessagesystem.cpp */, 2983 38D0FA6F0B4BF8C5003323BA /* lltemplatemessagebuilder.h */,
2899 FDFAD3E60AFFBA270048A0C7 /* llsdmessagesystem.h */, 2984 38D0FA700B4BF8C5003323BA /* llmessagebuilder.h */,
2985 38D0FA710B4BF8C5003323BA /* llmsgvariabletype.h */,
2986 38D0FA690B4BF897003323BA /* lltemplatemessagebuilder.cpp */,
2987 38D0FA6A0B4BF898003323BA /* llmessagetemplate.cpp */,
2988 38D0FA6B0B4BF898003323BA /* llmessagebuilder.cpp */,
2900 FDCB54F40AFBC5060033B433 /* llhttpnode.cpp */, 2989 FDCB54F40AFBC5060033B433 /* llhttpnode.cpp */,
2901 FDCB54F50AFBC5060033B433 /* llhttpnode.h */, 2990 FDCB54F50AFBC5060033B433 /* llhttpnode.h */,
2902 FD835B800AD1CB6700038B74 /* llchainio.cpp */, 2991 FD835B800AD1CB6700038B74 /* llchainio.cpp */,
@@ -3040,6 +3129,7 @@
3040 6192225C074A9B5A005E1F34 /* llui */ = { 3129 6192225C074A9B5A005E1F34 /* llui */ = {
3041 isa = PBXGroup; 3130 isa = PBXGroup;
3042 children = ( 3131 children = (
3132 A29852A10BC6BC630005FA09 /* llhtmlhelp.h */,
3043 1A1F130A0B3919F100845A6C /* lleditmenuhandler.h */, 3133 1A1F130A0B3919F100845A6C /* lleditmenuhandler.h */,
3044 1A1F130B0B3919F100845A6C /* lleditmenuhandler.cpp */, 3134 1A1F130B0B3919F100845A6C /* lleditmenuhandler.cpp */,
3045 1AEF0A590B2DFE71003F107C /* llrootview.h */, 3135 1AEF0A590B2DFE71003F107C /* llrootview.h */,
@@ -3408,6 +3498,9 @@
3408 997B4BCB060157E5001B0407 /* newview headers */ = { 3498 997B4BCB060157E5001B0407 /* newview headers */ = {
3409 isa = PBXGroup; 3499 isa = PBXGroup;
3410 children = ( 3500 children = (
3501 9C1842500B9F94F200208356 /* llcaphttpsender.h */,
3502 A3C20E4E0BB0BD49007E872B /* llviewerjoystick.h */,
3503 A3C20E4D0BB0BD37007E872B /* llglslshader.h */,
3411 1AF7C1F20AF6C45000C4BF4A /* llweb.h */, 3504 1AF7C1F20AF6C45000C4BF4A /* llweb.h */,
3412 1AF9CA450AE972D4003EFF2D /* llfloateravatartextures.h */, 3505 1AF9CA450AE972D4003EFF2D /* llfloateravatartextures.h */,
3413 1AD61F6C0AC09B2600507FB9 /* llimview.h */, 3506 1AD61F6C0AC09B2600507FB9 /* llimview.h */,
@@ -3480,7 +3573,6 @@
3480 997B4BF806015821001B0407 /* llviewerthrottle.h */, 3573 997B4BF806015821001B0407 /* llviewerthrottle.h */,
3481 997B4BF906015821001B0407 /* llviewertextureanim.h */, 3574 997B4BF906015821001B0407 /* llviewertextureanim.h */,
3482 997B4BFA06015821001B0407 /* llviewerstats.h */, 3575 997B4BFA06015821001B0407 /* llviewerstats.h */,
3483 997B4BFB06015821001B0407 /* llviewerreputation.h */,
3484 997B4BFC06015821001B0407 /* llviewerregion.h */, 3576 997B4BFC06015821001B0407 /* llviewerregion.h */,
3485 997B4BFD06015821001B0407 /* llviewerpartsource.h */, 3577 997B4BFD06015821001B0407 /* llviewerpartsource.h */,
3486 997B4BFE06015821001B0407 /* llviewerpartsim.h */, 3578 997B4BFE06015821001B0407 /* llviewerpartsim.h */,
@@ -3630,7 +3722,6 @@
3630 997B4CC506015822001B0407 /* llfloatertools.h */, 3722 997B4CC506015822001B0407 /* llfloatertools.h */,
3631 997B4CC606015822001B0407 /* llfloatersnapshot.h */, 3723 997B4CC606015822001B0407 /* llfloatersnapshot.h */,
3632 997B4CC706015822001B0407 /* llfloaterreporter.h */, 3724 997B4CC706015822001B0407 /* llfloaterreporter.h */,
3633 997B4CC806015822001B0407 /* llfloaterrate.h */,
3634 997B4CC906015822001B0407 /* llfloaterproperties.h */, 3725 997B4CC906015822001B0407 /* llfloaterproperties.h */,
3635 997B4CCA06015822001B0407 /* llfloaterpreference.h */, 3726 997B4CCA06015822001B0407 /* llfloaterpreference.h */,
3636 997B4CCB06015822001B0407 /* llfloaterpostcard.h */, 3727 997B4CCB06015822001B0407 /* llfloaterpostcard.h */,
@@ -3731,8 +3822,6 @@
3731 D62831620B4F3FA200F8830F /* llimagegl.h */, 3822 D62831620B4F3FA200F8830F /* llimagegl.h */,
3732 D62831640B4F3FA200F8830F /* llvertexprogramgl.cpp */, 3823 D62831640B4F3FA200F8830F /* llvertexprogramgl.cpp */,
3733 D62831650B4F3FA200F8830F /* llvertexprogramgl.h */, 3824 D62831650B4F3FA200F8830F /* llvertexprogramgl.h */,
3734 D62831670B4F3FA200F8830F /* text_out.cpp */,
3735 D62831680B4F3FA200F8830F /* text_out.h */,
3736 ); 3825 );
3737 name = llrender; 3826 name = llrender;
3738 path = ../llrender; 3827 path = ../llrender;
@@ -3744,6 +3833,7 @@
3744 20286C33FDCF999611CA2CEA /* Carbon.framework */, 3833 20286C33FDCF999611CA2CEA /* Carbon.framework */,
3745 9985A1270AC1FE4E00579AFB /* AppKit.framework */, 3834 9985A1270AC1FE4E00579AFB /* AppKit.framework */,
3746 26E79A7A0520ED1200A80050 /* AGL.framework */, 3835 26E79A7A0520ED1200A80050 /* AGL.framework */,
3836 A3D9691B0A6ED5F6007E8BD2 /* IOKit.framework */,
3747 26E79A3D0520B56600A80050 /* OpenGL.framework */, 3837 26E79A3D0520B56600A80050 /* OpenGL.framework */,
3748 55593DF0053F5C7C0095DD27 /* QuickTime.framework */, 3838 55593DF0053F5C7C0095DD27 /* QuickTime.framework */,
3749 ); 3839 );
@@ -3773,10 +3863,9 @@
3773 FDE8764F09BEA39600AF6316 /* libexpat.a */, 3863 FDE8764F09BEA39600AF6316 /* libexpat.a */,
3774 FDE8765009BEA39600AF6316 /* libfmod.a */, 3864 FDE8765009BEA39600AF6316 /* libfmod.a */,
3775 FDE8765109BEA39600AF6316 /* libfreetype.a */, 3865 FDE8765109BEA39600AF6316 /* libfreetype.a */,
3776 9950AFEB0B376E24007E36E0 /* libopenjpeg.a */,
3777 FDE8765309BEA39600AF6316 /* liblljpeg.a */, 3866 FDE8765309BEA39600AF6316 /* liblljpeg.a */,
3778 9950AFEB0B376E24007E36E0 /* libopenjpeg.a */,
3779 FDE8765409BEA39600AF6316 /* libogg.a */, 3867 FDE8765409BEA39600AF6316 /* libogg.a */,
3868 99F998FA0BAA34B90034E41C /* libopenjpeg.a */,
3780 FDE8765509BEA39600AF6316 /* libvorbis.a */, 3869 FDE8765509BEA39600AF6316 /* libvorbis.a */,
3781 FDE8765609BEA39600AF6316 /* libvorbisenc.a */, 3870 FDE8765609BEA39600AF6316 /* libvorbisenc.a */,
3782 FDE8765709BEA39600AF6316 /* libvorbisfile.a */, 3871 FDE8765709BEA39600AF6316 /* libvorbisfile.a */,
@@ -3796,6 +3885,13 @@
3796 ); 3885 );
3797 runOnlyForDeploymentPostprocessing = 0; 3886 runOnlyForDeploymentPostprocessing = 0;
3798 }; 3887 };
3888 D64593520B3B4D7D00FAB68F /* Headers */ = {
3889 isa = PBXHeadersBuildPhase;
3890 buildActionMask = 2147483647;
3891 files = (
3892 );
3893 runOnlyForDeploymentPostprocessing = 0;
3894 };
3799/* End PBXHeadersBuildPhase section */ 3895/* End PBXHeadersBuildPhase section */
3800 3896
3801/* Begin PBXNativeTarget section */ 3897/* Begin PBXNativeTarget section */
@@ -3817,6 +3913,7 @@
3817 99FCDAE8093D1FC3003D3B63 /* PBXTargetDependency */, 3913 99FCDAE8093D1FC3003D3B63 /* PBXTargetDependency */,
3818 99FCDAEC093D1FC8003D3B63 /* PBXTargetDependency */, 3914 99FCDAEC093D1FC8003D3B63 /* PBXTargetDependency */,
3819 9967E91C0B3754610087BD1B /* PBXTargetDependency */, 3915 9967E91C0B3754610087BD1B /* PBXTargetDependency */,
3916 D64E29CE0B4B288600963559 /* PBXTargetDependency */,
3820 ); 3917 );
3821 name = newview; 3918 name = newview;
3822 productInstallPath = "$(HOME)/Applications"; 3919 productInstallPath = "$(HOME)/Applications";
@@ -3904,6 +4001,13 @@
3904 isa = PBXProject; 4001 isa = PBXProject;
3905 buildConfigurationList = 999484580883114300EFC621 /* Build configuration list for PBXProject "macview" */; 4002 buildConfigurationList = 999484580883114300EFC621 /* Build configuration list for PBXProject "macview" */;
3906 hasScannedForEncodings = 1; 4003 hasScannedForEncodings = 1;
4004 knownRegions = (
4005 English,
4006 Japanese,
4007 French,
4008 German,
4009 Korean,
4010 );
3907 mainGroup = 20286C29FDCF999611CA2CEA /* «PROJECTNAME» */; 4011 mainGroup = 20286C29FDCF999611CA2CEA /* «PROJECTNAME» */;
3908 projectDirPath = ""; 4012 projectDirPath = "";
3909 targets = ( 4013 targets = (
@@ -3927,6 +4031,7 @@
3927 99EDE33705896DC10031B20D /* SecondLife.nib in Resources */, 4031 99EDE33705896DC10031B20D /* SecondLife.nib in Resources */,
3928 FD53B3C309BDD5F900BFE3BC /* AutoUpdater.app in Resources */, 4032 FD53B3C309BDD5F900BFE3BC /* AutoUpdater.app in Resources */,
3929 FD53B3C409BDD5FA00BFE3BC /* crashreporter.app in Resources */, 4033 FD53B3C409BDD5FA00BFE3BC /* crashreporter.app in Resources */,
4034 9930A8E40B8FB10A00197ECA /* language.txt in Resources */,
3930 ); 4035 );
3931 runOnlyForDeploymentPostprocessing = 0; 4036 runOnlyForDeploymentPostprocessing = 0;
3932 }; 4037 };
@@ -4031,7 +4136,6 @@
4031 5503BB5205446B20003D051F /* llviewerthrottle.cpp in Sources */, 4136 5503BB5205446B20003D051F /* llviewerthrottle.cpp in Sources */,
4032 5503BB5305446B20003D051F /* llviewertextureanim.cpp in Sources */, 4137 5503BB5305446B20003D051F /* llviewertextureanim.cpp in Sources */,
4033 5503BB5405446B20003D051F /* llviewerstats.cpp in Sources */, 4138 5503BB5405446B20003D051F /* llviewerstats.cpp in Sources */,
4034 5503BB5505446B20003D051F /* llviewerreputation.cpp in Sources */,
4035 5503BB5605446B20003D051F /* llviewerregion.cpp in Sources */, 4139 5503BB5605446B20003D051F /* llviewerregion.cpp in Sources */,
4036 5503BB5705446B20003D051F /* llviewerpartsource.cpp in Sources */, 4140 5503BB5705446B20003D051F /* llviewerpartsource.cpp in Sources */,
4037 5503BB5805446B20003D051F /* llviewerpartsim.cpp in Sources */, 4141 5503BB5805446B20003D051F /* llviewerpartsim.cpp in Sources */,
@@ -4142,7 +4246,6 @@
4142 5503BBEF05446B20003D051F /* lltoolcomp.cpp in Sources */, 4246 5503BBEF05446B20003D051F /* lltoolcomp.cpp in Sources */,
4143 5503BBF005446B20003D051F /* llcontainerview.cpp in Sources */, 4247 5503BBF005446B20003D051F /* llcontainerview.cpp in Sources */,
4144 5503BBF305446B20003D051F /* lldrawpooltree.cpp in Sources */, 4248 5503BBF305446B20003D051F /* lldrawpooltree.cpp in Sources */,
4145 5503BBF405446B20003D051F /* llfloaterrate.cpp in Sources */,
4146 5503BBF605446B20003D051F /* llfloatergroups.cpp in Sources */, 4249 5503BBF605446B20003D051F /* llfloatergroups.cpp in Sources */,
4147 5503BBFA05446B20003D051F /* llfloaterabout.cpp in Sources */, 4250 5503BBFA05446B20003D051F /* llfloaterabout.cpp in Sources */,
4148 5503BBFB05446B20003D051F /* llcolorswatch.cpp in Sources */, 4251 5503BBFB05446B20003D051F /* llcolorswatch.cpp in Sources */,
@@ -4405,7 +4508,6 @@
4405 FD59ED5F0AF2AF460086642A /* llassetuploadresponders.cpp in Sources */, 4508 FD59ED5F0AF2AF460086642A /* llassetuploadresponders.cpp in Sources */,
4406 FDCB54F60AFBC5060033B433 /* llhttpnode.cpp in Sources */, 4509 FDCB54F60AFBC5060033B433 /* llhttpnode.cpp in Sources */,
4407 FDCB55290AFBD4310033B433 /* lleventpoll.cpp in Sources */, 4510 FDCB55290AFBD4310033B433 /* lleventpoll.cpp in Sources */,
4408 FDFAD3EA0AFFBB230048A0C7 /* llsdmessagesystem.cpp in Sources */,
4409 AA348DFA0B0EAB31002C3015 /* llcurl.cpp in Sources */, 4511 AA348DFA0B0EAB31002C3015 /* llcurl.cpp in Sources */,
4410 AAF5FFD20B13F71900D28A84 /* lltexturecache.cpp in Sources */, 4512 AAF5FFD20B13F71900D28A84 /* lltexturecache.cpp in Sources */,
4411 C1F5D0A50B138AEB00827F1D /* lluserrelations.cpp in Sources */, 4513 C1F5D0A50B138AEB00827F1D /* lluserrelations.cpp in Sources */,
@@ -4419,11 +4521,23 @@
4419 A32748C10B5F38A80099BE18 /* llfont.cpp in Sources */, 4521 A32748C10B5F38A80099BE18 /* llfont.cpp in Sources */,
4420 A32748BF0B5F38A00099BE18 /* llfontgl.cpp in Sources */, 4522 A32748BF0B5F38A00099BE18 /* llfontgl.cpp in Sources */,
4421 A32748C00B5F38A20099BE18 /* llimagegl.cpp in Sources */, 4523 A32748C00B5F38A20099BE18 /* llimagegl.cpp in Sources */,
4422 A3274AD20B5F39130099BE18 /* text_out.cpp in Sources */,
4423 1A02016F0B7A85DE00D5C589 /* llbase64.cpp in Sources */, 4524 1A02016F0B7A85DE00D5C589 /* llbase64.cpp in Sources */,
4424 1A0201850B7A861200D5C589 /* llblowfishcipher.cpp in Sources */, 4525 1A0201850B7A861200D5C589 /* llblowfishcipher.cpp in Sources */,
4425 1A0201860B7A861200D5C589 /* llnullcipher.cpp in Sources */, 4526 1A0201860B7A861200D5C589 /* llnullcipher.cpp in Sources */,
4426 1A0201870B7A861200D5C589 /* llxorcipher.cpp in Sources */, 4527 1A0201870B7A861200D5C589 /* llxorcipher.cpp in Sources */,
4528 1A83767E0BA2169600F28979 /* llviewergenericmessage.cpp in Sources */,
4529 38D0FA6C0B4BF898003323BA /* lltemplatemessagebuilder.cpp in Sources */,
4530 38D0FA6D0B4BF898003323BA /* llmessagetemplate.cpp in Sources */,
4531 38D0FA6E0B4BF898003323BA /* llmessagebuilder.cpp in Sources */,
4532 3834D6050B73ABC1002B61C8 /* llmessagereader.cpp in Sources */,
4533 3834D6060B73ABC1002B61C8 /* lltemplatemessagereader.cpp in Sources */,
4534 DA4B141B0B978815003F64DE /* llhttpsender.cpp in Sources */,
4535 DA4B141C0B978815003F64DE /* llsdmessagebuilder.cpp in Sources */,
4536 DA4B141D0B978815003F64DE /* llsdmessagereader.cpp in Sources */,
4537 9C18425B0B9F951500208356 /* llcaphttpsender.cpp in Sources */,
4538 9C659A870BAB0B6E00D2EB60 /* llmessageconfig.cpp in Sources */,
4539 A3C20E4A0BB0BCDF007E872B /* llglslshader.cpp in Sources */,
4540 A3C20E4C0BB0BD12007E872B /* llviewerjoystick.cpp in Sources */,
4427 ); 4541 );
4428 runOnlyForDeploymentPostprocessing = 0; 4542 runOnlyForDeploymentPostprocessing = 0;
4429 }; 4543 };
@@ -4450,7 +4564,6 @@
4450 61922443074A9B5C005E1F34 /* indra.y in Sources */, 4564 61922443074A9B5C005E1F34 /* indra.y in Sources */,
4451 61922442074A9B5C005E1F34 /* indra.l in Sources */, 4565 61922442074A9B5C005E1F34 /* indra.l in Sources */,
4452 912541AF0691FF79008C66F7 /* llfasttimerview.cpp in Sources */, 4566 912541AF0691FF79008C66F7 /* llfasttimerview.cpp in Sources */,
4453 619222E8074A9B5B005E1F34 /* bitpack.cpp in Sources */,
4454 619222F0074A9B5B005E1F34 /* llcriticaldamp.cpp in Sources */, 4567 619222F0074A9B5B005E1F34 /* llcriticaldamp.cpp in Sources */,
4455 619222F8074A9B5B005E1F34 /* llerror.cpp in Sources */, 4568 619222F8074A9B5B005E1F34 /* llerror.cpp in Sources */,
4456 619222FE074A9B5B005E1F34 /* llfasttimer.cpp in Sources */, 4569 619222FE074A9B5B005E1F34 /* llfasttimer.cpp in Sources */,
@@ -4614,9 +4727,21 @@
4614 ); 4727 );
4615 runOnlyForDeploymentPostprocessing = 0; 4728 runOnlyForDeploymentPostprocessing = 0;
4616 }; 4729 };
4730 D64593530B3B4D7D00FAB68F /* Sources */ = {
4731 isa = PBXSourcesBuildPhase;
4732 buildActionMask = 2147483647;
4733 files = (
4734 );
4735 runOnlyForDeploymentPostprocessing = 0;
4736 };
4617/* End PBXSourcesBuildPhase section */ 4737/* End PBXSourcesBuildPhase section */
4618 4738
4619/* Begin PBXTargetDependency section */ 4739/* Begin PBXTargetDependency section */
4740 993576730B4489EE00D10C77 /* PBXTargetDependency */ = {
4741 isa = PBXTargetDependency;
4742 target = FD53B40509BDF9F600BFE3BC /* third party libs */;
4743 targetProxy = 993576720B4489EE00D10C77 /* PBXContainerItemProxy */;
4744 };
4620 9950AF4A0B3762BE007E36E0 /* PBXTargetDependency */ = { 4745 9950AF4A0B3762BE007E36E0 /* PBXTargetDependency */ = {
4621 isa = PBXTargetDependency; 4746 isa = PBXTargetDependency;
4622 target = FD53B40509BDF9F600BFE3BC /* third party libs */; 4747 target = FD53B40509BDF9F600BFE3BC /* third party libs */;
@@ -4652,20 +4777,22 @@
4652 target = 9932ED1E056C1F0900554101 /* crashreporter */; 4777 target = 9932ED1E056C1F0900554101 /* crashreporter */;
4653 targetProxy = 99FCDAEB093D1FC8003D3B63 /* PBXContainerItemProxy */; 4778 targetProxy = 99FCDAEB093D1FC8003D3B63 /* PBXContainerItemProxy */;
4654 }; 4779 };
4780 D64593580B3B4D8500FAB68F /* PBXTargetDependency */ = {
4781 isa = PBXTargetDependency;
4782 target = 99CDED4905E70BAB0000F8AA /* llcommon */;
4783 targetProxy = D64593570B3B4D8500FAB68F /* PBXContainerItemProxy */;
4784 };
4785 D64E29CE0B4B288600963559 /* PBXTargetDependency */ = {
4786 isa = PBXTargetDependency;
4787 };
4655 FD53B40C09BDFD3E00BFE3BC /* PBXTargetDependency */ = { 4788 FD53B40C09BDFD3E00BFE3BC /* PBXTargetDependency */ = {
4656 isa = PBXTargetDependency; 4789 isa = PBXTargetDependency;
4657 target = FD53B40509BDF9F600BFE3BC /* third party libs */;
4658 targetProxy = FD53B40B09BDFD3E00BFE3BC /* PBXContainerItemProxy */;
4659 }; 4790 };
4660 FD53B41009BDFD5300BFE3BC /* PBXTargetDependency */ = { 4791 FD53B41009BDFD5300BFE3BC /* PBXTargetDependency */ = {
4661 isa = PBXTargetDependency; 4792 isa = PBXTargetDependency;
4662 target = FD53B40509BDF9F600BFE3BC /* third party libs */;
4663 targetProxy = FD53B40F09BDFD5300BFE3BC /* PBXContainerItemProxy */;
4664 }; 4793 };
4665 FD53B41209BDFD5A00BFE3BC /* PBXTargetDependency */ = { 4794 FD53B41209BDFD5A00BFE3BC /* PBXTargetDependency */ = {
4666 isa = PBXTargetDependency; 4795 isa = PBXTargetDependency;
4667 target = FD53B40509BDF9F600BFE3BC /* third party libs */;
4668 targetProxy = FD53B41109BDFD5A00BFE3BC /* PBXContainerItemProxy */;
4669 }; 4796 };
4670/* End PBXTargetDependency section */ 4797/* End PBXTargetDependency section */
4671 4798
@@ -4678,6 +4805,17 @@
4678 name = InfoPlist.strings; 4805 name = InfoPlist.strings;
4679 sourceTree = "<group>"; 4806 sourceTree = "<group>";
4680 }; 4807 };
4808 9930A8E30B8FB10A00197ECA /* language.txt */ = {
4809 isa = PBXVariantGroup;
4810 children = (
4811 9930A8DD0B8FB0E200197ECA /* English */,
4812 9930A8E70B8FB14E00197ECA /* Japanese */,
4813 9930A8EA0B8FB1D500197ECA /* German */,
4814 9930A8ED0B8FB1E500197ECA /* Korean */,
4815 );
4816 name = language.txt;
4817 sourceTree = "<group>";
4818 };
4681/* End PBXVariantGroup section */ 4819/* End PBXVariantGroup section */
4682 4820
4683/* Begin XCBuildConfiguration section */ 4821/* Begin XCBuildConfiguration section */
@@ -4736,12 +4874,7 @@
4736 "$(BUILT_PRODUCTS_DIR)", 4874 "$(BUILT_PRODUCTS_DIR)",
4737 "$(LIBRARY_SEARCH_PATHS)", 4875 "$(LIBRARY_SEARCH_PATHS)",
4738 "$(SRCROOT)/../../libraries/universal-darwin/lib_release", 4876 "$(SRCROOT)/../../libraries/universal-darwin/lib_release",
4739 "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
4740 "$(LIBRARY_SEARCH_PATHS_QUOTED_2)",
4741 ); 4877 );
4742 LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/build/Universal\"";
4743 LIBRARY_SEARCH_PATHS_QUOTED_2 = "\"$(SRCROOT)/build/Universal\"";
4744 OTHER_LDFLAGS = "";
4745 PRODUCT_NAME = "Second Life"; 4878 PRODUCT_NAME = "Second Life";
4746 SEPARATE_STRIP = YES; 4879 SEPARATE_STRIP = YES;
4747 SHARED_PRECOMPS_DIR = "$(BUILD_DIR)/Caches/com.apple.Xcode.$(UID)/SharedPrecompiledHeaders"; 4880 SHARED_PRECOMPS_DIR = "$(BUILD_DIR)/Caches/com.apple.Xcode.$(UID)/SharedPrecompiledHeaders";
@@ -4783,9 +4916,8 @@
4783 "-Wno-reorder", 4916 "-Wno-reorder",
4784 ); 4917 );
4785 PREBINDING = NO; 4918 PREBINDING = NO;
4786 SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk; 4919 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
4787 SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk; 4920 USER_HEADER_SEARCH_PATHS = "";
4788 SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk;
4789 WARNING_CFLAGS = ( 4921 WARNING_CFLAGS = (
4790 "-Wmost", 4922 "-Wmost",
4791 "-Wno-sign-compare", 4923 "-Wno-sign-compare",
@@ -4995,6 +5127,7 @@
4995 PRODUCT_NAME = "Second Life"; 5127 PRODUCT_NAME = "Second Life";
4996 SHARED_PRECOMPS_DIR = "$(BUILD_DIR)/Caches/com.apple.Xcode.$(UID)/SharedPrecompiledHeaders"; 5128 SHARED_PRECOMPS_DIR = "$(BUILD_DIR)/Caches/com.apple.Xcode.$(UID)/SharedPrecompiledHeaders";
4997 WRAPPER_EXTENSION = app; 5129 WRAPPER_EXTENSION = app;
5130 ZERO_LINK = NO;
4998 }; 5131 };
4999 name = Deployment; 5132 name = Deployment;
5000 }; 5133 };
@@ -5026,9 +5159,8 @@
5026 "-Wno-reorder", 5159 "-Wno-reorder",
5027 ); 5160 );
5028 PREBINDING = NO; 5161 PREBINDING = NO;
5029 SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk; 5162 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
5030 SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk; 5163 USER_HEADER_SEARCH_PATHS = "";
5031 SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk;
5032 WARNING_CFLAGS = ( 5164 WARNING_CFLAGS = (
5033 "-Wmost", 5165 "-Wmost",
5034 "-Wno-sign-compare", 5166 "-Wno-sign-compare",
@@ -5066,9 +5198,8 @@
5066 "-Wno-reorder", 5198 "-Wno-reorder",
5067 ); 5199 );
5068 PREBINDING = NO; 5200 PREBINDING = NO;
5069 SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk; 5201 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
5070 SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk; 5202 USER_HEADER_SEARCH_PATHS = "";
5071 SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk;
5072 WARNING_CFLAGS = ( 5203 WARNING_CFLAGS = (
5073 "-Wmost", 5204 "-Wmost",
5074 "-Wno-sign-compare", 5205 "-Wno-sign-compare",
@@ -5077,6 +5208,73 @@
5077 }; 5208 };
5078 name = Deployment; 5209 name = Deployment;
5079 }; 5210 };
5211 D645935A0B3B4DA300FAB68F /* Development */ = {
5212 isa = XCBuildConfiguration;
5213 buildSettings = {
5214 COPY_PHASE_STRIP = NO;
5215 EXECUTABLE_PREFIX = lib;
5216 GCC_DYNAMIC_NO_PIC = NO;
5217 GCC_ENABLE_FIX_AND_CONTINUE = YES;
5218 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
5219 GCC_MODEL_TUNING = G5;
5220 GCC_OPTIMIZATION_LEVEL = 0;
5221 INSTALL_PATH = "@executable_path/../Resources/";
5222 LIBRARY_SEARCH_PATHS = (
5223 "$(inherited)",
5224 "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
5225 "$(LIBRARY_SEARCH_PATHS_QUOTED_2)",
5226 );
5227 LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/build/Development\"";
5228 LIBRARY_SEARCH_PATHS_QUOTED_2 = "\"$(SRCROOT)/../../libraries/powerpc-darwin/lib_debug\"";
5229 PREBINDING = NO;
5230 PRODUCT_NAME = llkdu;
5231 ZERO_LINK = YES;
5232 };
5233 name = Development;
5234 };
5235 D645935B0B3B4DA300FAB68F /* Deployment */ = {
5236 isa = XCBuildConfiguration;
5237 buildSettings = {
5238 COPY_PHASE_STRIP = YES;
5239 EXECUTABLE_PREFIX = lib;
5240 GCC_ENABLE_FIX_AND_CONTINUE = NO;
5241 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
5242 GCC_MODEL_TUNING = G5;
5243 INSTALL_PATH = "@executable_path/../Resources/";
5244 LIBRARY_SEARCH_PATHS = (
5245 "$(inherited)",
5246 "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
5247 "$(LIBRARY_SEARCH_PATHS_QUOTED_2)",
5248 );
5249 LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/build/Deployment\"";
5250 LIBRARY_SEARCH_PATHS_QUOTED_2 = "\"$(SRCROOT)/../../libraries/powerpc-darwin/lib_release\"";
5251 PREBINDING = NO;
5252 PRODUCT_NAME = llkdu;
5253 ZERO_LINK = NO;
5254 };
5255 name = Deployment;
5256 };
5257 D645935C0B3B4DA300FAB68F /* Universal */ = {
5258 isa = XCBuildConfiguration;
5259 buildSettings = {
5260 EXECUTABLE_PREFIX = lib;
5261 GCC_ENABLE_FIX_AND_CONTINUE = YES;
5262 GCC_MODEL_TUNING = G5;
5263 INSTALL_PATH = "@executable_path/../Resources/";
5264 LIBRARY_SEARCH_PATHS = (
5265 "$(BUILT_PRODUCTS_DIR)",
5266 "$(inherited)",
5267 "$(SRCROOT)/../../libraries/i386-darwin/lib_release",
5268 "$(SRCROOT)/../../libraries/powerpc-darwin/lib_release",
5269 );
5270 LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/build/Deployment";
5271 LIBRARY_SEARCH_PATHS_QUOTED_2 = "\"$(SRCROOT)/../../libraries/powerpc-darwin/lib_release\"";
5272 PREBINDING = NO;
5273 PRODUCT_NAME = llkdu;
5274 ZERO_LINK = YES;
5275 };
5276 name = Universal;
5277 };
5080 FD53B40709BDFA1500BFE3BC /* Development */ = { 5278 FD53B40709BDFA1500BFE3BC /* Development */ = {
5081 isa = XCBuildConfiguration; 5279 isa = XCBuildConfiguration;
5082 buildSettings = { 5280 buildSettings = {
@@ -5169,6 +5367,16 @@
5169 defaultConfigurationIsVisible = 0; 5367 defaultConfigurationIsVisible = 0;
5170 defaultConfigurationName = Development; 5368 defaultConfigurationName = Development;
5171 }; 5369 };
5370 D64593590B3B4DA300FAB68F /* Build configuration list for PBXNativeTarget "llkdu" */ = {
5371 isa = XCConfigurationList;
5372 buildConfigurations = (
5373 D645935A0B3B4DA300FAB68F /* Development */,
5374 D645935B0B3B4DA300FAB68F /* Deployment */,
5375 D645935C0B3B4DA300FAB68F /* Universal */,
5376 );
5377 defaultConfigurationIsVisible = 0;
5378 defaultConfigurationName = Development;
5379 };
5172 FD53B40609BDFA1500BFE3BC /* Build configuration list for PBXAggregateTarget "third party libs" */ = { 5380 FD53B40609BDFA1500BFE3BC /* Build configuration list for PBXAggregateTarget "third party libs" */ = {
5173 isa = XCConfigurationList; 5381 isa = XCConfigurationList;
5174 buildConfigurations = ( 5382 buildConfigurations = (