mirror of
https://github.com/quantum5/MusicKeyboard.git
synced 2025-04-24 13:11:58 -04:00
And this stupid RCFLAGS.
Signed-off-by: Xiaomao Chen <xiaomao5@live.com>
This commit is contained in:
parent
15f9be364c
commit
2fafd9ff1b
|
@ -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