Files
modorganizer-plugin_python/src/proxy/embedrunner.rc
T
2015-03-17 16:31:15 +00:00

12 lines
365 B
Plaintext

#include "resource.h"
#ifdef SCONS_VARIANT
IDR_LOADER_DLL BINARY MOVEABLE PURE SCONS_VARIANT
#else
#ifdef _DEBUG
IDR_LOADER_DLL BINARY MOVEABLE PURE "..\\..\\pythonRunner\\debug\\pythonRunner.dll"
#else // _DEBUG
IDR_LOADER_DLL BINARY MOVEABLE PURE "..\\..\\pythonRunner\\release\\pythonRunner.dll"
#endif // _DEBUG
#endif