Minor Windows build change
This commit is contained in:
parent
e1627e5669
commit
5f89ae390d
@ -349,10 +349,6 @@ MA 02111-1307, USA. */
|
|||||||
#define inline __inline
|
#define inline __inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Define to empty if the keyword `volatile' does not work. Warning: valid
|
|
||||||
code using `volatile' can become incorrect without. Disable with care. */
|
|
||||||
#undef volatile
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define access _access
|
#define access _access
|
||||||
#define strcasecmp _stricmp
|
#define strcasecmp _stricmp
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
echo creating mpir.h for %1
|
echo creating mpir.h for %1
|
||||||
echo /* generated from gmp-h.in by gen_mpt_h.bat */ >tmp.h
|
echo /* generated from gmp-h.in by gen_mpir_h.bat */ >tmp.h
|
||||||
if /i "%1" EQU "win32" set bits=32
|
if /i "%1" EQU "win32" set bits=32
|
||||||
if /i "%1" EQU "x64" set bits=64
|
if /i "%1" EQU "x64" set bits=64
|
||||||
for /f "tokens=1,2 delims=@" %%a in (..\gmp-h.in) do (
|
for /f "tokens=1,2 delims=@" %%a in (..\gmp-h.in) do (
|
||||||
|
Loading…
Reference in New Issue
Block a user