lemon-project-template-glpk
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:080e19287ac6 |
---|---|
1 /* GLPK configuration file (Microsoft Visual Studio Express) */ | |
2 | |
3 #define __WOE__ 1 | |
4 | |
5 #define ODBC_DLNAME "odbc32.dll" | |
6 /* ODBC shared library name if this feature is enabled */ | |
7 | |
8 #if 0 | |
9 #define MYSQL_DLNAME "libmysql.dll" | |
10 /* MySQL shared library name if this feature is enabled */ | |
11 #endif | |
12 | |
13 /* eof */ |