Hi.

I have added it now but with a different name (I assume it will 
> have the *.props extension anyway). 
>
I've not found this in your repository. 
So I did it in my msvc1 branch and made a new pull request.
 

> But I am not sure how to test this as I don't normally build with MSBUILD. 
>
To create some property sheet and make sure that it really used by project. 
For example, test props may contains: <PreBuildEvent>echo It works!<
/PreBuildEvent>.

I've tried external props at my job: I've compiled lib_mpir_gc with /MD(d) 
in msvc 12 and 14. It seems to work.

There are also some fixes in this PR:
1) An original Windows directory separator is a backslash. Msbuild is often 
tolerant to forward slashes and even to mixture of slashes, but not always.
So it worth to follow the same rules in all paths in msbuild scripts.

2) I failed to build any DLL project in msvc 10-12 due to wrong 
Link/GenerateDebugInformation value. Value "true" is supported by all Msvc 
versions

Regards,
  Sergey.

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To post to this group, send email to mpir-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to