3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 04:03:39 +00:00

move to z3.dll instead of z3_dbg.dll

This commit is contained in:
Nikolaj Bjorner 2012-10-20 19:26:31 -07:00
parent 61de6433c0
commit 452ea65189

View file

@ -22,7 +22,7 @@ if %STATIC% == true (
set Z3DBGLIB=z3lib.lib set Z3DBGLIB=z3lib.lib
) else ( ) else (
set Z3LIB=z3.lib set Z3LIB=z3.lib
set Z3DBGLIB=z3_dbg.lib set Z3DBGLIB=z3.lib
) )
REM ocaml 3.11 and later calls the linker through flexlink REM ocaml 3.11 and later calls the linker through flexlink