Preparations for xml file support

This commit is contained in:
Walter Julius Hennecke 2012-03-23 17:07:04 +01:00
parent c2fb13c60e
commit f37aa76108
5 changed files with 1086 additions and 0 deletions

1014
expat/expat.h Normal file

File diff suppressed because it is too large Load diff

View file

@ -21,8 +21,10 @@ endif
ifeq ($(PLATFORM), mingw32)
EXT=dll
ARCH=x86
LIBEXPAT=../libs/win32/expat/libexpat.a
else
EXT=so
LIBEXPAT=../libs/linux/$(ARCH)/libexpat.a
endif
# warning level

BIN
libs/win32/expat/libexpat.a Normal file

Binary file not shown.

View file

@ -0,0 +1,35 @@
# libexpat.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libexpat-1.dll'
# Names of this library.
library_names='libexpat.dll.a'
# The name of the static archive.
old_library='libexpat.a'
# Libraries that this one depends upon.
dependency_libs=''
# Version information for libexpat.
current=6
age=5
revision=2
# Is this an already installed library?
installed=no
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/local/lib'

View file

@ -0,0 +1,35 @@
# libexpat.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='../bin/libexpat-1.dll'
# Names of this library.
library_names='libexpat.dll.a'
# The name of the static archive.
old_library='libexpat.a'
# Libraries that this one depends upon.
dependency_libs=''
# Version information for libexpat.
current=6
age=5
revision=2
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/local/lib'