mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-24 21:32:36 +00:00
Preparations for xml file support
This commit is contained in:
parent
c2fb13c60e
commit
f37aa76108
5 changed files with 1086 additions and 0 deletions
1014
expat/expat.h
Normal file
1014
expat/expat.h
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
BIN
libs/win32/expat/libexpat.a
Normal file
Binary file not shown.
35
libs/win32/expat/libexpat.la
Normal file
35
libs/win32/expat/libexpat.la
Normal 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'
|
35
libs/win32/expat/libexpat.lai
Normal file
35
libs/win32/expat/libexpat.lai
Normal 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'
|
Loading…
Reference in a new issue