From 80b10107d9deeaf8b1aa9d306ea506aafcb99bd1 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/ModOrganizer.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ModOrganizer.pro') diff --git a/src/ModOrganizer.pro b/src/ModOrganizer.pro index 859f4caf..596b8f21 100644 --- a/src/ModOrganizer.pro +++ b/src/ModOrganizer.pro @@ -13,12 +13,12 @@ SUBDIRS = bsatk \ nxmhandler \ BossDummy \ pythonRunner \ - esptk \ - loot_cli + esptk# \ +# loot_cli plugins.depends = pythonRunner hookdll.depends = shared -organizer.depends = shared uibase plugins loot_cli +organizer.depends = shared uibase plugins# loot_cli CONFIG(debug, debug|release) { DESTDIR = $$PWD/../outputd -- cgit v1.3.1