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/ModOrganizer.pro | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/ModOrganizer.pro') diff --git a/src/ModOrganizer.pro b/src/ModOrganizer.pro index 0d75e883..9907d086 100644 --- a/src/ModOrganizer.pro +++ b/src/ModOrganizer.pro @@ -12,13 +12,12 @@ SUBDIRS = bsatk \ proxydll \ nxmhandler \ BossDummy \ -# pythonRunner \ - esptk# \ -# loot_cli + pythonRunner \ + esptk -#plugins.depends = pythonRunner +plugins.depends = pythonRunner hookdll.depends = shared -organizer.depends = shared uibase plugins# loot_cli +organizer.depends = shared uibase plugins CONFIG(debug, debug|release) { DESTDIR = $$PWD/../outputd -- cgit v1.3.1