summaryrefslogtreecommitdiff
path: root/PC/VS9.0/sqlite3.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'PC/VS9.0/sqlite3.vsprops')
-rw-r--r--PC/VS9.0/sqlite3.vsprops14
1 files changed, 14 insertions, 0 deletions
diff --git a/PC/VS9.0/sqlite3.vsprops b/PC/VS9.0/sqlite3.vsprops
new file mode 100644
index 0000000000..b502df5ace
--- /dev/null
+++ b/PC/VS9.0/sqlite3.vsprops
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="sqlite3"
+ InheritedPropertySheets=".\pyproject.vsprops"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="$(sqlite3Dir)"
+ PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)"
+ WarningLevel="1"
+ />
+</VisualStudioPropertySheet>