mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-13 07:15:30 +00:00
Fix shared library building on HP-UX and Mac OS X.
This commit is contained in:
parent
c1c940970d
commit
f80e51b750
@ -257,7 +257,7 @@ libmxml.so.1.4: $(LIBOBJS)
|
||||
|
||||
libmxml.sl.1: $(LIBOBJS)
|
||||
$(DSO) $(DSOFLAGS) -o libmxml.sl.1 $(LIBOBJS)
|
||||
$(RM) libmxml.sl libmxml.sl.1
|
||||
$(RM) libmxml.sl
|
||||
$(LN) libmxml.sl.1 libmxml.sl
|
||||
|
||||
|
||||
@ -271,7 +271,7 @@ libmxml.1.dylib: $(LIBOBJS)
|
||||
-current_version 1.4.0 \
|
||||
-compatibility_version 1.0.0 \
|
||||
$(LIBOBJS)
|
||||
$(RM) libmxml.dylib libmxml.1.dylib
|
||||
$(RM) libmxml.dylib
|
||||
$(LN) libmxml.1.dylib libmxml.dylib
|
||||
|
||||
|
||||
|
2
mxml.xml
2
mxml.xml
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?><mxmldoc
|
||||
xmlns="http://www.easysw.com"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.easysw.com/~mike/mxml/mxmldoc.xsd">
|
||||
xsi:schemaLocation="http://www.minixml.org/mxmldoc.xsd">
|
||||
<function name="mxmlAdd">
|
||||
<description>Add a node to a tree.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user