summary refs log blame commit diff stats
path: root/plugins/perl/importlib/sbperl-x64.bat
blob: a27ab4426047b45d7ab7dcb52b7419bc921f9132 (plain) (tree)
1
2
3
4
5
6
7
8
9
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