You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
295 B

  1. /* GLPK configuration file (Microsoft Visual Studio Express) */
  2. #define __WOE__ 1
  3. #define ODBC_DLNAME "odbc32.dll"
  4. /* ODBC shared library name if this feature is enabled */
  5. #if 0
  6. #define MYSQL_DLNAME "libmysql.dll"
  7. /* MySQL shared library name if this feature is enabled */
  8. #endif
  9. /* eof */