summary refs log tree commit diff stats
path: root/win32/ext/perl/mod.md
blob: db0b862c832d9fcc0d88491abd9ce9ca7cf481b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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`