Fixed windres operation on Win95 as suggested by Pavel
This commit is contained in:
parent
2384710b15
commit
f68b970479
@ -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)
|
||||
|
Reference in New Issue
Block a user