From fee774db4591337ba27c98d96f69a93f55e32fa9 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 15 Sep 2013 15:20:00 +0200 Subject: [PATCH] - added support for mod page plugins - re-introduced the integrated browser - added a plugin to download from the tes alliance page - the download list now contains the file description - nexus interface now stores cookies persistently to reduce number of required log-ins --- src/proxy/embedrunner.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/proxy/embedrunner.rc b/src/proxy/embedrunner.rc index df824ca..2def6dc 100644 --- a/src/proxy/embedrunner.rc +++ b/src/proxy/embedrunner.rc @@ -1,3 +1,7 @@ #include "resource.h" +#ifdef _DEBUG +IDR_LOADER_DLL BINARY MOVEABLE PURE "..\\..\\pythonRunner\\debug\\pythonRunner.dll" +#else IDR_LOADER_DLL BINARY MOVEABLE PURE "..\\..\\pythonRunner\\release\\pythonRunner.dll" +#endif