Need advice on building a project [message #33270] |
Tue, 17 December 2002 13:43  |
MKatz843
Messages: 98 Registered: March 2002
|
Member |
|
|
I'm learning how to build a project in IDL for use with a runtime
licence on another machine. I've been able to build relatively small
projects without any trouble. My problem is in building a really big
application.
In my IDL working directories, I have hundreds and hundreds of .pro
files, broken down into directories: functions, procedures, objects,
etc. Only about 100-150 of those libraries will be required for the
project at hand.
Is there an easy way to build just the relevant files into my project
without having to hand pick them all individually or in small groups?
Something like "Resolve All" but for building the project? What I'm
looking for is a way where IDL can say, "you'll need this one, and
that one, and this one. . . And then put them together for me."
I actually tried building the project with EVERY SINGLE file. That was
a mistake.
I appreciate any advice from the gurus.
M. Katz
|
|
|