From 4e488d04c8ee5c4f920ac7b802ec4b365fdfb117 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 12 Nov 2012 08:12:38 +0100 Subject: Add Perl build notes and installers --- win32/ext/perl/mod.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 win32/ext/perl/mod.md (limited to 'win32/ext/perl/mod.md') diff --git a/win32/ext/perl/mod.md b/win32/ext/perl/mod.md new file mode 100644 index 00000000..db0b862c --- /dev/null +++ b/win32/ext/perl/mod.md @@ -0,0 +1,12 @@ + * Download [Perl](http://www.perl.org/get.html) + * Extract to `C:\mozilla-build\hexchat` + * Open `win32\Makefile` with a text editor + * Replace `INST_TOP = $(INST_DRV)\perl` with `INST_TOP = $(INST_DRV)\mozilla-build\hexchat\perl-5.16\Win32` + * Comment out `CCTYPE = MSVC60` + * Uncomment `#CCTYPE = MSVC100` + * Uncomment `#WIN64 = undef` + * Open VS x86 command prompt + * Go to win32 + * `nmake -f Makefile` + * `nmake -f Makefile install` + * Copy `Copying` to `C:mozilla-build\hexchat\perl-5.16\Win32` -- cgit 1.4.1