expat/win32 README.txt,1.4,1.5
"Karl Waclawek" <[email protected]> Mon, 28 Nov 2005 19:42:57 +0100 (CET)
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
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