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)
$(FOBJPATH)/%$(OBJEXT): %.rc
@echo creating resources
@$(WINDRES) -o $@ $<
@$(WINDRES) --use-temp-file -o $@ $<
endif
ifeq ($(PLATFORM),emx)