Posts: 6,482
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1085 thank(s) in 855 post(s)
I have moved the windows nightbuilds to CMake. It seems everything is working smoothly, so I'm inclined to remove both VC2008 and VC2013 folders, since they no longer contain anything useful.
I'm going to bed now; if I don't see any objections by tomorrow morning, I will make it official.
Posts: 4,637
Threads: 115
Joined: Dec 2011
Thanks: 697
Given 510 thank(s) in 435 post(s)
I don't have any objections.
Posts: 372
Threads: 29
Joined: Mar 2011
Thanks: 1
Given 22 thank(s) in 19 post(s)
Hey,
Just wondering
I do use vs2012, do i just install and run a cmake command and it generates the vs files or ?
Posts: 6,482
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1085 thank(s) in 855 post(s)
01-14-2014, 06:41 PM
(This post was last modified: 01-14-2014, 06:42 PM by xoft.)
Damn, the CMake version again compiles against the dynamic CRT runtime (msvcr90.dll et al.), I need to fix that first.
I knew there was something wrong with it, the executable was suddenly several hundred KiB smaller.
Posts: 6,482
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1085 thank(s) in 855 post(s)
Dynamic CRT fixed.
Link-Time Code Generation for Release builds fixed.
Basic compiling guide written.
I think we're ready to remove the VC2008 and VC2013 solution files, what do you think?
Posts: 4,637
Threads: 115
Joined: Dec 2011
Thanks: 697
Given 510 thank(s) in 435 post(s)
I did one last check to see if it compiles and it does so I guess we can remove those folders.