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 : ; LibDepends collada-dom : ;

View File

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

View File

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