Paul 'Nick' Laurenzano
6be0d67dde
Add flexibility to VS17 msbuild.bat
...
Now, a msbdir can be passed in externally, which is
useful in case Visual Studio is installed in an atypical location.
Also had to make use of Delayed Expansion for the set commands
within the conditional statements; otherwise, they would not resolve
their values properly. Not sure if this is specific to different
versions of Windows or Command prompt, but it bit me.
https://stackoverflow.com/questions/10558316/example-of-delayed-expansion-in-batch-file
This change could easily be moved to the other platforms if needed.
2020-04-08 08:23:39 -04:00
Brian Gladman
ede5cee95e
1. remove mpir-tests.py from the mpir-tests directories (now runs from vs<nn> directories)
...
2. add tests and tune builds for Visual Studio 2013
2018-09-05 16:58:31 +01:00
Brian Gladman
0da9962426
update all msbuild.bat files to use a common script
2018-09-05 15:52:38 +01:00
Brian Gladman
b896fc6f09
correct some references to the old build system
2018-09-05 12:39:04 +01:00
Brian Gladman
c53d64804d
make last two parameters for msbuild.bat optional
2018-09-03 17:03:33 +01:00
Brian Gladman
6138669698
update to use the Windows 10 version 1803 as the default Windows SDK (10.0.17134.0)
2018-09-03 08:19:37 +01:00
Brian Gladman
63a19327c7
remove files that should not be in the repository;
...
update msbuild.bat to input the Windows SDK wanted
2018-08-30 20:38:31 +01:00
Brian Gladman
736f412a1e
delete file added in error
2018-08-29 14:19:14 +01:00
Brian Gladman
388d13a8dd
add back new msvc build
2018-08-29 14:15:58 +01:00
Brian Gladman
29f8f4c043
REMOVE NEW msvc BUILD COMPLETELY FROM MASTER
2018-08-29 14:09:12 +01:00
Brian Gladman
9199c223b0
Merge branch 'msvc_build'
...
# Conflicts:
# msvc/vs17/mpir-tests/mpn.logic/mpn.logic.vcxproj
# msvc/vs17/mpir.sln
2018-08-29 14:03:51 +01:00
Brian Gladman
a92e8b6b4d
remove assembler builds from repository
2018-08-28 16:02:45 +01:00
Brian Gladman
ca0f5b77f8
updaate mpir.sln file
2018-08-28 15:23:30 +01:00
Brian Gladman
581c0a1e19
rename tests\mpn\logic.c to t-logic.c
2018-08-28 13:57:38 +01:00
Brian Gladman
56f5b6bf2d
remove windows build from master
2018-08-28 11:43:55 +01:00
Brian Gladman
475408dcc2
repair msbuild.bat (broken by Microsoft changes)
2018-08-25 23:38:52 +01:00
Brian Gladman
763741ca1f
remove error in mpn_neg
2018-04-17 16:16:13 +01:00
Brian Gladman
5743054267
Merge branch 'master' of github.com:BrianGladman/mpir
2018-03-06 12:12:21 +00:00
Brian Gladman
6218aca956
remove all but generic C build Visual Studio build files from the repository
2018-03-06 11:58:34 +00:00
Brian Gladman
fbccc43ea3
remove all but generic C build Visual Studio build files from the repository
2018-03-06 11:50:46 +00:00
Brian Gladman
e00627e958
remove mpn_perfect_power (not compatible with MPIR division functions)
...
revert msvc build files accordingly
2018-02-28 15:47:50 +00:00
Brian Gladman
eb69f67857
Add missing GMP functions (mpf_cmp_z, mpn_perfect_power_p, mpn_zero_p) to MPIR
...
Correct missing prototypess in gmp_h.in (mpn_divrem, mpn_divexact_1)
Update Windows builds for these changes
2018-02-25 16:14:35 +00:00
Brian Gladman
88ebf14002
remove files added to repository in error; correct msbuild.bat for Visual Studio 2017
2018-02-17 23:21:10 +00:00
Brian Gladman
81696e9b76
change vs sub-directory names in the Windows build to match Visual Studio versions
2018-02-17 22:11:47 +00:00