Skip to content

Commit

Permalink
target-player=10 (instead of 10.0.0) for compatibility with Flex SDK …
Browse files Browse the repository at this point in the history
…4.5 which does not have the 10.0 swc
  • Loading branch information
fieldOfView committed Oct 26, 2011
1 parent 94f469b commit aa502e3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion autolevels/make.bat
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
2 changes: 1 addition & 1 deletion clipboard/make.bat
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
2 changes: 1 addition & 1 deletion dblclick/make.bat
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
2 changes: 1 addition & 1 deletion imageadjust/make.bat
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
2 changes: 1 addition & 1 deletion misc/make.bat
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
2 changes: 1 addition & 1 deletion string/make.bat
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
2 changes: 1 addition & 1 deletion textfieldex/make.bat
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
2 changes: 1 addition & 1 deletion vectormath/make.bat
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

0 comments on commit aa502e3

Please sign in to comment.