changeset 1 | c445c931472f |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/w32/config_VC Mon Dec 06 13:09:21 2010 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +/* GLPK configuration file (Microsoft Visual Studio Express) */ 1.5 + 1.6 +#define __WOE__ 1 1.7 + 1.8 +#define ODBC_DLNAME "odbc32.dll" 1.9 +/* ODBC shared library name if this feature is enabled */ 1.10 + 1.11 +#if 0 1.12 +#define MYSQL_DLNAME "libmysql.dll" 1.13 +/* MySQL shared library name if this feature is enabled */ 1.14 +#endif 1.15 + 1.16 +/* eof */