Bo Peng wrote:
> So I guess debug is not supported after all. (Maybe someone can try to
> set a breakpoint and run.)
I've tried this, but there are no debug infos. But I think
it's possible to solve this with some more compiler/linker flags.
> As of slow starting, under command line, one can use
A patch has just been submitted. MSVS project files can be generated by
1. go to development/scons
2. scons .. use_vc=yes msvs_projects
I have one problem though: if I click the project file directly, maybe
because I have two vc (2003/2005) installed, vs complains that it can
not find window
I've successfully build lyx with the IDE, but it's only a IDE
for the build process, debugging does not work, and before each
program start it does a complete scons run which takes too long,
so there are no advantages to use the ide instead the command line.
Cite from scons user list:
SCons gen
Bo Peng wrote:
>>
>> YES! it generates the files after building, maybe you could change this.
>
> I also see the problem of this approach. I will add a build_project
> option and separate build and project generation process. (Another
> problem now is that building in msvs will regenerate the proj
YES! it generates the files after building, maybe you could change this.
I also see the problem of this approach. I will add a build_project
option and separate build and project generation process. (Another
problem now is that building in msvs will regenerate the project
file.)
I also notice
Hi,
Attached please find a patch that generate the msvc project files. It
works like this
1. go to development/scons
You *can not* do scons -f development/scons/SConstruct.
2. scons whateveroptions all
This will build lyx, and generate project files
3. to test, remove build directory, open p
Peter Kümmel wrote:
Bo Peng wrote:
Hi, Peter, Abdel,
Please think a bit about what to include in the msvc project file(s).
A huge all-files-in project does not sound too clever.
Bo
Here i have a solution (.sln) with 10 (no itnl atm) projects:
the nine libraries (4 boost, support, controll
Bo Peng wrote:
> Hi, Peter, Abdel,
>
> Please think a bit about what to include in the msvc project file(s).
> A huge all-files-in project does not sound too clever.
>
> Bo
>
>
Here i have a solution (.sln) with 10 (no itnl atm) projects:
the nine libraries (4 boost, support, controllers)
Hi, Peter, Abdel,
Please think a bit about what to include in the msvc project file(s).
A huge all-files-in project does not sound too clever.
Bo