浏览代码

Fixed makefile for windows...

Max Nuding 12 年前
父节点
当前提交
ad079a8d9e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      CubeControl/makefile

+ 1
- 1
CubeControl/makefile 查看文件

@@ -44,7 +44,7 @@ libSerial.jnilib: serialHelper.c helper/unixSerial.c serialInterface.h
44 44
 
45 45
 Serial.dll: serialHelper.c helper/winSerial.c serialInterface.h
46 46
 	$(CC) -x c -I$(HEADERPATH) -c serialHelper.c -o serialHelper.o -D winHelper
47
-	$(CC) -dynamiclib -o Serial.dll serialHelper.o
47
+	$(CC) -shared -o Serial.dll serialHelper.o
48 48
 	del serialHelper.o
49 49
 
50 50
 doc/index.html: $(JAVAFILES)

正在加载...
取消
保存