Add Perl build notes and installers

This commit is contained in:
Berke Viktor 2012-11-12 08:12:38 +01:00
parent fdc316a1ce
commit 4e488d04c8
4 changed files with 8463 additions and 0 deletions

4
.gitignore vendored
View File

@ -56,6 +56,10 @@ plugins/wmpa/wmpa_i.c
src/pixmaps/inline_pngs.h
src/htm/obj/*
win32/ipch/*
win32/ext/perl/perl-x86-cache
win32/ext/perl/perl-x86-SetupFiles
win32/ext/perl/perl-x64-cache
win32/ext/perl/perl-x64-SetupFiles
resource.h
*.opensdf
*.sdf

12
win32/ext/perl/mod.md Normal file
View File

@ -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`

4223
win32/ext/perl/perl-x64.aip Normal file

File diff suppressed because one or more lines are too long

4224
win32/ext/perl/perl-x86.aip Normal file

File diff suppressed because one or more lines are too long