mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Trying desperately to get the Windows build working.
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
CXXFLAGS = -mwindows -mno-cygwin -O2 -Wall
|
||||
OBJS = launcher.o launcher-rc.o
|
||||
|
||||
processing.exe: $(OBJS)
|
||||
arduino.exe: $(OBJS)
|
||||
$(LINK.cc) $(CXXFLAGS) -o $@ $(OBJS)
|
||||
cp processing.exe ../work/
|
||||
cp arduino.exe ../work/
|
||||
|
||||
$(OBJS): Makefile
|
||||
|
||||
@ -11,4 +11,4 @@ launcher-rc.o: launcher.rc
|
||||
windres -i $< -o $@
|
||||
|
||||
clean:
|
||||
$(RM) $(OBJS) processing.exe
|
||||
$(RM) $(OBJS) arduino.exe
|
||||
|
Reference in New Issue
Block a user