>
>
>> [etc.]
>>
>> I don't like this change at all. You're mixing apples and oranges.
>> gen-make.py generates makefiles, not .dsp's. The requirements are
>> substantially different; you're complicating the driver script
>> needlessly. The dsp generator should have its own driver script.
>>
>>
> So you'd rather have about 8 different gen-*.py scripts in the
> toplevel directory (once all the windows project file modes are done)?
>
> Please note that some of the gen-*.py scripts for windows will consist
> of:
>
> gen-msvc-dsp.py
> gen-msvc-nmake.py
> gen-mingw.py
> gen-vcnet-vcproj.py
> gen-vcnet-nmake.py
> gen-bcpp-bpr.py
> gen-bcpp-make.py
>
> You'd rather have all those scripts sitting in the toplevel directory
> in addition to gen-make.py, or would you rather have one gen-make.py
> script that can invoke any of the above (and you can even pass it the
> "all" parameter to generate everything)?
>
Ooh, and I forgot to mention that they will all contain the same code
with about 4 lines of code different between them if we go the
non-modular route.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 15 19:17:21 2002