Fix window resize on Mac and Windows
This commit is contained in:
parent
dbf89a1a33
commit
a01864b928
3 changed files with 14 additions and 3 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue