65oo2/vm/res/Makefrag.am

9 lines
109 B
Plaintext
Raw Normal View History

2024-02-25 15:58:08 +00:00
if OS_WINDOWS
RES = windows.$(OBJEXT)
else
RES =
endif
windows.$(OBJEXT): res/windows.rc
$(WINDRES) $< $@