summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-01-27 08:54:15 +1100
committerTony Cook <tony@develop-help.com>2016-01-27 08:54:15 +1100
commit6368ab83389bbb63c0dfff79297f52b92053226e (patch)
treecb5baacbf5b5835a613a028af6fc23539d7b36a5 /win32
parentcdfe2e65ec1960d301d083bee421388e064cd234 (diff)
downloadperl-6368ab83389bbb63c0dfff79297f52b92053226e.tar.gz
Revert "[perl #126632] more diagnostics"
This reverts commit ef18391745841fb1df298cec3a3001be4237fb3d. This commit was intended only to diagnose Jenkins build issues, I now have better access to Jenkins (and the new diagnostics didn't tell me much anyway.)
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 67e05b4f0f..0667384d7c 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)