View Single Post
  #2 (permalink)  
Old 05-16-2008, 01:07 PM
soku11 soku11 is offline
Newbie
 
Join Date: May 2008
Location: Warsaw, Poland
Posts: 12
Credits: 0
Rep Power: 0
soku11 is on a distinguished road
Default Re: No rule to make target... Please help

Im not an expert, but I think that *.lib files should be only linked. That means you shouldnt add it to your project, but to additional library to link. It can cause this build error. Your compiler tries to do a EO.o object from the EO.lib file, which is not a standard C/C++ files. But I can be wrong Try it and write the news.
Reply With Quote