소스 검색

Fixed makefile

Max Nuding 12 년 전
부모
커밋
02dad1388e
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) -shared -o Serial.dll serialHelper.o
47
+	$(CC) -dynamiclib -o Serial.dll serialHelper.o
48 48
 	del serialHelper.o
49 49
 
50 50
 doc/index.html: $(JAVAFILES)

Loading…
취소
저장