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