Github projesinde src/Makefile dosyasında "+=" kullanıldığı için nmake hata veriyor anladığım kadarıyla. Dosya küçük olsaydı el ile nmake'e uygun hale getirilebilirdi fakat neredeyse 800 satır. Ne yazmanızı istiyorsa onu kullanmanız gerek.
Utility: NMake Platform : Windows 7 I have the following Makefile FILE = $(shell) *.c FILE += $(shell) *.cpp exec: @echo $(FILE) This works perfectly fine with make. This throws up the follo...
GitHub projesinde src/Makefile dosyasında "+=" kullanıldığı için nmake hata veriyor anladığım kadarıyla. Dosya küçük olsaydı el ile Nmake'e uygun hale getirilebilirdi fakat neredeyse 800 satır. Ne yazmanızı istiyorsa onu kullanmanız gerek.
Utility: NMake Platform : Windows 7 I have the following Makefile FILE = $(shell) *.c FILE += $(shell) *.cpp exec: @echo $(FILE) This works perfectly fine with make. This throws up the follo...