mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 01:02:20 -05:00
Add Perl build notes and installers
This commit is contained in:
parent
fdc316a1ce
commit
4e488d04c8
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
12
win32/ext/perl/mod.md
Normal 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
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
4224
win32/ext/perl/perl-x86.aip
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user