Do we need to handle resource files?
Converts Visual Studio solutions to gcc makefiles for Linux
Brought to you by:
metal-mighty
Originally created by: richard.... (code.google.com)@gmail.com
Originally owned by: richard.... (code.google.com)@gmail.com
sln2mak does something with them??
254 m_MakFWriter.WriteLine("%.res: %.rc");
255 m_MakFWriter.WriteLine("\t$(RC) $(CPPFLAGS) -o $@ -i $<");
256 m_MakFWriter.WriteLine("");
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: florian.sainjeon (code.google.com)
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?