mirror of https://github.com/bsnes-emu/bsnes.git
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),)
|
ifneq ($(USE_WINDRES),)
|
||||||
$(OBJ)/%.o: %.rc
|
$(OBJ)/%.o: %.rc
|
||||||
-@$(MKDIR) -p $(dir $@)
|
-@$(MKDIR) -p $(dir $@)
|
||||||
windres -DVERSION=\"$(VERSION)\" $^ $@
|
windres --preprocessor cpp -DVERSION=\"$(VERSION)\" $^ $@
|
||||||
else
|
else
|
||||||
$(OBJ)/%.res: %.rc
|
$(OBJ)/%.res: %.rc
|
||||||
-@$(MKDIR) -p $(dir $@)
|
-@$(MKDIR) -p $(dir $@)
|
||||||
|
|
Loading…
Reference in New Issue