From ca876191e548adee0c0ce4c3317eba818a6e0838 Mon Sep 17 00:00:00 2001 From: Aleksandar Danilovic Date: Sat, 28 May 2016 15:52:51 +0200 Subject: Fix MS Visual Studio build settings NMake was not setup by the vsproj=yes compilation parameter. After attempting other possible options, this is the best fix for our current requirements. Compiling via NMake is implementing an alternative to SCons, so this fix escapes out of NMake environment while also supporting different target builds and IDE error list integration. Also sets -j setting to 2 so that it's easy for people to change it to a propper value and speed it up a bit for those that do not. Adds two missing .gitignore Visual Studio temp files present in Visual Studio's .gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 51df27507d..72cc5bc11a 100644 --- a/.gitignore +++ b/.gitignore @@ -148,6 +148,8 @@ ipch/ *.opensdf *.sdf *.cachefile +*.VC.db +*.VC.VC.opendb # Visual Studio profiler *.psess -- cgit v1.2.3