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)
|
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)
|
||||||
|
Reference in New Issue
Block a user