Re: [fossil-users] visual studio solution and project file for fossil

2016-10-06 Thread Arjen Markus
users@lists.fossil-scm.org > Subject: Re: [fossil-users] visual studio solution and project file for fossil > > > > Fossil's primary use is to keep track of changes in your files, it is not a > > build > system perse. If you want to use Visual Studio, why not use something

Re: [fossil-users] visual studio solution and project file for fossil

2016-10-05 Thread Ross Berteig
On 10/5/2016 3:27 PM, Richard Hipp wrote: On 10/5/16, Ross Berteig wrote: Note that building for 64-bit needs something trickier than just following that recipe from a 64-bit VisualStudio prompt. Really? Because just typing "nmake /f makefile.msc" from a 64-bit

Re: [fossil-users] visual studio solution and project file for fossil

2016-10-05 Thread Richard Hipp
On 10/5/16, Ross Berteig wrote: > > Note that building for 64-bit needs something trickier than just > following that recipe from a 64-bit VisualStudio prompt. Really? Because just typing "nmake /f makefile.msc" from a 64-bit VisualStudio prompt works fine for me on

Re: [fossil-users] visual studio solution and project file for fossil

2016-10-05 Thread Ross Berteig
On 10/5/2016 11:30 AM, Richard Hipp wrote: On 10/5/16, arnoldemu wrote: I see that fossil can be built with a batch file "buildmsvc.bat" which uses the command-line visual studio compiler. It uses some kind of custom build where the headers which are needed

Re: [fossil-users] visual studio solution and project file for fossil

2016-10-05 Thread Steven Gawroriski
On Wed, 5 Oct 2016 15:40:46 -0400 Steven Gawroriski wrote: > Hello, > > On Wed, 5 Oct 2016 20:13:36 +0200 (CEST) > arnoldemu wrote: > > > I want to make a solution for fossil so I can build fossil under > > visual studio itself

Re: [fossil-users] visual studio solution and project file for fossil

2016-10-05 Thread Steven Gawroriski
Hello, On Wed, 5 Oct 2016 20:13:36 +0200 (CEST) arnoldemu wrote: > I want to make a solution for fossil so I can build fossil under > visual studio itself from the IDE itself. I can then use the IDE's > debugger. I tried to add all the source files from inside

Re: [fossil-users] visual studio solution and project file for fossil

2016-10-05 Thread Richard Hipp
On 10/5/16, arnoldemu wrote: > > I see that fossil can be built with a batch file "buildmsvc.bat" which uses > the command-line visual studio compiler. It uses some kind of custom build > where the headers which are needed are added to the files and output into a

Re: [fossil-users] visual studio solution and project file for fossil

2016-10-05 Thread arnoldemu
> Fossil's primary use is to keep track of changes in your files, it is not a > build system perse. If you want to use Visual Studio, why not use something > like CMake: Hi Arjun, Thankyou for your reply. Sorry but after reading back my question I don't think I worded it well and I didn't

Re: [fossil-users] visual studio solution and project file for fossil

2016-10-05 Thread Arjen Markus
: [fossil-users] visual studio solution and project file for fossil Hi I am not familiar enough with the fossil build system so I hope somebody can answer these questions. Is there a way to generate a visual studio solution and project file from the fossil source which I can then load up in visual

[fossil-users] visual studio solution and project file for fossil

2016-10-05 Thread arnoldemu
Hi I am not familiar enough with the fossil build system so I hope somebody can answer these questions. Is there a way to generate a visual studio solution and project file from the fossil source which I can then load up in visual studio 2015 community edition? Or an alternative: is there a