diff options
| author | Tannin <devnull@localhost> | 2014-08-19 18:44:35 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-08-19 18:44:35 +0200 |
| commit | 02973be652a4fd1f161d62ff60509eed639f8d6a (patch) | |
| tree | 71d57346a470c05785c59a1b8442351b547f6840 /src/organizer.pro | |
| parent | fc2591e028473c414049b3b16e9cd579703bb1c4 (diff) | |
- bugfix: mods were specified by internal name in archive and data tab
Diffstat (limited to 'src/organizer.pro')
| -rw-r--r-- | src/organizer.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/organizer.pro b/src/organizer.pro index 3ccf8259..76f95955 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -265,9 +265,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
}
|
