From 5718af351034c1936a91a3782651733dfecdc4e5 Mon Sep 17 00:00:00 2001 From: Tannin Date: Tue, 15 Jul 2014 20:37:10 +0200 Subject: - Disabled compilation of loot_cli as the current loot version can't be compiled or linked against with vs 2010 - bugfix: some incompatibilities with non-skyrim games - bugfix: incorrect handling of plurals in translateable strings --- src/organizer.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/organizer.pro') diff --git a/src/organizer.pro b/src/organizer.pro index de7a3a35..ab87f2b3 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -261,9 +261,9 @@ CONFIG(debug, debug|release) { LIBS += -L$$OUT_PWD/../bsatk/release LIBS += -L$$OUT_PWD/../uibase/release LIBS += -L$$OUT_PWD/../boss_modified/release - QMAKE_CXXFLAGS += /Zi /GL + QMAKE_CXXFLAGS += /Zi# /GL # QMAKE_CXXFLAGS -= -O2 - QMAKE_LFLAGS += /DEBUG /LTCG /OPT:REF /OPT:ICF + QMAKE_LFLAGS += /DEBUG# /LTCG /OPT:REF /OPT:ICF PRE_TARGETDEPS += $$OUT_PWD/../shared/release/mo_shared.lib \ $$OUT_PWD/../bsatk/release/bsatk.lib } @@ -285,7 +285,7 @@ TRANSLATIONS = organizer_de.ts \ organizer_zh_CN.ts \ organizer_cs.ts \ organizer_tr.ts \ - organizer_en.ts \ + organizer_en_US.ts \ organizer_ko.ts \ organizer_ru.ts -- cgit v1.3.1