X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=virtualjaguar.pro;h=f0399e5ca90ecf7b755ff3362616808c8d836074;hb=a739aec450d9e0c1e2684be740b67ebd6cf40add;hp=635f0c059cd2c2628ad3701b17e3908121be1245;hpb=62587015fb12ec54b1702bfa17077e4b8af44b19;p=virtualjaguar diff --git a/virtualjaguar.pro b/virtualjaguar.pro index 635f0c0..f0399e5 100644 --- a/virtualjaguar.pro +++ b/virtualjaguar.pro @@ -38,7 +38,9 @@ else { LIBS += `$(CROSS)sdl-config --libs` } # Icon on Win32, Mac #win32 { LIBS += res/vj-ico.o } -win32 { ICON = res/vj.ico } +#win32 { ICON = res/vj.ico } +#win32 { LIBS += res/vj.o; $(CROSS)windres -i res/vj.rc -o vj.o --include-dir=./res } +win32 { RC_FILE = res/vj.rc } macx { ICON = res/vj-icon.icns } # C/C++ flags... @@ -52,9 +54,11 @@ QMAKE_CXXFLAGS += `$(CROSS)sdl-config --cflags` # Translations. NB: Nobody has stepped up to do any :-P so these are dummy # translations -TRANSLATIONS = \ - virtualjaguar_fr.ts \ - virtualjaguar_gr.ts +# Removed for now, they interfere with proper running in non-English locales for +# some reason. :-/ +#TRANSLATIONS = \ +# virtualjaguar_fr.ts \ +# virtualjaguar_gr.ts INCLUDEPATH += \ src \