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) {
char dir[1024];
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;
#endif
......
#pragma once
//#include "./win_build/config.h"
#if defined(__linux__)
#include "/usr/include/libxml2/libxml/xmlreader.h"
#else
#include "XML/include/libxml/xmlreader.h"
#endif
#include "XML/include/libxml/xmlreader.h"
#include <vector>
#include <map>
......
......@@ -6,14 +6,15 @@
QT -= core gui
TARGET = libxml2Lib
TARGET = libxml2
TEMPLATE = lib
CONFIG += staticlib
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers -g
DEFINES += UNICODE \
_UNICODE \
LINUX \
_LINUX_QT
_LINUX_QT \
HAVE_VA_COPY
INCLUDEPATH += \
../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