mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-29 23:19:50 +02:00
Maybe now? Affects #55
This commit is contained in:
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 $@)
|
||||
|
Reference in New Issue
Block a user