diff --git a/src/proxy/embedrunner.rc b/src/proxy/embedrunner.rc deleted file mode 100644 index dfdf8ef..0000000 --- a/src/proxy/embedrunner.rc +++ /dev/null @@ -1,7 +0,0 @@ -#include "resource.h" - -#ifdef SCONS_BUILD -IDR_LOADER_DLL BINARY MOVEABLE PURE pythonRunner.dll -#else -IDR_LOADER_DLL BINARY MOVEABLE PURE "..\\runner\\pythonRunner.dll" -#endif