On Sat, Feb 10, 2001 at 03:41:54PM -0800, Mike Clarkson wrote:
> Who maintains the *.dsp and *.dsw Windows Makefiles for ActiveState's
> distribution?
> 
> Right now the file locations for the Tcl files for the _tkinter workspace
> are hard coded, and I'm trying to think of a simple way to give people the
> ability to easily change these, or add to them. This is required if they
> want to build A/S from source for an extension such as Tix, or use a
> different version of Tcl
> than what is shipped. I use a simple sed script to add or make changes,
> because
> the dsp files are simple text files and a sed script can catch all the
> places, but I'm trying to think of a more generic way.

Mike,

I can't off hand think of a more generic way to do it. Note that MS does not
guarantee that .dsp files are text files and therefore to be *strictly*
correct you are really not allowed to run sed scripts on them either. The
only MS supported way to make this change (to my knowledge) is in the MSVC
"Setting..." dialog. What you would want, if it is even possible, is some
script using COM automation to manipulate the .dsp through some script API
supported by MS. I don't know if that exists.

Cheers,
Trent


-- 
Trent Mick
[EMAIL PROTECTED]
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to