1. INCLUDE FILES AND THANKS
Rob Craig,
Thanks for the utilities, very handy and helpful indeed!!!
Anyone:
Has anyone written a utilitie to search through source code
and give a list of ALL the include .e and other files accessed?
I am using some of the gui toolkits, I would find it very
unefficient to package unused include files with my source
code.
TIA (Thanks In Advance)
Later.
+ + + Rev. Ferlin Scarborough - Centreville, Alabama U.S.A
2. Re: INCLUDE FILES AND THANKS
The Rev. Ferlin Scarborough wrote:
>> Has anyone written a utilitie to search through source code
>>and give a list of ALL the include .e and other files accessed?
You're in luck! I've just posted a new program called DOT that does just =
that. Among other things, it goes through all the files, and builds a =
list of all the global functions and procedures. It should be very easy =
to convert to what you want.
-- David Cuny
3. Re: INCLUDE FILES AND THANKS
David wrote:
> You're in luck! I've just posted a new program called DOT that does just that.
> Among other things, it goes through all the files, and builds a list of all the
> global functions and procedures. It should be very easy to convert to what you
> want.
>
> -- David Cuny
Thanks,
I figured someone would have already written one. Like
someone else mentioned on this list WHY REINVENT SOMEONE
ELSES WHEEL.
Later:
+ + + Rev. Ferlin Scarborough - Centreville, Alabama - U.S.A