Update RSL info, do not statically link them.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5817 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2009-06-08 21:59:25 +00:00
parent a707fa6234
commit 3746b54343
+4 -4
View File
@@ -344,14 +344,14 @@
</runtime-shared-libraries>
-->
<runtime-shared-library-path>
<path-element>../lib/flex_sdk/frameworks/libs/framework.swc</path-element>
<rsl-url>framework_3.2.0.3958.swz</rsl-url>
<path-element>@flex_sdk_dir@/frameworks/libs/framework.swc</path-element>
<rsl-url>framework_3.3.0.4852.swz</rsl-url>
<policy-file-url></policy-file-url>
<rsl-url>framework_3.2.0.3958.swf</rsl-url>
<rsl-url>framework_3.3.0.4852.swf</rsl-url>
<policy-file-url></policy-file-url>
</runtime-shared-library-path>
<!-- static-link-runtime-shared-libraries: statically link the libraries specified by the -runtime-shared-libraries-path option.-->
<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>
<static-link-runtime-shared-libraries>false</static-link-runtime-shared-libraries>
<!-- target-player: specifies the version of the player the application is targeting. Features requiring a later version will not be compiled into the application. The minimum value supported is "9.0.0".-->
<target-player>9.0.115</target-player>
<!-- use-network: toggle whether the SWF is flagged for access to network resources-->