Fixed windres operation on Win95 as suggested by Pavel

This commit is contained in:
Alexander S. Aganichev 2001-07-23 03:55:38 +00:00
parent 2384710b15
commit f68b970479

View File

@ -46,7 +46,7 @@ $(FOBJPATH)/%$(OBJEXT): %.c
ifeq ($(PLATFORM),cyg) ifeq ($(PLATFORM),cyg)
$(FOBJPATH)/%$(OBJEXT): %.rc $(FOBJPATH)/%$(OBJEXT): %.rc
@echo creating resources @echo creating resources
@$(WINDRES) -o $@ $< @$(WINDRES) --use-temp-file -o $@ $<
endif endif
ifeq ($(PLATFORM),emx) ifeq ($(PLATFORM),emx)