X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=blobdiff_plain;f=synfig-studio%2Fimages%2FMakefile.am;h=bd2d121e5c518bf3e8f77f55c9cce8844e6e5354;hp=4c014ff6ca456cee91862cf2599e99c7dac07412;hb=dfd769933b1ed7108e8a82fc73cc57589b088b4d;hpb=9bdcc702ce179364a1bf809b32a5458bc0dbb4ea diff --git a/synfig-studio/images/Makefile.am b/synfig-studio/images/Makefile.am index 4c014ff..bd2d121 100644 --- a/synfig-studio/images/Makefile.am +++ b/synfig-studio/images/Makefile.am @@ -345,7 +345,7 @@ clean-local: $(SYNFIG) -q $< -o $@ --time 0 .sif.$(EXT): - $(SYNFIG) -q $< -o $@ --time 0 + $(SYNFIG) -q $< -o $@ --time 0 -w 48 -h 48 echo " File \"images\\$@\"" >>./images.nsh echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh @@ -355,22 +355,22 @@ clean-local: echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh keyframe_lock_all.$(EXT): $(srcdir)/keyframe_lock_icon.sif - $(SYNFIG) -q $< -o $@ --time 0 + $(SYNFIG) -q $< -o $@ --time 0 -w 48 -h 48 echo " File \"images\\$@\"" >>./images.nsh echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh keyframe_lock_past.$(EXT): $(srcdir)/keyframe_lock_icon.sif - $(SYNFIG) -q $< -o $@ --time 0 -c PastOnly + $(SYNFIG) -q $< -o $@ --time 0 -w 48 -h 48 -c PastOnly echo " File \"images\\$@\"" >>./images.nsh echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh keyframe_lock_future.$(EXT): $(srcdir)/keyframe_lock_icon.sif - $(SYNFIG) -q $< -o $@ --time 0 -c FutureOnly + $(SYNFIG) -q $< -o $@ --time 0 -w 48 -h 48 -c FutureOnly echo " File \"images\\$@\"" >>./images.nsh echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh keyframe_lock_none.$(EXT): $(srcdir)/keyframe_lock_icon.sif - $(SYNFIG) -q $< -o $@ --time 0 -c Disabled + $(SYNFIG) -q $< -o $@ --time 0 -w 48 -h 48 -c Disabled echo " File \"images\\$@\"" >>./images.nsh echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh