mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +00:00
MSYS2 and cmake based compilation support for clang and gcc
This commit is contained in:
parent
a9faf6c4ab
commit
5708379ebc
3 changed files with 20 additions and 2 deletions
|
@ -39,6 +39,10 @@ Revision History:
|
|||
#include "util/file_path.h"
|
||||
#include "shell/lp_frontend.h"
|
||||
|
||||
#if defined( _WINDOWS ) && defined( __MINGW32__ ) && ( defined( __GNUG__ ) || defined( __clang__ ) )
|
||||
#include <crtdbg.h>
|
||||
#endif
|
||||
|
||||
typedef enum { IN_UNSPECIFIED, IN_SMTLIB_2, IN_DATALOG, IN_DIMACS, IN_WCNF, IN_OPB, IN_LP, IN_Z3_LOG, IN_MPS } input_kind;
|
||||
|
||||
static std::string g_aux_input_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue