lemon-project-template-glpk
annotate deps/glpk/w32/config_VC @ 9:33de93886c88
Import GLPK 4.47
author | Alpar Juttner <alpar@cs.elte.hu> |
---|---|
date | Sun, 06 Nov 2011 20:59:10 +0100 |
parents | |
children |
rev | line source |
---|---|
alpar@9 | 1 /* GLPK configuration file (Microsoft Visual Studio Express) */ |
alpar@9 | 2 |
alpar@9 | 3 #define __WOE__ 1 |
alpar@9 | 4 |
alpar@9 | 5 #define ODBC_DLNAME "odbc32.dll" |
alpar@9 | 6 /* ODBC shared library name if this feature is enabled */ |
alpar@9 | 7 |
alpar@9 | 8 #if 0 |
alpar@9 | 9 #define MYSQL_DLNAME "libmysql.dll" |
alpar@9 | 10 /* MySQL shared library name if this feature is enabled */ |
alpar@9 | 11 #endif |
alpar@9 | 12 |
alpar@9 | 13 /* eof */ |