lemon-project-template-glpk
annotate deps/glpk/w64/config_VC @ 11:4fc6ad2fb8a6
Test GLPK in src/main.cc
author | Alpar Juttner <alpar@cs.elte.hu> |
---|---|
date | Sun, 06 Nov 2011 21:43:29 +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 */ |