From c441e797bc791a5c4d0935129dee42f2801cb794 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 15 Sep 2010 11:32:28 +0200 Subject: disabled test9 on Windows (can't work because we stress the BUSY state too much, we need a specialized test for windows stressing sqlite3 less) --- makefiles/nmake/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefiles/nmake') diff --git a/makefiles/nmake/config.mk b/makefiles/nmake/config.mk index 1d3b285..c1b048c 100644 --- a/makefiles/nmake/config.mk +++ b/makefiles/nmake/config.mk @@ -13,8 +13,8 @@ # newer versions of Visual Studio integrate the header files of the SDK # some versions of Visual Studio miss the mc.exe binary -PLATFORM_SDK_DIR = C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2 -#PLATFORM_SDK_DIR = C:\Programme\Microsoft Platform SDK for Windows Server 2003 R2 +#PLATFORM_SDK_DIR = C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2 +PLATFORM_SDK_DIR = C:\Programme\Microsoft Platform SDK for Windows Server 2003 R2 # version of sqlite3 #################### -- cgit v1.2.3-54-g00ecf