Complier efficiency

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

Suppose my program main.exe is built from
two modules: main.cs and lib.cs.

Most of the time, I just change main.cs. But, I
find that I have to compile lib.cs too. This is
not efficient. How can I avoid that?

This is how I compile:
csc main.cs lib.cs
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top