Kodi Community Forum
Adding a source file and compiling under linux? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Adding a source file and compiling under linux? (/showthread.php?tid=83206)



Adding a source file and compiling under linux? - Harry Muscle - 2010-10-14

Really silly question, but I do all my compiling usually under Windows, hence this question. If I add an extra .cpp file to the source and want to compile under linux, what do I need to modify? Do I have to manually edit the makefile? Or is there any automated method of doing that?

Thanks,
Harry


- spiff - 2010-10-15

Makefile.in most likely. depends on where the file is at anyways.