diff options
author | Aleksandar Danilovic <greatgames.alexandar@gmail.com> | 2016-05-28 15:52:51 +0200 |
---|---|---|
committer | Aleksandar Danilovic <greatgames.alexandar@gmail.com> | 2016-05-28 17:15:12 +0200 |
commit | ca876191e548adee0c0ce4c3317eba818a6e0838 (patch) | |
tree | 73583e846594c259c6cb05d83729e4699909e45c /.gitignore | |
parent | d9e86528933aac72ca5c80df7e0194dc9cfb7dca (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |