diff options
| author | Tannin <devnull@localhost> | 2013-09-01 18:36:43 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-09-01 18:36:43 +0200 |
| commit | ef801879abdac60c4fa83fdf92bc867c898745d1 (patch) | |
| tree | 9ddb6398b0a5a7429c57c66ee55e3ec152ac082d | |
| parent | 1e6c5f7c25ddd2094e26e6af1159ec5912448705 (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
| -rw-r--r-- | src/ModOrganizer.pro | 3 |
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
|
