Commit bf3fb32a authored by Pavel Vainerman's avatar Pavel Vainerman

Добавил небольшой "хак" для компиляции в сиситемах (5.0, 5.1) в которых,…

Добавил небольшой "хак" для компиляции в сиситемах (5.0, 5.1) в которых, почему-то не определяется PACKAGE_URL.
parent 7ec16d95
......@@ -7,6 +7,10 @@
#include "MBSlave.h"
#include "uniset-config.h"
// -------------------------------------------------------------------------
#ifndef PACKAGE_URL
#define PACKAGE_URL "http://git.etersoft.ru/projects/?p=asu/uniset.git;a=summary"
#endif
// -------------------------------------------------------------------------
using namespace std;
using namespace UniSetTypes;
using namespace ModbusRTU;
......
......@@ -7,6 +7,10 @@
#include "MBTCPServer.h"
#include "uniset-config.h"
// -------------------------------------------------------------------------
#ifndef PACKAGE_URL
#define PACKAGE_URL "http://git.etersoft.ru/projects/?p=asu/uniset.git;a=summary"
#endif
// -------------------------------------------------------------------------
using namespace std;
using namespace UniSetTypes;
using namespace ModbusRTU;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment