[Expat-checkins] CVS: expat/xmlwf Makefile.in,NONE,1.1 xmlfile.c,1.6,1.7 xmlwf.c,1.52,1.53
Clark Cooper
coopercc@users.sourceforge.net
Mon, 18 Sep 2000 09:26:27 -0700
- Previous message: [Expat-checkins] CVS: expat/xmltok ascii.h,1.3,NONE asciitab.h,1.8,NONE iasciitab.h,1.6,NONE latin1tab.h,1.5,NONE utf8tab.h,1.7,NONE xmldef.h,1.11,NONE xmlrole.c,1.18,NONE xmlrole.h,1.11,NONE xmltok.h,1.34,NONE xmltok_impl.c,1.41,NONE xmltok_impl.h,1.9,NONE xmltok_ns.c,1.9,NONE
- Next message: [Expat-checkins] CVS: expat COPYING,NONE,1.1 ChangeLog,NONE,1.1 Makefile.in,NONE,1.1 README,NONE,1.1 aclocal.m4,NONE,1.1 config.hin,NONE,1.1 configure.in,NONE,1.1 .cvsignore,1.2,1.3 Makefile,1.14,NONE copying.txt,1.1,NONE expat.dsw,1.2,NONE expat.html,1.26,NONE files.txt,1.13,NONE makedist.bat,1.1,NONE win32files.txt,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/expat/expat/xmlwf
In directory slayer.i.sourceforge.net:/tmp/cvs-serv17754/xmlwf
Modified Files:
xmlfile.c xmlwf.c
Added Files:
Makefile.in
Log Message:
These are the first check-ins for the libexpat task: create configuration
files and setup for building a shareable libexpat.
--- NEW FILE ---
LIBDIR= ../lib/.libs
INCDIR= ../lib
LDFLAGS= @LDFLAGS@
CFLAGS= @CFLAGS@ -I$(INCDIR)
FILEMAP_OBJ= @FILEMAP_OBJ@
OBJS= xmlwf.o xmlfile.o codepage.o $(FILEMAP_OBJ)
LIBS= -L$(LIBDIR) -lexpat
xmlwf: $(OBJS)
$(CC) -o xmlwf $(LDFLAGS) $(OBJS) $(LIBS)
Index: xmlfile.c
===================================================================
RCS file: /cvsroot/expat/expat/xmlwf/xmlfile.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** xmlfile.c 2000/05/10 03:13:58 1.6
--- xmlfile.c 2000/09/18 16:26:23 1.7
***************
*** 9,13 ****
#include <string.h>
#include <fcntl.h>
! #include "xmlparse.h"
#include "xmlfile.h"
#include "xmltchar.h"
--- 9,13 ----
#include <string.h>
#include <fcntl.h>
! #include "expat.h"
#include "xmlfile.h"
#include "xmltchar.h"
Index: xmlwf.c
===================================================================
RCS file: /cvsroot/expat/expat/xmlwf/xmlwf.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -r1.52 -r1.53
*** xmlwf.c 2000/05/12 05:56:27 1.52
--- xmlwf.c 2000/09/18 16:26:23 1.53
***************
*** 9,13 ****
#include <string.h>
! #include "xmlparse.h"
#include "codepage.h"
#include "xmlfile.h"
--- 9,13 ----
#include <string.h>
! #include "expat.h"
#include "codepage.h"
#include "xmlfile.h"
- Previous message: [Expat-checkins] CVS: expat/xmltok ascii.h,1.3,NONE asciitab.h,1.8,NONE iasciitab.h,1.6,NONE latin1tab.h,1.5,NONE utf8tab.h,1.7,NONE xmldef.h,1.11,NONE xmlrole.c,1.18,NONE xmlrole.h,1.11,NONE xmltok.h,1.34,NONE xmltok_impl.c,1.41,NONE xmltok_impl.h,1.9,NONE xmltok_ns.c,1.9,NONE
- Next message: [Expat-checkins] CVS: expat COPYING,NONE,1.1 ChangeLog,NONE,1.1 Makefile.in,NONE,1.1 README,NONE,1.1 aclocal.m4,NONE,1.1 config.hin,NONE,1.1 configure.in,NONE,1.1 .cvsignore,1.2,1.3 Makefile,1.14,NONE copying.txt,1.1,NONE expat.dsw,1.2,NONE expat.html,1.26,NONE files.txt,1.13,NONE makedist.bat,1.1,NONE win32files.txt,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]