From 004c1f8d1df2505f41b5705d7e078ad9cc683f43 Mon Sep 17 00:00:00 2001 From: Quantum Date: Thu, 12 Sep 2013 20:36:33 -0400 Subject: [PATCH] And this stupid RCFLAGS. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index e9f3501..84d62f2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -32,7 +32,7 @@ build/PianoControl.o: src/PianoControl.cpp include/PianoControl.hpp build/midifile.o: src/midifile.c include/midifile.h build/resources.o: keyboard.rc include/resource.h commctrl6.manifest - $(RC) $< -o $@ + $(RC) $(RCFLAGS) $< -o $@ build/%.o: src/%.cpp $(CXX) $(CFLAGS) -c $< -o $@