Commit Graph

15 Commits

Author SHA1 Message Date
Brian Gladman
8210936e6b Merge branch 'master' of github.com:BrianGladman/mpir
Conflicts:
	build.vc/mpir_config.py
2015-11-25 16:38:47 +00:00
Brian Gladman
c6db10ad59 tidy up path handling 2015-11-25 16:35:30 +00:00
Brian Gladman
c0ade4a4f1 tidy up path handling 2015-11-25 16:04:26 +00:00
Brian Gladman
36ef0ee11e add further build improvements 2015-11-25 12:42:32 +00:00
Brian Gladman
da9765c5ce continue update of the Visual Studio build 2015-11-24 23:44:30 +00:00
SeVlaT
7d51e20eb2 <GenerateDebugInformation>: Debug and DebugFastLink are valid only for Msvc14
"true" is valid for all Msvc versions:

see: Microsoft.Link.Common.props, lines 51, 52
 <GenerateDebugInformation Condition="'$(UseDebugLibraries)' == 'true' and '%(Link.GenerateDebugInformation)'==''">DebugFastLink</GenerateDebugInformation>
 <GenerateDebugInformation Condition="'$(UseDebugLibraries)' != 'true' and '%(Link.GenerateDebugInformation)'==''">Debug</GenerateDebugInformation>
2015-11-23 19:59:30 +03:00
SeVlaT
745403e253 Added vcx_external_props 2015-11-23 18:30:47 +03:00
SeVlaT
84ee232800 Backslash is prefered in MSVC projects 2015-11-23 18:18:42 +03:00
sevlat
da9da8e13f <PreprocessorDefinitions> fixed: Underscore for _DEBUG 2015-11-21 23:53:01 +03:00
sevlat
b9710570ed Improved indents in filters files 2015-11-21 21:34:15 +03:00
sevlat
febb49db9e Improved indents in project files 2015-11-21 21:33:49 +03:00
sevlat
5ab8d35863 Semicolon added to <PreprocessorDefinitions> for applications 2015-11-21 21:07:08 +03:00
Brian Gladman
8e73139726 continue revision of MPIR Windows build 2015-11-20 16:04:13 +00:00
Brian Gladman
7217b15eea continue Visual Studio build update 2015-11-19 21:46:32 +00:00
Brian Gladman
8fece6b11c add new common build files directory 2015-11-19 16:32:42 +00:00