-added Windows Embedded Compact 2013 support

This commit is contained in:
Günter Obiltschnig
2014-03-17 14:36:17 +01:00
parent cd607b6f28
commit b2ba1dfb74
221 changed files with 53154 additions and 13873 deletions

View File

@@ -12,7 +12,7 @@ vc.project.compiler.defines = SQLITE_THREADSAFE=1;SQLITE_OMIT_UTF16;SQLITE_OMIT_
vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
vc.project.compiler.defines.WinCE = SQLITE_OMIT_LOCALTIME
vc.project.compiler.defines.WinCE = SQLITE_MSVC_LOCALTIME_API
vc.project.compiler.disableWarnings = 4996;4244;4018
vc.solution.create = true
vc.solution.include = testsuite\\TestSuite