summary refs log tree commit diff stats
path: root/build/strawberry-importlib.bat
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-12-03 21:44:36 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-12-03 21:44:36 +0100
commit86c43f53a5b9abe8aec611c2a5d576c7c3017598 (patch)
treee8f12f79bd8abb4f9b7f24d5050193962ec04bc3 /build/strawberry-importlib.bat
parent6fc70632316076a477fcc438812e52fa21d67b15 (diff)
use strawberry perl for 5.14 too and use gendef for def generation
Diffstat (limited to 'build/strawberry-importlib.bat')
-rw-r--r--build/strawberry-importlib.bat19
1 files changed, 0 insertions, 19 deletions
diff --git a/build/strawberry-importlib.bat b/build/strawberry-importlib.bat
deleted file mode 100644
index 61da96b3..00000000
--- a/build/strawberry-importlib.bat
+++ /dev/null
@@ -1,19 +0,0 @@
-@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
-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