Index: src/engine/main.cpp |
=================================================================== |
--- a/src/engine/main.cpp |
+++ b/src/engine/main.cpp |
@@ -170,6 +170,9 @@ |
appInfo.name = "adblockplusie"; |
appInfo.platform = "msie"; |
appInfo.locale = ToUtf8String(locale); |
+#ifdef ADBLOCK_PLUS_TEST_MODE |
+ appInfo.developmentBuild = true; |
Wladimir Palant
2013/06/05 09:54:05
Please add #else and set it to false explicitly in
Felix Dahlke
2013/06/05 10:12:36
Fair enough, wouldn't hurt.
|
+#endif |
AdblockPlus::JsEnginePtr jsEngine = AdblockPlus::JsEngine::New(appInfo); |
std::string dataPath = ToUtf8String(GetAppDataPath()); |