summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-09-01 18:36:43 +0200
committerTannin <devnull@localhost>2013-09-01 18:36:43 +0200
commitef801879abdac60c4fa83fdf92bc867c898745d1 (patch)
tree9ddb6398b0a5a7429c57c66ee55e3ec152ac082d /src
parent1e6c5f7c25ddd2094e26e6af1159ec5912448705 (diff)
- 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
Diffstat (limited to 'src')
-rw-r--r--src/ModOrganizer.pro3
1 files changed, 2 insertions, 1 deletions
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