summaryrefslogtreecommitdiff
path: root/src/organizer.pro
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-07-15 20:37:10 +0200
committerTannin <devnull@localhost>2014-07-15 20:37:10 +0200
commit5718af351034c1936a91a3782651733dfecdc4e5 (patch)
treefe3ad48dc7b3b3a413a2f726df7a88742036007e /src/organizer.pro
parent434b6be69dd425504c293866fd4f9d7556ec7342 (diff)
- 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
Diffstat (limited to 'src/organizer.pro')
-rw-r--r--src/organizer.pro6
1 files changed, 3 insertions, 3 deletions
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