2013-09-01 18:36:43 +02:00
|
|
|
#include "resource.h"
|
|
|
|
|
|
2013-09-16 22:32:42 +02:00
|
|
|
#ifdef _DEBUG
|
|
|
|
|
IDR_LOADER_DLL BINARY MOVEABLE PURE "..\\..\\pythonRunner\\debug\\pythonRunner.dll"
|
|
|
|
|
#else // _DEBUG
|
2013-09-01 18:36:43 +02:00
|
|
|
IDR_LOADER_DLL BINARY MOVEABLE PURE "..\\..\\pythonRunner\\release\\pythonRunner.dll"
|
2013-09-16 22:32:42 +02:00
|
|
|
#endif // _DEBUG
|