cmake: RE: [Cmake] VC truncating link lines

Bill Hoffman bill.hoffman at kitware.com
Wed May 9 14:27:50 EDT 2001


I would not say it would be major reworking.   The cmDSPMakefile.cxx file would
have to be changed, and the dsp templates would have to be changed.

Perhaps the templates should look like this:
# ADD LINK32  ... standard stuff
CMAKE ADD_LINK32LINES

Then the DSP generation step can add in # ADD LINK32 lines.

-Bill


At 02:22 PM 5/9/2001 -0400, Cross, Geoff (CRD) wrote:

>> # ADD LINK32 something somethingelse
>> 
>> to 
>> 
>> # ADD LINK32 something
>> # ADD LINK32 somethingelse
>
>Does anyone have any ideas on how this can be done?  It's not obvious without some major reworking of
>the way CMake generates dsps.
>
>Geoff.
>
>
>_______________________________________________
>Cmake mailing list
>Cmake at public.kitware.com
>http://public.kitware.com/mailman/listinfo/cmake 





More information about the CMake mailing list