# Configuration supposed to be configured here by the user # # provides: # - PLATFORM_SDK_DIR # - SQLITE_VERSION # please customize # Windows Platform SDK ###################### # The location of the Windows Platform SDK # 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 SDKs\Windows\v7.0 # version of sqlite3 #################### # version of the sqlite3 library (amalgamation, is included as subdir) SQLITE_VERSION=3.7.5