cuneiform team mailing list archive
-
cuneiform team
-
Mailing list archive
-
Message #00196
Re: Patch to build in MSVC++ (MSK export definitions)
I use bat-files like this (for MinGW) and place it at the same dir as
'cuneiform-linux'
> if not exist build.MINGW mkdir build.MINGW
> cd build.MINGW
> cmake -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=release ../cuneiform-linux
> make
To build core in MSVC I place following bat-file near dir 'cuneiform-linux'
> if not exist build.MSVC8 mkdir build.MSVC7
> cd build.MSVC7
> cmake -G"Visual Studio 8 2005" -DCMAKE_BUILD_TYPE=release
../cuneiform-linux
After call bat-file I open solution file .\build.MSVC7\cuneiform.sln and
build solution as usual.
P.S.: I hope this helps you. If you have other questions you can write me
(in private way) in Russian (my English is poor).
2009/1/27 Yury V. Zaytsev <yury@xxxxxxxxxx>
> On Tue, 2009-01-27 at 16:56 +0200, Jussi Pakkanen wrote:
> > On Sun, Jan 25, 2009 at 10:12 PM, Dmitry Polevoy
> > <openocr.polevoy@xxxxxxxxx> wrote:
> >
> > > This i not a bug in MinGW. In this patch (see attach) I try to fix
> problems
> > > with wrong redefinitions of 'cdecl', but I can't check it in xNix.
> >
> > This patch uncovered some functions that had _cdecl for no reason I
> > could see. I just deleted those. Trunk has this patch and works with
> > MinGW and Linux. Can you check Visual studios?
>
> I can confirm the latest trunk to work nicely on Ubuntu 8.04 32bit.
>
> I also have Vista SP1 + some version of MingW which comes with
> Code::Blocks and Visual Studio 2008 Express + Platform SDK installed on
> another laptop. Do you have some instructions on how to build this stuff
> the "Windows-way"? I am willing to help you with the testing.
>
> --
> Sincerely yours,
> Yury V. Zaytsev
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~cuneiform<https://launchpad.net/%7Ecuneiform>
> Post to : cuneiform@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~cuneiform<https://launchpad.net/%7Ecuneiform>
> More help : https://help.launchpad.net/ListHelp
>
References