Commit e7a434e4 authored by Martin v. Löwis's avatar Martin v. Löwis

Package using VS 2008.

parent 4b3311b2
...@@ -27,11 +27,10 @@ have_tcl = True ...@@ -27,11 +27,10 @@ have_tcl = True
# Where is sqlite3.dll located, relative to srcdir? # Where is sqlite3.dll located, relative to srcdir?
sqlite_dir = "../sqlite-source-3.3.4" sqlite_dir = "../sqlite-source-3.3.4"
# path to PCbuild directory # path to PCbuild directory
PCBUILD="PC\\VS7.1" PCBUILD="PCbuild"
#PCBUILD="PCbuild"
# msvcrt version # msvcrt version
MSVCR = "71" #MSVCR = "71"
#MSVCR = "90" MSVCR = "90"
try: try:
from config import * from config import *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment