Commit 16dea3f9 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

нужно для сборщика. Чтобы не потерять изменения - залил.

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63282 954022d7-b5bf-4e40-9824-e11837661b57
parent 89bda776
...@@ -3800,7 +3800,7 @@ xmlParserGetDirectory(const char *filename) { ...@@ -3800,7 +3800,7 @@ xmlParserGetDirectory(const char *filename) {
char dir[1024]; char dir[1024];
char *cur; char *cur;
#if defined(_WIN32) || defined (_WIN64)_WCE /* easy way by now ... wince does not have dirs! */ #if defined(_WIN32) || defined (_WIN64) /* easy way by now ... wince does not have dirs! */
return NULL; return NULL;
#endif #endif
......
#pragma once #pragma once
//#include "./win_build/config.h" #include "XML/include/libxml/xmlreader.h"
#if defined(__linux__)
#include "/usr/include/libxml2/libxml/xmlreader.h"
#else
#include "XML/include/libxml/xmlreader.h"
#endif
#include <vector> #include <vector>
#include <map> #include <map>
......
...@@ -6,14 +6,15 @@ ...@@ -6,14 +6,15 @@
QT -= core gui QT -= core gui
TARGET = libxml2Lib TARGET = libxml2
TEMPLATE = lib TEMPLATE = lib
CONFIG += staticlib CONFIG += staticlib
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers -g QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers -g
DEFINES += UNICODE \ DEFINES += UNICODE \
_UNICODE \ _UNICODE \
LINUX \ LINUX \
_LINUX_QT _LINUX_QT \
HAVE_VA_COPY
INCLUDEPATH += \ INCLUDEPATH += \
../XML/include \ ../XML/include \
......
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