add fallback for wndres
This commit is contained in:
parent
64f8f01f9a
commit
4d0b1734dc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -34,7 +34,7 @@ OBJS := $(addsuffix .o, $(basename $(SRCS)))
|
|||
all: $(TARGET)
|
||||
|
||||
%.o: %.rc
|
||||
$(WINDRES) -J rc $< $@
|
||||
$(WINDRES) -J rc $< $@ || windres -J rc $< $@
|
||||
|
||||
$(TARGET): $(OBJS)
|
||||
$(CC) $(LDFLAGS) -o $@ $^ exports.def $(LIBS)
|
||||
|
|
Loading…
Reference in a new issue