Skip to content

Commit

Permalink
move Main to of.examples
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Mar 29, 2011
1 parent 7256981 commit 63e4fb7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 deletions.
3 changes: 1 addition & 2 deletions compile-linux.hxml
Expand Up @@ -5,13 +5,12 @@
#-cmd cd .. #-cmd cd ..


-cpp bin -cpp bin
-main Main -main of.examples.Main
-lib hxOpenFrameworks -lib hxOpenFrameworks
-D HXCPP_MULTI_THREADED -D HXCPP_MULTI_THREADED


#-cmd cp ndll/Linux/*.* bin #-cmd cp ndll/Linux/*.* bin


-cmd cd bin -cmd cd bin
-cmd mkdir -p data -cmd mkdir -p data
-cmd export LD_LIBRARY_PATH=lib
-cmd ./Main -cmd ./Main
3 changes: 1 addition & 2 deletions compile-linux64.hxml
Expand Up @@ -5,7 +5,7 @@
-cmd cd .. -cmd cd ..


-cpp bin64 -cpp bin64
-main Main -main of.examples.Main
-lib hxOpenFrameworks -lib hxOpenFrameworks
-D HXCPP_MULTI_THREADED -D HXCPP_MULTI_THREADED
-D HXCPP_M64 -D HXCPP_M64
Expand All @@ -14,5 +14,4 @@


-cmd cd bin -cmd cd bin
-cmd mkdir -p data -cmd mkdir -p data
-cmd export LD_LIBRARY_PATH=lib
-cmd ./Main -cmd ./Main
2 changes: 1 addition & 1 deletion compile-mac.hxml
Expand Up @@ -4,7 +4,7 @@
#-cmd cd .. #-cmd cd ..


-cpp bin -cpp bin
-main Main -main of.examples.Main
-lib hxOpenFrameworks -lib hxOpenFrameworks
-D HXCPP_MULTI_THREADED -D HXCPP_MULTI_THREADED


Expand Down
2 changes: 1 addition & 1 deletion compile-windows.hxml
@@ -1,5 +1,5 @@
-cpp bin -cpp bin
-main Main -main of.examples.Main
-lib hxOpenFrameworks -lib hxOpenFrameworks
-D HXCPP_MULTI_THREADED -D HXCPP_MULTI_THREADED


Expand Down
2 changes: 1 addition & 1 deletion hxOpenFrameworks.hxproj
Expand Up @@ -29,7 +29,7 @@
</haxelib> </haxelib>
<!-- Class files to compile (other referenced classes will automatically be included) --> <!-- Class files to compile (other referenced classes will automatically be included) -->
<compileTargets> <compileTargets>
<compile path="Main.hx" /> <compile path="of\examples\Main.hx" />
</compileTargets> </compileTargets>
<!-- Paths to exclude from the Project Explorer tree --> <!-- Paths to exclude from the Project Explorer tree -->
<hiddenPaths> <hiddenPaths>
Expand Down
2 changes: 1 addition & 1 deletion Main.hx → of/examples/Main.hx
@@ -1,4 +1,4 @@
package; package of.examples;


class Main { class Main {
static function main():Void { static function main():Void {
Expand Down
2 changes: 1 addition & 1 deletion project/openFrameworks
Submodule openFrameworks updated 1873 files

0 comments on commit 63e4fb7

Please sign in to comment.