X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=blobdiff_plain;f=synfig-studio%2Fimages%2FMakefile.am;h=4c014ff6ca456cee91862cf2599e99c7dac07412;hp=bd2d121e5c518bf3e8f77f55c9cce8844e6e5354;hb=4528a04e3515f6831710848439377eb32344250a;hpb=dfd769933b1ed7108e8a82fc73cc57589b088b4d diff --git a/synfig-studio/images/Makefile.am b/synfig-studio/images/Makefile.am index bd2d121..4c014ff 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 -w 48 -h 48 + $(SYNFIG) -q $< -o $@ --time 0 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 -w 48 -h 48 + $(SYNFIG) -q $< -o $@ --time 0 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 -w 48 -h 48 -c PastOnly + $(SYNFIG) -q $< -o $@ --time 0 -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 -w 48 -h 48 -c FutureOnly + $(SYNFIG) -q $< -o $@ --time 0 -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 -w 48 -h 48 -c Disabled + $(SYNFIG) -q $< -o $@ --time 0 -c Disabled echo " File \"images\\$@\"" >>./images.nsh echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh