X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=virtualjaguar.pro;h=75b07cb0fb2fa610ec82fcdf754feb1015603e2e;hb=55f198414bda52449f1aa3c375419d4638a96f50;hp=31bf263af45fbd51ccb7b024e714183b7bd6e64b;hpb=eec77bddfd9b9169b23717cf3b37d182ca88bbc3;p=virtualjaguar diff --git a/virtualjaguar.pro b/virtualjaguar.pro index 31bf263..75b07cb 100644 --- a/virtualjaguar.pro +++ b/virtualjaguar.pro @@ -34,8 +34,9 @@ else:unix { DEFINES += __GCCUNIX__ } macx { LIBS += `sdl-config --static-libs` } else { LIBS += `$(CROSS)sdl-config --libs` } -# Icon on Win32 +# Icon on Win32, Mac win32 { LIBS += res/vj-ico.o } +macx { ICON = res/vj-icon.icns } # C/C++ flags... # NOTE: May have to put -Wall back in, but only on non-release cycles. It can @@ -78,6 +79,7 @@ HEADERS = \ src/gui/imagedelegate.h \ src/gui/keygrabber.h \ src/gui/mainwin.h \ + src/gui/profile.h \ src/gui/debug/cpubrowser.h \ src/gui/debug/m68kdasmbrowser.h \ src/gui/debug/memorybrowser.h \ @@ -102,6 +104,7 @@ SOURCES = \ src/gui/imagedelegate.cpp \ src/gui/keygrabber.cpp \ src/gui/mainwin.cpp \ + src/gui/profile.cpp \ src/gui/debug/cpubrowser.cpp \ src/gui/debug/m68kdasmbrowser.cpp \ src/gui/debug/memorybrowser.cpp \