mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Added mk_win_dist.py script for generating Window .zip distribution files
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3bf6af44bf
commit
625db61b51
6 changed files with 383 additions and 90 deletions
|
@ -18,7 +18,7 @@ Revision History:
|
|||
--*/
|
||||
#include"imdd.h"
|
||||
|
||||
#ifndef _AMD64_
|
||||
#if !defined(_AMD64_) && defined(Z3DEBUG)
|
||||
|
||||
static void tst0() {
|
||||
std::cout << "--------------------------------\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue