Changeset: 4674e3e8f717 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4674e3e8f717
Modified Files:
        buildtools/doc/windowsbuild.rst
Branch: Mar2011
Log Message:

Some more comments.


diffs (48 lines):

diff --git a/buildtools/doc/windowsbuild.rst b/buildtools/doc/windowsbuild.rst
--- a/buildtools/doc/windowsbuild.rst
+++ b/buildtools/doc/windowsbuild.rst
@@ -303,7 +303,7 @@
    nmake /f ms\ntdll.mak
    nmake /f ms\ntdll.mak install
    and::
-   perl Configure VC-WIN64 --prefix=C:\Libraries\openssl-1.0.0a.win64
+   perl Configure VC-WIN64A --prefix=C:\Libraries\openssl-1.0.0a.win64
    ms\do_win64a
    nmake /f ms\ntdll.mak
    nmake /f ms\ntdll.mak install
@@ -344,6 +344,11 @@
  nmake /f Makefile.msvc
  nmake /f Makefile.msvc install
 
+.. Before the install, run the commands::
+   cd bin.msvc
+   mt -nologo -manifest libxml2.dll.manifest -outputresource:libxml2.dll;2
+   cd ..
+
 After this, you may want to move the file ``libxml2.dll`` from the
 ``lib`` folder to the ``bin`` folder.
 
@@ -422,6 +427,13 @@
  nmake -f Makefile.msvc NO_NLS=1 DLL=1 MFLAGS=-MD PREFIX=C:\iconv-1.11.win64
  nmake -f Makefile.msvc NO_NLS=1 DLL=1 MFLAGS=-MD PREFIX=C:\iconv-1.11.win64 
install
 
+.. Before the install, run the commands::
+   cd lib
+   mt -nologo -manifest iconv.dll.manifest -outputresource:iconv.dll;2
+   cd ..\libcharset\lib
+   mt -nologo -manifest charset.dll.manifest -outputresource:charset.dll;2
+   cd ..\..
+
 Fix the ``ICONV`` definitions in ``buildtools\conf\winrules.msc`` so
 that they refer to the location where you installed the library and
 call ``nmake`` with the extra parameter ``HAVE_ICONV=1``.
@@ -531,6 +543,9 @@
 the MonetDB build process can find them,
 e.g. ``C:\bzip2-1.0.5.win32``.
 
+.. Before copying the files, run the command::
+   mt -nologo -manifest libbz2.dll.manifest -outputresource:libbz2.dll;2
+
 Fix the ``LIBBZ2`` definitions in ``buildtools\conf\winrules.msc`` so
 that they refer to the location where you installed the library and
 call ``nmake`` with the extra parameter ``HAVE_LIBBZ2=1``.
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to