forked from fieldOfView/krpano_fovplugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
target-player=10 (instead of 10.0.0) for compatibility with Flex SDK …
…4.5 which does not have the 10.0 swc
- Loading branch information
1 parent
94f469b
commit aa502e3
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
mxmlc -target-player=10.0.0 -use-network=false -static-link-runtime-shared-libraries=true -output=..\autolevels.swf source\autolevels.as | ||
mxmlc -target-player=10 -use-network=false -static-link-runtime-shared-libraries=true -output=..\autolevels.swf source\autolevels.as | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
mxmlc -target-player=10.0.0 -use-network=false -static-link-runtime-shared-libraries=true -output=..\clipboard.swf source\clipboard.as | ||
mxmlc -target-player=10 -use-network=false -static-link-runtime-shared-libraries=true -output=..\clipboard.swf source\clipboard.as | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
mxmlc -target-player=10.0.0 -use-network=false -static-link-runtime-shared-libraries=true -output=..\dblclick.swf source\dblclick.as | ||
mxmlc -target-player=10 -use-network=false -static-link-runtime-shared-libraries=true -output=..\dblclick.swf source\dblclick.as | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
mxmlc -target-player=10.0.0 -use-network=false -static-link-runtime-shared-libraries=true -output=..\imageadjust.swf source\imageadjust.as | ||
mxmlc -target-player=10 -use-network=false -static-link-runtime-shared-libraries=true -output=..\imageadjust.swf source\imageadjust.as | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
mxmlc -target-player=10.0.0 -use-network=false -static-link-runtime-shared-libraries=true -output=..\misc.swf source\misc.as | ||
mxmlc -target-player=10 -use-network=false -static-link-runtime-shared-libraries=true -output=..\misc.swf source\misc.as | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
mxmlc -target-player=10.0.0 -use-network=false -static-link-runtime-shared-libraries=true -output=..\string.swf source\string.as | ||
mxmlc -target-player=10 -use-network=false -static-link-runtime-shared-libraries=true -output=..\string.swf source\string.as | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
mxmlc -target-player=10.0.0 -use-network=false -static-link-runtime-shared-libraries=true -output=..\textfieldex.swf src\textfieldex.as | ||
mxmlc -target-player=10 -use-network=false -static-link-runtime-shared-libraries=true -output=..\textfieldex.swf src\textfieldex.as | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
mxmlc -target-player=10.0.0 -use-network=false -static-link-runtime-shared-libraries=true -output=..\vectormath.swf source\vectormath.as | ||
mxmlc -target-player=10 -use-network=false -static-link-runtime-shared-libraries=true -output=..\vectormath.swf source\vectormath.as | ||
pause |