diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-06-19 17:54:18 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-06-19 17:54:18 +0100 |
commit | de07dec76ed63b24940987118094766152ebaa1b (patch) | |
tree | 863b25c4bfd2fcc64a055565cc1dd96623a7b557 | |
parent | 7d101ed11c93ff449cd71d2d4c2aef3929991c6d (diff) | |
download | perl-de07dec76ed63b24940987118094766152ebaa1b.tar.gz |
Add missing dlltool default to win32/config.gc
ExtUtils::MakeMaker and ExtUtils::CBuilder both default to this anyway,
but it's good to be explicit, and reduces diffs with the .gc64 file.
-rw-r--r-- | win32/config.gc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config.gc b/win32/config.gc index 1f0a558d74..2bb67bb134 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -538,6 +538,7 @@ db_version_patch='0' defvoidused='15' direntrytype='struct direct' dlext='dll' +dlltool='dlltool' dlsrc='dl_win32.xs' doublesize='8' drand01='(rand()/(double)((unsigned)1<<RANDBITS))' |