Maybe now? Affects #55
This commit is contained in:
parent
3a52d2da97
commit
311a470806
2
Makefile
2
Makefile
@ -239,7 +239,7 @@ $(BIN)/SDL/sameboy_debugger.exe: $(CORE_OBJECTS) $(SDL_OBJECTS) $(OBJ)/Windows/r
|
||||
ifneq ($(USE_WINDRES),)
|
||||
$(OBJ)/%.o: %.rc
|
||||
-@$(MKDIR) -p $(dir $@)
|
||||
windres -DVERSION=\"$(VERSION)\" $^ $@
|
||||
windres --preprocessor cpp -DVERSION=\"$(VERSION)\" $^ $@
|
||||
else
|
||||
$(OBJ)/%.res: %.rc
|
||||
-@$(MKDIR) -p $(dir $@)
|
||||
|
Loading…
Reference in New Issue
Block a user