1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 00:38:44 +00:00

(Makefile) Compile rarch.rc

This commit is contained in:
Higor Eurípedes 2014-09-14 17:50:29 -03:00
parent ef4b720c74
commit 78da994e89
2 changed files with 7 additions and 2 deletions

View File

@ -155,6 +155,11 @@ $(OBJDIR)/%.o: %.S config.h config.mk $(HEADERS)
@$(if $(Q), $(shell echo echo AS $<),)
$(Q)$(CC) $(CFLAGS) $(ASFLAGS) $(DEFINES) -c -o $@ $<
$(OBJDIR)/%.o: %.rc $(HEADERS)
@mkdir -p $(dir $@)
@$(if $(Q), $(shell echo echo WINDRES $<),)
$(Q)$(WINDRES) -o $@ $<
install: $(TARGET)
rm -f $(OBJDIR)/git_version.o
mkdir -p $(DESTDIR)$(PREFIX)/bin 2>/dev/null || /bin/true

View File

@ -584,8 +584,8 @@ ifeq ($(HAVE_NETPLAY), 1)
endif
ifneq ($(findstring Win32,$(OS)),)
OBJ += media/rarch.o \
gfx/context/win32_common.o
OBJ += media/rarch.o \
gfx/context/win32_common.o
endif
# Record