]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/c-rules.make
Merge branch 'translation' into staging
[lilypond.git] / stepmake / stepmake / c-rules.make
index 8a95ef6a9eb8d46d5748059006fbc4a797ed1c8d..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 -t $< > $@
+       $(FLEX) -Cfe -p -p -o$@ $<
 # could be faster:
-#      $(FLEX) -8 -Cf -t $< > $@
+#      $(FLEX) -8 -Cf -o$@ $<
 
+$(outdir)/%.rc.o: $(outdir)/%.rc
+       $(WINDRES) $(WINDRES_FLAGS) -o$@ $<