mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-04-24 03:11:05 +00:00
Not using static xml library
This commit is contained in:
parent
691cd9f73f
commit
ae48794e84
10 changed files with 0 additions and 40 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue