more build stuff for libxml / COLLADA

This commit is contained in:
ejcoumans
2006-06-19 17:51:06 +00:00
parent 8f83fa6299
commit 0f3bda1fb0
4 changed files with 8 additions and 10 deletions

View File

@@ -14,12 +14,6 @@ Library collada-dom :
;
CFlags collada-dom :
[ FIncludes $(TOP)/Extras/COLLADA_DOM ]
[ FIncludes $(TOP)/Extras/COLLADA_DOM/include ]
[ FIncludes $(TOP)/Extras/COLLADA_DOM/include/1.4 ]
[ FIncludes $(TOP)/Extras/LibXML/include ]
;
LibDepends collada-dom : ;

View File

@@ -164,7 +164,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
*
* Whether the FTP support is configured in
*/
#if 1
#if 0
#define LIBXML_FTP_ENABLED
#endif
@@ -173,7 +173,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
*
* Whether the HTTP support is configured in
*/
#if 1
#if 0
#define LIBXML_HTTP_ENABLED
#endif
@@ -263,7 +263,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
*
* Whether iconv support is available
*/
#if 1
#if 0
#define LIBXML_ICONV_ENABLED
#endif
@@ -281,7 +281,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
*
* Whether Debugging module is configured in
*/
#if 1
#if 0
#define LIBXML_DEBUG_ENABLED
#endif

View File

@@ -21,8 +21,12 @@
#if defined(macintosh)
#include "config-mac.h"
#else
#ifdef _MSC_VER
#include "config-win32.h"
#else
#include "config.h"
#include <libxml/xmlversion.h>
#endif //_MSC_VER
#endif
#if defined(__Lynx__)