]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/c++-rules.make
*** empty log message ***
[lilypond.git] / stepmake / stepmake / c++-rules.make
index 2b7d2f0989c4acd5b7277690980b2c664a0fa6a6..2e1578c1774f670e335e58e5f56a9b3182b2526e 100644 (file)
@@ -22,7 +22,10 @@ $(outdir)/%.hh: %.yy
        -mv -f $(outdir)/$(*F).cc.h $@  # bison < 1.30
        -mv $(*F).tab.hh $@
        rm -f $(*F).tab.c $(*F).tab.cc # bison < 1.30
-       rm -f $(outdir)/$(*F).cc # avoid recompiling the .cc file 
+       rm -f $(outdir)/$(*F).cc # avoid recompiling the .cc file
 
 $(outdir)/%.cc: %.ll
-       $(FLEX) -Cfe -p -p -t $< > $@
+       $(FLEX) -Cfe -p -p -o$@ $<
+
+$(outdir)/%-rc.o: $(outdir)/%.rc
+       $(WINDRES) $(WINDRES_FLAGS) -o$@ $<