~ubuntu-dev/ubuntu/lucid/expat/lucid-201002101902

« back to all changes in this revision

Viewing changes to win32/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale)
  • Date: 2008-06-09 20:48:30 UTC
  • mfrom: (4.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080609204830-25qbpwdhrov7tuyc
Tags: 2.0.1-4
debian/libexpat1-dev.install: Install the libtool .la files again and drop
them after Lenny (closes: #485460).

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
  Based on the workspace file expat.dsw. The related project
14
14
  files (.dsp) are located in the lib subdirectory.
15
15
 
16
 
* MS Visual Studio .NET 2002, 2003:
 
16
* MS Visual Studio .NET 2002, 2003, 2005:
17
17
  The VC++ 6 workspace file (expat.dsw) and project files (.dsp)
18
18
  can be opened and imported in VS.NET without problems.
19
19
 
 
20
* All MS C/C++ compilers:
 
21
  The output for all projects will be generated in the win32\bin
 
22
  directory, intermediate files will be located in project-specific
 
23
  subdirectories of win32\tmp.
 
24
  
 
25
* Creating MinGW dynamic libraries from MS VC++ DLLs:
 
26
  
 
27
  On the command line, execute these steps:
 
28
  pexports libexpat.dll > expat.def
 
29
  pexports libexpatw.dll > expatw.def
 
30
  dlltool -d expat.def -l libexpat.a
 
31
  dlltool -d expatw.def -l libexpatw.a
 
32
  
 
33
  The *.a files are mingw libraries.
 
34
 
20
35
* Special note about MS VC++ and runtime libraries:
21
36
 
22
37
  There are three possible configurations: using the
46
61
  Multi-threaded Dll: libexpat(w)MD.lib
47
62
  The suffixes conform to the compiler switch settings
48
63
  /ML, /MT and /MD for MS VC++.
 
64
  
 
65
  Note: In Visual Studio 2005 (Visual C++ 8.0) and later, the
 
66
  single-threaded runtime library is not supported anymore.
49
67
 
50
68
  By default, the expat-static and expatw-static projects are set up
51
69
  to link statically against the multithreaded run-time library,
60
78
 
61
79
  An application linking to the static libraries must
62
80
  have the global macro XML_STATIC defined.
63
 
   
 
 
b'\\ No newline at end of file'