cannorin / make-it-so

Automatically exported from code.google.com/p/make-it-so
0 stars 0 forks source link

Do we need to handle resource files? #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
sln2mak does something with them??
254              m_MakFWriter.WriteLine("%.res: %.rc");
255              m_MakFWriter.WriteLine("\t$(RC) $(CPPFLAGS) -o $@ -i $<");
256              m_MakFWriter.WriteLine("");

Original issue reported on code.google.com by richard....@gmail.com on 12 Jan 2012 at 7:04

GoogleCodeExporter commented 8 years ago
I don't think it is used in the makefile. I guess we should only add it to the 
linked file somewhere, to make it available during the build?

Original comment by florian.sainjeon on 27 Aug 2013 at 2:32