Let's update the RSL info and NOT statically link them in.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@832 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2009-06-08 21:59:08 +00:00
parent 9c19a17c70
commit 40ac6c882d
+4 -4
View File
@@ -346,14 +346,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-->