Can anyone see the problem in this code? There are tabs, where need to be, no spaces at the line ends. The problem is that the target $(ICONTARGETFILENAME) is not called:
If I remove the target $(ICONTARGETFILENAME), it works without problem:Code:RESOURCE : $(ICONTARGETFILENAME) $(ICONTARGETFILENAME) : mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME)\ /c32 $(ICONDIR)\background_gray_gradient_w360px_h640px.svg\ /c32 $(ICONDIR)\background_white_w360px_h640px.svg\ /c32 $(ICONDIR)\control_pane_w360px_h40px.svg\ /c32 $(ICONDIR)\status_pane_left_w30px_h55px.svg\ /c32 $(ICONDIR)\status_pane_middle_w300px_h55px.svg\ /c32 $(ICONDIR)\status_pane_right_w30px_h55px.svg
Properties are:Code:RESOURCE : mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME)\ /c32 $(ICONDIR)\background_gray_gradient_w360px_h640px.svg\ /c32 $(ICONDIR)\background_white_w360px_h640px.svg\ /c32 $(ICONDIR)\control_pane_w360px_h40px.svg\ /c32 $(ICONDIR)\status_pane_left_w30px_h55px.svg\ /c32 $(ICONDIR)\status_pane_middle_w300px_h55px.svg\ /c32 $(ICONDIR)\status_pane_right_w30px_h55px.svg
Code:TARGETDIR=$(ZDIR)\resource\apps ICONTARGETFILENAME=$(TARGETDIR)\sc_0x20025984.mif ICONDIR=..\gfx # Headers for both HEADERDIR=$(EPOCROOT)epoc32\include HEADERFILENAME=$(HEADERDIR)\sc_0x20025984.mbg

Reply With Quote


