From 311a47080679a3fa61e426f0c3f2775b19a449a9 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Thu, 29 Mar 2018 23:11:53 +0300 Subject: [PATCH] Maybe now? Affects #55 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3be722d..f32e931 100755 --- a/Makefile +++ b/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 $@)