diff options
author | Greg Matheson <lang@ms.chinmin.edu.tw> | 2004-02-03 00:52:44 +0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-02-08 12:01:35 +0000 |
commit | 986f8adc220317ecfcf2c0eace5110e18382f196 (patch) | |
tree | f9837b43a74e2fd50b04bea602ab23d396131d01 | |
parent | 12fa07dffe20be11e9d779f98ee2eac72af90827 (diff) | |
download | perl-986f8adc220317ecfcf2c0eace5110e18382f196.tar.gz |
Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
p4raw-id: //depot/perl@22287
-rw-r--r-- | win32/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
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 |