Skip to content

Commit

Permalink
recompiled windows ndll
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed May 6, 2010
1 parent f8f03b7 commit 1a5bf3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Test.hx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Test extends haxe.unit.TestCase{
trace("start testing...");
trace(Serial.getDeviceList());

var s = new Serial("/dev/tty.usbserial-A4001tkb",true);
var s = new Serial("COM7",true);
this.assertTrue(s.isSetup);
Sys.sleep(2);

Expand Down
12 changes: 6 additions & 6 deletions compile.hxml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
-cmd cd project
-cmd haxelib run hxcpp build.xml
-cmd cd ..
#-cmd cp ndll/Windows/hxSerial.ndll bin/hxSerial.ndll
-cmd cp ndll/Mac/hxSerial.ndll bin/hxSerial.ndll
-cmd cp ndll/Windows/hxSerial.ndll bin/hxSerial.ndll
#-cmd cp ndll/Mac/hxSerial.ndll bin/hxSerial.ndll
#-cmd cp ndll/Linux/hxSerial.ndll bin/hxSerial.ndll

-cpp bin
#-neko bin/Test.n
#-cpp bin
-neko bin/Test.n
-main Test
#-lib hxSerial

-cmd cd bin
#-cmd Test.exe
-cmd ./Test
#-cmd neko Test
#-cmd ./Test
-cmd neko Test
Binary file modified ndll/Windows/hxSerial.ndll
Binary file not shown.

0 comments on commit 1a5bf3e

Please sign in to comment.