Fix window resize on Mac and Windows

This commit is contained in:
PaulStoffregen 2016-03-16 01:30:33 -07:00
commit a01864b928
3 changed files with 14 additions and 3 deletions

View file

@ -43,7 +43,8 @@ gui: gui.o portlist.o $(OBJS)
$(CXX) -s $(CFLAGS) $(LDFLAGS) -o $@ $^ `$(WXCONFIG) --libs all,opengl`
gui.exe: gui
cp gui gui.exe
cp gui $@
-./cp_windows.sh $@
gui.app: gui Info.plist
mkdir -p $@/Contents/MacOS