OK I get this error and I am confuzed
Code:
[Build Error] No rule to make target 'EO.o' needed by Sample.exe. Stop
I am using bloodshed 4.9.9.2 and i know it has to do with the make file.
EO.o would be related to EO.lib which is a library i need but didnt make.
I do have Sample.c and Sample.h
In Project->Project Options->Files
I have checked the EO.lib -> Include In Linking
If i dont check that, I get many other errors such as
Code:
[Linker error] undefined reference to `SuperFunction'
In my project I have included:
Sample Project
---sample.c
---sample.h
---EO.lib
---Useful.h
There is also the sample.dsp and sample.dsw, makefile.win, sample.layout files in the folder which I ahve not included in my project
If I mark the EO.lib file for compilation I get [build error] error 255