From 986f8adc220317ecfcf2c0eace5110e18382f196 Mon Sep 17 00:00:00 2001 From: Greg Matheson Date: Tue, 3 Feb 2004 00:52:44 +0800 Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw> p4raw-id: //depot/perl@22287 --- win32/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'win32') diff --git a/win32/makefile.mk b/win32/makefile.mk index b865518c3f..87d5c163eb 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -384,7 +384,7 @@ LINK32 = g++ .END LIB32 = ar rc IMPLIB = dlltool -RSC = rc +RSC = windres i = .i o = .o @@ -554,7 +554,7 @@ $(o).dll: .ENDIF .rc.res: - $(RSC) -i.. $< + $(RSC) -i $< -o $@ # # various targets @@ -1021,10 +1021,10 @@ $(PERLDLL): perldll.def $(PERLDLL_OBJ) $(PERLDLL_RES) .ENDIF $(XCOPY) $(PERLIMPLIB) $(COREDIR) -$(PERLEXE_ICO): $(MINIPERL) makeico.pl +.\$(PERLEXE_ICO): $(MINIPERL) makeico.pl $(MINIPERL) makeico.pl > $@ -$(PERLEXE_RES): perlexe.rc $(PERLEXE_ICO) +.\$(PERLEXE_RES): perlexe.rc $(PERLEXE_ICO) $(MINIMOD) : $(MINIPERL) ..\minimod.pl cd .. && miniperl minimod.pl > lib\ExtUtils\Miniperl.pm -- cgit v1.2.1