mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
(Makefile) Compile rarch.rc
This commit is contained in:
parent
ef4b720c74
commit
78da994e89
5
Makefile
5
Makefile
@ -155,6 +155,11 @@ $(OBJDIR)/%.o: %.S config.h config.mk $(HEADERS)
|
|||||||
@$(if $(Q), $(shell echo echo AS $<),)
|
@$(if $(Q), $(shell echo echo AS $<),)
|
||||||
$(Q)$(CC) $(CFLAGS) $(ASFLAGS) $(DEFINES) -c -o $@ $<
|
$(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)
|
install: $(TARGET)
|
||||||
rm -f $(OBJDIR)/git_version.o
|
rm -f $(OBJDIR)/git_version.o
|
||||||
mkdir -p $(DESTDIR)$(PREFIX)/bin 2>/dev/null || /bin/true
|
mkdir -p $(DESTDIR)$(PREFIX)/bin 2>/dev/null || /bin/true
|
||||||
|
@ -584,8 +584,8 @@ ifeq ($(HAVE_NETPLAY), 1)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(findstring Win32,$(OS)),)
|
ifneq ($(findstring Win32,$(OS)),)
|
||||||
OBJ += media/rarch.o \
|
OBJ += media/rarch.o \
|
||||||
gfx/context/win32_common.o
|
gfx/context/win32_common.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Record
|
# Record
|
||||||
|
Loading…
x
Reference in New Issue
Block a user