Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


Thank you so much, Jürgen!

I am looking forward to trying that out.


Jesper


2015-02-20 12:48 GMT+01:00 Juergen Funk Mailinglist <Juergen.Funk_ml@cib.de>
:

Hi Jesper,

I have the same problem with the Visual Studio Solutions.

A lot of thanks too David Ostrovsky he has found a solution for that.
The solution is:

The "make version 4.0" do it wrong, I build ONLY the VS-Solution with
"make version 3.82"
The size is 517.746 Bytes when you have trouble to found, call me, I have
forget where I downloaded.

I have make a small script calling "mvs": (mvs = make VS)
mvs-------------------------- start ----------------------
#!/usr/bin/bash

echo remove old files
rm -fr *.sdf *.sln *.v11* *.vcxproj* *.opensdf *.v12*

echo Generate VS Files
/opt/lo/bin/make_o -npf Makefile.gbuild all | ./bin/gbuild-to-ide --ide
vs2013
mvs--------------------------end-------------------------

make_o ==> make old

And for the normal build I use "mco": (mco = make color)
mco----------------------------start----------------------------
#!/usr/bin/bash

/opt/lo/bin/make gb_COLOR=1 $1 $2 $3 $4 $5 $6 $7 $8 $9
mco-----------------------------end----------------------------


You should first generate the core in the CORE, and then you call the
script for build the VS-Solution, all from the core directory


I use the VAssistx it is better as VS-IntelliSense, but it is not free
I debug with the loaded project in VS, it not a problem
When you need to debug the start phase, for that I have a solution too
with VS

And last here my autogen.input
--enable-pch
--disable-ccache
--enable-dbgutil
--with-external-tar=/cygdrive/d/src/lo/externalsrc
--with-ant-home=/cygdrive/d/src/lo/apache-ant-1.9.4
--with-junit=/cygdrive/d/src/lo/junit-4.10.jar
--with-visual-studio=2013
--disable-activex
--disable-atl
--with-jpeg-turbo=0
--with-lang=de en-GB



Hope that help

Juergen



Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.