This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d101ed
)
Add missing dlltool default to win32/config.gc
author
Steve Hay
<steve.m.hay@googlemail.com>
Tue, 19 Jun 2012 16:54:18 +0000
(17:54 +0100)
committer
Steve Hay
<steve.m.hay@googlemail.com>
Tue, 19 Jun 2012 16:54:18 +0000
(17:54 +0100)
ExtUtils::MakeMaker and ExtUtils::CBuilder both default to this anyway,
but it's good to be explicit, and reduces diffs with the .gc64 file.
win32/config.gc
patch
|
blob
|
blame
|
history
diff --git
a/win32/config.gc
b/win32/config.gc
index
1f0a558
..
2bb67bb
100644
(file)
--- 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))'