mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
*** empty log message ***
This commit is contained in:
parent
56cd18b977
commit
5bd2689cfe
33
win32/dsp/Readme.txt
Normal file
33
win32/dsp/Readme.txt
Normal file
@ -0,0 +1,33 @@
|
||||
Hi there.
|
||||
|
||||
You can find the project files for MSVC 6.0 and higher in win32/dsp/
|
||||
subdirectory of the source tree. You should load the file libxml2.dsw
|
||||
into the IDE. This is the workspace file which contains all projects
|
||||
and their interdependencies.
|
||||
|
||||
Check the file xmlwin32version.h for optional features and enable or
|
||||
disable them, as it suits you. The defaults are apropriate for most
|
||||
people, so there is usually no need to mess with this.
|
||||
|
||||
For libxml2, there is a single project file which builds both static
|
||||
and shared library in a single run. When you build the project libxml2,
|
||||
you will find the following files in your win32/dsp/libxml2
|
||||
subdirectory:
|
||||
|
||||
libxml2.dll shared library
|
||||
libxml2.lib import library for dynamic link
|
||||
libxml2_a.lib static library
|
||||
|
||||
Other project files produce a single executable in a subdirectory which
|
||||
shares the name with the project.
|
||||
|
||||
All object files produced by the compiler end up in the same
|
||||
directory for each project, no matter if you compile with debugging
|
||||
turned on or not. This means that a release build shall overwite the
|
||||
debug build and vice versa. This makes the dependency tracking easier,
|
||||
but there are people who don't like this for some reason.
|
||||
|
||||
If you receive few compiler warnings, ignore them. These are harmless
|
||||
and shall dissapear in the future.
|
||||
|
||||
5. January 2002, Igor Zlatkovic <igor@stud.fh-frankfurt.de>
|
File diff suppressed because it is too large
Load Diff
@ -43,7 +43,7 @@ RSC=rc.exe
|
||||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "libxml2_EXPORTS" /YX /FD /c
|
||||
# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IN_LIBXML" /FD /c
|
||||
# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FD /c
|
||||
# SUBTRACT CPP /YX
|
||||
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||
@ -78,7 +78,7 @@ SOURCE="$(InputPath)"
|
||||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "libxml2_EXPORTS" /YX /FD /GZ /c
|
||||
# ADD CPP /nologo /MD /W3 /Gm /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IN_LIBXML" /FR /FD /GZ /c
|
||||
# ADD CPP /nologo /MD /W3 /Gm /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /FD /GZ /c
|
||||
# SUBTRACT CPP /YX
|
||||
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||
@ -110,6 +110,10 @@ SOURCE="$(InputPath)"
|
||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\c14n.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\catalog.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@ -252,6 +256,10 @@ SOURCE=..\..\xpointer.c
|
||||
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\libxml\c14n.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\libxml\catalog.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
Loading…
x
Reference in New Issue
Block a user