Not using static xml library

This commit is contained in:
Pan7 2015-09-25 09:08:28 +02:00
parent 691cd9f73f
commit ae48794e84
10 changed files with 0 additions and 40 deletions

View file

@ -70,10 +70,6 @@
// if you #include glib *after* STL, you get those errors .. better be safe then
#include <glib.h>
#if defined( _WIN32 )
// required for static linking libxml on Windows
#define LIBXML_STATIC
#endif
#include "libxml/parser.h"
#include "irefcount.h"

View file

@ -24,10 +24,6 @@
#include <stdlib.h>
#include <stdio.h>
#if defined( _WIN32 )
// required for static linking libxml on Windows
#define LIBXML_STATIC
#endif
#include "libxml/parser.h"
#include "synapse.h"

View file

@ -28,10 +28,6 @@
#ifndef __Q3MAP_FEEDBACK__
#define __Q3MAP_FEEDBACK__
#if defined( _WIN32 )
// required for static linking libxml on Windows
#define LIBXML_STATIC
#endif
#include "libxml/parser.h"
// a select message with a brush/entity select information

View file

@ -37,10 +37,6 @@
#ifndef __XMLSTUFF__
#define __XMLSTUFF__
#if defined( _WIN32 )
// required for static linking libxml on Windows
#define LIBXML_STATIC
#endif
#include "libxml/parser.h"
struct message_info_s;

View file

@ -40,10 +40,6 @@
// network broadcasting
#include "l_net/l_net.h"
#if defined( _WIN32 )
// required for static linking libxml on Windows
#define LIBXML_STATIC
#endif
#include "libxml/tree.h"
#ifdef WIN32

View file

@ -23,10 +23,6 @@
#define __INOUT__
// inout is the only stuff relying on xml, include the headers there
#if defined( _WIN32 )
// required for static linking libxml on Windows
#define LIBXML_STATIC
#endif
#include "libxml/tree.h"
#include "mathlib.h"

View file

@ -40,10 +40,6 @@
// network broadcasting
#include "l_net/l_net.h"
#if defined( _WIN32 )
// required for static linking libxml on Windows
#define LIBXML_STATIC
#endif
#include "libxml/tree.h"
#ifdef WIN32

View file

@ -23,10 +23,6 @@
#define __INOUT__
// inout is the only stuff relying on xml, include the headers there
#if defined( _WIN32 )
// required for static linking libxml on Windows
#define LIBXML_STATIC
#endif
#include "libxml/tree.h"
#include "mathlib.h"

View file

@ -40,10 +40,6 @@
// network broadcasting
#include "l_net/l_net.h"
#if defined( _WIN32 )
// required for static linking libxml on Windows
#define LIBXML_STATIC
#endif
#include "libxml/tree.h"
// utf8 conversion

View file

@ -23,10 +23,6 @@
#define __INOUT__
// inout is the only stuff relying on xml, include the headers there
#if defined( _WIN32 )
// required for static linking libxml on Windows
#define LIBXML_STATIC
#endif
#include "libxml/tree.h"
#include "mathlib.h"