diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-03 08:05:26 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-03 08:05:26 +0200 |
commit | 59510cf8a1d1f82f3997be35de17ead21e20e957 (patch) | |
tree | 4ed443224967c7ea4b1ebcde0e8d3e94a6f45598 /win32/ext/perl/mod.md | |
parent | 905705910b3d138a59edc207d4f2ab61c194bf35 (diff) |
Move Perl from hexchat to gtk-win32
Diffstat (limited to 'win32/ext/perl/mod.md')
-rw-r--r-- | win32/ext/perl/mod.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/win32/ext/perl/mod.md b/win32/ext/perl/mod.md deleted file mode 100644 index db0b862c..00000000 --- a/win32/ext/perl/mod.md +++ /dev/null @@ -1,12 +0,0 @@ - * 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` |