The Learner wrote:
> 
> Hi all
> 
> While trying a new protocol, we need to make changes in the makefile.
> There are multiple makefiles( with extensions, .in, .vc), in which
> makefile am i suppose to add the object file list? and where?
> Also why should this be added?
> 
> Thank You,
> The Learner
> 

"makefile.vc" is used for MS Visual C++
"Makefile.in" is used for GNU autotools which generates/creates the final
file "Makefile"
If you want a permanent integration of your code under Linux , change the
"Makefile.in" then "./configure" to change the "Makefile"
-- 
View this message in context: 
http://old.nabble.com/Make-file-tp27950929p27950956.html
Sent from the ns-users mailing list archive at Nabble.com.

Reply via email to