Updated mingw directions, and made build process easier

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@536 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
ghaushe
2003-01-08 05:53:47 +00:00
parent 9dacb5c6ee
commit b1c28f2a41
7 changed files with 39 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include "config.h"
#ifdef WIN32
#ifdef _MSC_VER
#define alloca _alloca
#define snprintf _snprintf
#endif
+1 -1
View File
@@ -26,7 +26,7 @@
/* PATH_MAX is per POSIX defined in <limits.h> */
# include <limits.h>
#endif
#ifdef WIN32
#ifdef _MSC_VER
# include <io.h>
# define access _access
# define F_OK 0
+1 -1
View File
@@ -38,7 +38,7 @@ SDL_Surface* TFB_GL_DisplayFormatAlpha (SDL_Surface *surface);
#ifndef APIENTRY
#define GLUT_APIENTRY_DEFINED
#if (_MSC_VER >= 800) || defined(_STDCALL_SUPPORTED)
#if __MINGW32__ || (_MSC_VER >= 800) || defined(_STDCALL_SUPPORTED)
#define APIENTRY __stdcall
#else
#define APIENTRY