Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F566195
build_aphlict_client.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
396 B
Referenced Files
None
Subscribers
None
build_aphlict_client.sh
View Options
#!/bin/sh
BASEDIR
=
`
dirname
$0
`
ROOT
=
`
cd
$BASEDIR
/../../../
&&
pwd
`
;
if
[
-z
"
$MXMLC
"
]
;
then
echo
"ERROR: Define environmental variable MXMLC to point to 'mxmlc' binary."
;
exit
1
;
fi
;
set
-e
$MXMLC
\
-output
=
$ROOT
/webroot/rsrc/swf/aphlict.swf
\
-warnings
=
true
\
-source-path
=
$ROOT
/externals/vegas/src
\
-static-link-runtime-shared-libraries
=
true
\
$BASEDIR
/src/AphlictClient.as
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Tue, May 13, 10:46 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
109887
Default Alt Text
build_aphlict_client.sh (396 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment