]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/c-rules.make
Revert "Web-es: Really make Spanish Pondings work."
[lilypond.git] / stepmake / stepmake / c-rules.make
index 289e6c24850cda7bce55432263e6a901c43aab4b..620275baa177e67313535571393c21d85e90e205 100644 (file)
@@ -19,10 +19,12 @@ $(outdir)/%.c: %.y
 $(outdir)/%.h: %.y
        $(BISON) -d $<
        mv $(*F).tab.h $@
-       rm -f $(*F).tab.c # if this happens in the wrong order it triggers recompile of the .cc file 
+       rm -f $(*F).tab.c # if this happens in the wrong order it triggers recompile of the .cc file
 
 $(outdir)/%.c: %.l
        $(FLEX) -Cfe -p -p -o$@ $<
 # could be faster:
-#      $(FLEX) -8 -Cf -o$@ $< 
+#      $(FLEX) -8 -Cf -o$@ $<
 
+$(outdir)/%.rc.o: $(outdir)/%.rc
+       $(WINDRES) $(WINDRES_FLAGS) -o$@ $<