Am 06.03.2016 um 16:05 schrieb Uwe Stöhr:

I don't know anything about Cmake but since the target "ALL_BUILD" is
correctly created it must be possible to add to the LyX.sln file also a
target named "LyX" and "TeX2LyX".

As workaround I use now

msbuild src\LyX.vcxproj /p:Configuration=Debug
msbuild src\tex2lyx\tex2lyx.vcxproj /p:Configuration=Debug

instead of

msbuild lyx.sln /p:Configuration=Debug /t:LyX /t: tex2lyx

It would nevertheless be nice if the lyx.sln file could have several targets.

regards Uwe

Reply via email to