Search found 2 matches

by sapochka
Tue Feb 15, 2011 6:06 pm
Forum: General
Topic: File dependencies in a project.
Replies: 4
Views: 3501

Re: File dependencies in a project.

Thank for reply, but this is not really a solution.

I mean integration into IDE similar to Visual C++ or Borland CPP where system can perform sequence of steps based on dependencies.

As somebody works on a big project, including bits and pieces included into
main file(s) batch file doesn't solve ...
by sapochka
Mon Feb 14, 2011 11:14 pm
Forum: General
Topic: File dependencies in a project.
Replies: 4
Views: 3501

File dependencies in a project.

Could anybody help me with the following issue - I need to make 2 tex file dependent. First TEX file produces output-PDF file which main TEX file includes it as a picture.

In a sense, this is standard makefile dependency but I would like to use it into one of the IDE provided.

So, main output ...