Skip to content

Commit

Permalink
folder structure changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Secchi committed Apr 19, 2008
1 parent a4eec5d commit 2ee90e2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
Expand Up @@ -100,4 +100,5 @@ <h4>view 3: javascript</h4>
<hr />

<div id="haxe:trace"></div>
</body>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions build.hxml
Expand Up @@ -4,25 +4,25 @@

# multi platform communication demo
#-cp path_to_pureMVC
-cp demo
-cp src
MultiplatformComm
-js deploy/multiplatformComm/out.js
-js bin/multiplatformComm/out.js
--override

--next
#-cp path_to_pureMVC
-cp demo
-cp src
-main org.puremvc.haxe.examples.multiplatformComm.external.ExternalView
-swf deploy/multiplatformComm/out_fl9.swf
-swf bin/multiplatformComm/out_fl9.swf
-swf-version 9
-swf-header 540:60:31
--override

--next
#-cp path_to_pureMVC
-cp demo
-cp src
-main org.puremvc.haxe.examples.multiplatformComm.external.ExternalView
-swf deploy/multiplatformComm/out_fl8.swf
-swf bin/multiplatformComm/out_fl8.swf
-swf-version 8
-swf-header 540:60:31
--override
Expand Down

0 comments on commit 2ee90e2

Please sign in to comment.