From cd92b0e72b537c09652c5585af19e6eb51718a3e Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 5 Nov 2012 14:28:21 +0100 Subject: Add build notes to 1st level deps --- win32/deps/expat/mod.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 win32/deps/expat/mod.md (limited to 'win32/deps/expat/mod.md') diff --git a/win32/deps/expat/mod.md b/win32/deps/expat/mod.md new file mode 100644 index 00000000..5e67d52b --- /dev/null +++ b/win32/deps/expat/mod.md @@ -0,0 +1,7 @@ + * Download [Expat 2.1.0](http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz/download) + * Extract to `C:\mozilla-build\hexchat` + * Open `expat.dsw` with VS and convert + * For each project, change _Runtime Library_ from _Multi-threaded (/MT)_ to _Multi-threaded DLL (/MD)_ under _Configuration Properties_ `->` _C/C++_ `->` _Code Generation_ + * Build in VS + * Release with `release-x86.bat` + * Extract package to `C:\mozilla-build\hexchat\build\Win32` -- cgit 1.4.1