mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
add support files for strawberry importlib generation
This commit is contained in:
parent
70f870fc96
commit
11e835b518
1420
plugins/perl/importlib/perl512-x64.def
Normal file
1420
plugins/perl/importlib/perl512-x64.def
Normal file
File diff suppressed because it is too large
Load Diff
1420
plugins/perl/importlib/perl512-x86.def
Normal file
1420
plugins/perl/importlib/perl512-x86.def
Normal file
File diff suppressed because it is too large
Load Diff
10
plugins/perl/importlib/sbperl-x64.bat
Normal file
10
plugins/perl/importlib/sbperl-x64.bat
Normal file
@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
set PATH=c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64
|
||||
cd c:\mozilla-build\perl-5.12-x64\perl\lib\CORE
|
||||
echo.Overwrite existing def file?
|
||||
pause
|
||||
dumpbin /exports ..\..\bin\perl512.dll > perl512.def
|
||||
echo.Please adjust the resulting file manually, then hit return!
|
||||
pause
|
||||
lib /machine:x64 /def:perl512.def
|
||||
pause
|
10
plugins/perl/importlib/sbperl-x86.bat
Normal file
10
plugins/perl/importlib/sbperl-x86.bat
Normal file
@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
set PATH=c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE
|
||||
cd c:\mozilla-build\perl-5.12-x86\perl\lib\CORE
|
||||
echo.Overwrite existing def file?
|
||||
pause
|
||||
dumpbin /exports ..\..\bin\perl512.dll > perl512.def
|
||||
echo.Please adjust the resulting file manually, then hit return!
|
||||
pause
|
||||
lib /machine:x86 /def:perl512.def
|
||||
pause
|
Loading…
Reference in New Issue
Block a user