about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlfred Eriksson <somerunce@gmail.com>2009-01-11 12:42:00 +0000
committerAlfred Eriksson <somerunce@gmail.com>2009-01-11 12:42:00 +0000
commitab7ecbcf3f22fc89cd97700c09f935d61d5794fd (patch)
tree5abd68081d9dd9bc15a584c30a1c85e10de0c75d
parent144b9fbb6b6dae295b385435c6e96eaf1510d9a2 (diff)
downloadzcatch-ab7ecbcf3f22fc89cd97700c09f935d61d5794fd.tar.gz
zcatch-ab7ecbcf3f22fc89cd97700c09f935d61d5794fd.zip
fixed path
-rw-r--r--scripts/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.py b/scripts/build.py
index 9b197aa7..2da77169 100644
--- a/scripts/build.py
+++ b/scripts/build.py
@@ -117,7 +117,7 @@ if 1:
 	output = "bam"
 	bam_cmd = "./bam"
 	if os.name == "nt":
-		if os.system("make_win32_msvc2005.bat") != 0:
+		if os.system("make_win32_msvc.bat") != 0:
 			bail("failed to build bam")
 		output += ".exe"
 		bam_cmd = "bam"