ShiftMediaProject / gmp

Unofficial GMP with added custom native Visual Studio project build tools. GMP: GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers.
https://gmplib.org/
GNU Lesser General Public License v3.0
83 stars 42 forks source link

Missing quotes around some Visual Studio Macros #16

Open BrianGladman opened 6 months ago

BrianGladman commented 6 months ago

In a few places there are missing quotes around the Visual Studio macros in the post build steps. These cause file copy failures in the post build step. I have corrected these in my clone of your repository here: https://github.com/BrianGladman/gmp

Sibras commented 4 months ago

A PR of these changes is always welcome