3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

updated Debug dir name

This commit is contained in:
Josh Berdine 2012-10-22 03:35:52 +01:00
parent cd8618f90d
commit 8231d1cbcf

View file

@ -19,7 +19,7 @@ if ""%1 == "" (
if %BITS% == 32 (
set ARCH=x86
set Z3BIN= ..\external
set Z3DBG= ..\debug
set Z3DBG= ..\Debug
) else (
set ARCH=x64
set Z3BIN= ..\x64\external_64