summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-01-26 08:37:37 +1100
committerTony Cook <tony@develop-help.com>2016-01-26 08:37:37 +1100
commitef18391745841fb1df298cec3a3001be4237fb3d (patch)
tree5ca9338639c9252bfa58ca536ca438f7ac7e48f4 /win32
parent2330d9b7035a52417ac634721ffe07907c6edaa6 (diff)
downloadperl-ef18391745841fb1df298cec3a3001be4237fb3d.tar.gz
[perl #126632] more diagnostics
Some of this will be removed once we work out what's going on.
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 0667384d7c..67e05b4f0f 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1079,8 +1079,8 @@ perldll.def : $(MINIPERL) $(CONFIGPM) ..\embed.fnc ..\makedef.pl create_perllibs
CCTYPE=$(CCTYPE) TARG_DIR=..\ > perldll.def
$(PERLDLL): perldll.def $(PERLDLL_OBJ) $(PERLDLL_RES) Extensions_static
- $(LINK32) -dll -def:perldll.def -base:0x28000000 -out:$@ @Extensions_static @<<
- $(BLINK_FLAGS) $(DELAYLOAD) $(LIBFILES) $(PERLDLL_OBJ) $(PERLDLL_RES)
+ $(LINK32) -dll -def:perldll.def -base:0x28000000 -out:$@ @Extensions_static $(BLINK_FLAGS) @<<
+ $(DELAYLOAD) $(LIBFILES) $(PERLDLL_OBJ) $(PERLDLL_RES)
<<
$(EMBED_DLL_MANI)
$(XCOPY) $(PERLIMPLIB) $(COREDIR)