Minor Windows build change

This commit is contained in:
gladman 2011-02-07 20:53:25 +00:00
parent e1627e5669
commit 5f89ae390d
2 changed files with 1 additions and 5 deletions

View File

@ -349,10 +349,6 @@ MA 02111-1307, USA. */
#define inline __inline
#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
#define access _access
#define strcasecmp _stricmp

View File

@ -1,6 +1,6 @@
@echo off
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 "x64" set bits=64
for /f "tokens=1,2 delims=@" %%a in (..\gmp-h.in) do (