diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-09 22:22:36 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-09 22:22:36 +0100 |
commit | f281036e47c725117ccf78c9b19f2c522760b93c (patch) | |
tree | c351cccd1d7a9476f4a1dce492f68fa1d4fb00f5 /win32/makefile.mk | |
parent | 6151f429289815aa2ca4ecae706ff8f66fa49d02 (diff) | |
download | perl-f281036e47c725117ccf78c9b19f2c522760b93c.tar.gz |
Replace the uuencoded perlexe.ico.packd with the genuine, binary, article.
Given that git is perfectly happy to store binary files efficiently, and
serve them anonymously, we no longer need to jump through the ASCII-only hoops
of the Perforce/APC combination.
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index ad3ed957ef..1d1c51accb 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1264,9 +1264,6 @@ $(PERLSTATICLIB): Extensions_static .ENDIF $(XCOPY) $(PERLSTATICLIB) $(COREDIR) -$(PERLEXE_ICO): $(MINIPERL) ..\uupacktool.pl $(PERLEXE_ICO).packd - $(MINIPERL) -I..\lib ..\uupacktool.pl -u $(PERLEXE_ICO).packd $(PERLEXE_ICO) - $(PERLEXE_RES): perlexe.rc $(PERLEXE_ICO) $(MINIMOD) : $(MINIPERL) ..\minimod.pl @@ -1554,7 +1551,7 @@ distclean: realclean -del /f ..\lib\Config_git.pl -del /f bin\*.bat -del /f perllibst.h - -del /f $(PERLEXE_ICO) perl.base + -del /f perl.base -cd .. && del /s *$(a) *.map *.pdb *.ilk *.tds *.bs *$(o) .exists pm_to_blib -cd $(EXTDIR) && del /s *.def Makefile Makefile.old -if exist $(AUTODIR) rmdir /s /q $(AUTODIR) |