This commit is contained in:
parent
867143bc0b
commit
1ce790fc0e
|
@ -20,6 +20,7 @@ XALAN_LIB_DIR = /usr/lib/x86_64-linux-gnu/
|
|||
else
|
||||
XALAN_LIB_DIR = /usr/lib/
|
||||
endif
|
||||
|
||||
XALAN_LIB = xalan-c
|
||||
XALAN_INC_DIR = /usr/include/xalanc
|
||||
XERCES_LIB_DIR = /usr/lib/
|
||||
|
@ -108,7 +109,7 @@ dirs:
|
|||
-mkdir -p $(BUILD_LIB_DIR)
|
||||
-mkdir -p $(BUILD_OBJ_DIR)
|
||||
|
||||
libACTK1_0.so:
|
||||
libACTK1_0.so:
|
||||
$(BUILD_LIB_DIR)/libACTK1_0.so: $(objs)
|
||||
$(CXX) $(LDFLAGS) $(PRODORDEV) -shared $^ -o $@
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include <signal.h>
|
||||
|
||||
const char *otePeer="epp.ote.donuts.co";
|
||||
static int tkScenario=0;
|
||||
int tkScenario=0;
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ using namespace std;
|
|||
static std::string TEST_SE =
|
||||
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><epp xmlns=\"urn:ietf:params:xml:ns:epp-1.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd\"><hello/></epp>";
|
||||
|
||||
extern static int tkScenario;
|
||||
extern int tkScenario;
|
||||
|
||||
void doWork()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue