Maybe now? Affects #55

This commit is contained in:
Lior Halphon 2018-03-29 23:11:53 +03:00
parent 3a52d2da97
commit 311a470806
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@)