OMGWTFBBQ, we can just say "lib" and future-proof it all.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@851 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2009-08-21 21:55:16 +00:00
parent 502701a32b
commit dc6f1a79cb
+1 -3
View File
@@ -43,9 +43,7 @@
<!-- compiler.external-library-path: list of SWC files or directories to compile against but to omit from linking--> <!-- compiler.external-library-path: list of SWC files or directories to compile against but to omit from linking-->
<external-library-path> <external-library-path>
<path-element>@flex_sdk_dir@/frameworks/libs/player/{targetPlayerMajorVersion}/playerglobal.swc</path-element> <path-element>@flex_sdk_dir@/frameworks/libs/player/{targetPlayerMajorVersion}/playerglobal.swc</path-element>
<path-element>lib/flexlib.swc</path-element> <path-element>lib</path-element>
<path-element>lib/ooolib.swc</path-element>
<path-element>lib/naryalib.swc</path-element>
<path-element>@flex_sdk_dir@/frameworks/libs</path-element> <path-element>@flex_sdk_dir@/frameworks/libs</path-element>
<path-element>@flex_sdk_dir@/frameworks/libs/player</path-element> <path-element>@flex_sdk_dir@/frameworks/libs/player</path-element>
<path-element>@flex_sdk_dir@/frameworks/locale/{locale}</path-element> <path-element>@flex_sdk_dir@/frameworks/locale/{locale}</path-element>