mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix Windows 32-bit serial.dll.
Change-Id: I4bccdf56a7317bf5f64209c58edfd7991081bc82
This commit is contained in:
parent
5e0dbbceb5
commit
dbd2b70814
5 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ rebuild: clean all
|
|||
|
||||
$(OS_DIR)/win32/x86/serial.dll: serial.c
|
||||
mkdir -p $(dir $@)
|
||||
i686-w64-mingw32-gcc -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/win32 -shared -o $@ serial.c
|
||||
i686-w64-mingw32-gcc -Wl,--kill-at -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/win32 -shared -o $@ serial.c
|
||||
|
||||
$(OS_DIR)/win32/x86_64/serial.dll: serial.c
|
||||
mkdir -p $(dir $@)
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue