mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
fixed mingw compilation
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
|
||||||
|
|
||||||
|
* win32/Makefile.mingw: fixed mingw compilation
|
||||||
|
* testModule.c: removed mingw warnings
|
||||||
|
|
||||||
Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
|
Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
|
||||||
|
|
||||||
* .cvsignore: added Eclipse project files to ignore list
|
* .cvsignore: added Eclipse project files to ignore list
|
||||||
|
@@ -22,7 +22,9 @@
|
|||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define MODULE_PATH "."
|
#define MODULE_PATH "."
|
||||||
#include <stdlib.h> /* for _MAX_PATH */
|
#include <stdlib.h> /* for _MAX_PATH */
|
||||||
|
#ifndef __MINGW32__
|
||||||
#define PATH_MAX _MAX_PATH
|
#define PATH_MAX _MAX_PATH
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#define MODULE_PATH ".libs"
|
#define MODULE_PATH ".libs"
|
||||||
#endif
|
#endif
|
||||||
|
@@ -136,7 +136,7 @@ XML_OBJS = $(XML_INTDIR)/c14n.o\
|
|||||||
$(XML_INTDIR)/xmlmemory.o\
|
$(XML_INTDIR)/xmlmemory.o\
|
||||||
$(XML_INTDIR)/xmlreader.o\
|
$(XML_INTDIR)/xmlreader.o\
|
||||||
$(XML_INTDIR)/xmlregexp.o\
|
$(XML_INTDIR)/xmlregexp.o\
|
||||||
$(XML_INTDIR)\xmlmodule.o\
|
$(XML_INTDIR)/xmlmodule.o\
|
||||||
$(XML_INTDIR)/xmlsave.o\
|
$(XML_INTDIR)/xmlsave.o\
|
||||||
$(XML_INTDIR)/xmlschemas.o\
|
$(XML_INTDIR)/xmlschemas.o\
|
||||||
$(XML_INTDIR)/xmlschemastypes.o\
|
$(XML_INTDIR)/xmlschemastypes.o\
|
||||||
@@ -182,7 +182,7 @@ XML_OBJS_A = $(XML_INTDIR_A)/c14n.o\
|
|||||||
$(XML_INTDIR_A)/xmlmemory.o\
|
$(XML_INTDIR_A)/xmlmemory.o\
|
||||||
$(XML_INTDIR_A)/xmlreader.o\
|
$(XML_INTDIR_A)/xmlreader.o\
|
||||||
$(XML_INTDIR_A)/xmlregexp.o\
|
$(XML_INTDIR_A)/xmlregexp.o\
|
||||||
$(XML_INTDIR_A)\xmlmodule.o\
|
$(XML_INTDIR_A)/xmlmodule.o\
|
||||||
$(XML_INTDIR_A)/xmlsave.o\
|
$(XML_INTDIR_A)/xmlsave.o\
|
||||||
$(XML_INTDIR_A)/xmlschemas.o\
|
$(XML_INTDIR_A)/xmlschemas.o\
|
||||||
$(XML_INTDIR_A)/xmlschemastypes.o\
|
$(XML_INTDIR_A)/xmlschemastypes.o\
|
||||||
|
Reference in New Issue
Block a user