mirror of
https://github.com/quantum5/MusicKeyboard.git
synced 2025-04-24 13:11:58 -04:00
And this stupid RCFLAGS.
This commit is contained in:
parent
eb27fe750b
commit
004c1f8d1d
|
@ -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 $@
|
||||
|
|
Loading…
Reference in a new issue