From ef801879abdac60c4fa83fdf92bc867c898745d1 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 1 Sep 2013 18:36:43 +0200 Subject: - separated python proxy into two dlls. One is a wrapper without external dependencies that fulfills the plugin interface. The other contains the actual python functionality. This way the outer dll can always be loaded and report issues. - The build process embeds the second dll into the first, this way only one dll has to be shipped --- src/ModOrganizer.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ModOrganizer.pro b/src/ModOrganizer.pro index d3bad448..db395ffd 100644 --- a/src/ModOrganizer.pro +++ b/src/ModOrganizer.pro @@ -12,7 +12,8 @@ SUBDIRS = bsatk \ plugins \ proxydll \ nxmhandler \ - BossDummy + BossDummy \ + pythonRunner hookdll.depends = shared organizer.depends = shared, uibase, plugins -- cgit v1.3.1