[Expat-checkins] expat/win32 README.txt,1.4,1.5

Karl Waclawek kwaclaw at users.sourceforge.net
Mon Nov 28 19:42:57 CET 2005


Update of /cvsroot/expat/expat/win32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21132

Modified Files:
	README.txt 
Log Message:
Added instructions for creating MinGW libraries.

Index: README.txt
===================================================================
RCS file: /cvsroot/expat/expat/win32/README.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- README.txt	30 Apr 2004 17:28:05 -0000	1.4
+++ README.txt	28 Nov 2005 18:42:49 -0000	1.5
@@ -16,6 +16,16 @@
 * MS Visual Studio .NET 2002, 2003:
   The VC++ 6 workspace file (expat.dsw) and project files (.dsp)
   can be opened and imported in VS.NET without problems.
+  
+* Creating MinGW dynamic libraries from MS VC++ DLLs:
+  
+  On the command line, execute these steps:
+  pexports libexpat.dll > expat.def
+  pexports libexpatw.dll > expatw.def
+  dlltool -d expat.def -l libexpat.a
+  dlltool -d expatw.def -l libexpatw.a
+  
+  The *.a files are mingw libraries.
 
 * Special note about MS VC++ and runtime libraries:
 
@@ -60,4 +70,3 @@
 
   An application linking to the static libraries must
   have the global macro XML_STATIC defined.
-   
\ No newline at end of file



More information about the Expat-checkins mailing list