diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-02 17:39:00 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-02 17:39:00 +0000 |
commit | 9532c0e367447335be342858d9f218e2d0358b1c (patch) | |
tree | a5437f66288a5ef6dc84f09742acf3c2acc3511a /third_party/sqlite | |
parent | a7383bde377b99f2cd43ed70d04b86f0db74482b (diff) | |
download | chromium_src-9532c0e367447335be342858d9f218e2d0358b1c.zip chromium_src-9532c0e367447335be342858d9f218e2d0358b1c.tar.gz chromium_src-9532c0e367447335be342858d9f218e2d0358b1c.tar.bz2 |
Move a bunch of libs over to gyp on windows.
Review URL: http://codereview.chromium.org/60019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13020 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/sqlite')
-rw-r--r-- | third_party/sqlite/sqlite.vcproj | 542 |
1 files changed, 0 insertions, 542 deletions
diff --git a/third_party/sqlite/sqlite.vcproj b/third_party/sqlite/sqlite.vcproj deleted file mode 100644 index 421880c..0000000 --- a/third_party/sqlite/sqlite.vcproj +++ /dev/null @@ -1,542 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="sqlite" - ProjectGUID="{6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}" - RootNamespace="sqlite" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;.\sqlite.vsprops;$(SolutionDir)..\build\external_code.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""$(SolutionDir)..\third_party\sqlite\src";"$(SolutionDir)..\third_party\sqlite\preprocessed"" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;.\sqlite.vsprops;$(SolutionDir)..\build\external_code.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""$(SolutionDir)..\third_party\sqlite\src";"$(SolutionDir)..\third_party\sqlite\preprocessed"" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Shell|Win32" - ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;.\sqlite.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_code.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""$(SolutionDir)..\third_party\sqlite\src";"$(SolutionDir)..\third_party\sqlite\preprocessed"" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath=".\src\alter.c" - > - </File> - <File - RelativePath=".\src\analyze.c" - > - </File> - <File - RelativePath=".\src\attach.c" - > - </File> - <File - RelativePath=".\src\auth.c" - > - </File> - <File - RelativePath=".\src\bitvec.c" - > - </File> - <File - RelativePath=".\src\btmutex.c" - > - </File> - <File - RelativePath=".\src\btree.c" - > - </File> - <File - RelativePath=".\src\btree.h" - > - </File> - <File - RelativePath=".\src\btreeInt.h" - > - </File> - <File - RelativePath=".\src\build.c" - > - </File> - <File - RelativePath=".\src\callback.c" - > - </File> - <File - RelativePath=".\src\complete.c" - > - </File> - <File - RelativePath=".\src\date.c" - > - </File> - <File - RelativePath=".\src\delete.c" - > - </File> - <File - RelativePath=".\src\expr.c" - > - </File> - <File - RelativePath=".\src\fault.c" - > - </File> - <File - RelativePath=".\ext\fts2\fts2.c" - > - </File> - <File - RelativePath=".\ext\fts2\fts2.h" - > - </File> - <File - RelativePath=".\ext\fts2\fts2_hash.c" - > - </File> - <File - RelativePath=".\ext\fts2\fts2_hash.h" - > - </File> - <File - RelativePath=".\ext\fts2\fts2_icu.c" - > - </File> - <File - RelativePath=".\ext\fts2\fts2_porter.c" - > - </File> - <File - RelativePath=".\ext\fts2\fts2_tokenizer.c" - > - </File> - <File - RelativePath=".\ext\fts2\fts2_tokenizer.h" - > - </File> - <File - RelativePath=".\ext\fts2\fts2_tokenizer1.c" - > - </File> - <File - RelativePath=".\src\func.c" - > - </File> - <File - RelativePath=".\src\global.c" - > - </File> - <File - RelativePath=".\src\hash.c" - > - </File> - <File - RelativePath=".\src\hash.h" - > - </File> - <File - RelativePath=".\ext\icu\icu.c" - > - </File> - <File - RelativePath=".\src\insert.c" - > - </File> - <File - RelativePath=".\preprocessed\keywordhash.h" - > - </File> - <File - RelativePath=".\src\legacy.c" - > - </File> - <File - RelativePath=".\src\loadext.c" - > - </File> - <File - RelativePath=".\src\main.c" - > - </File> - <File - RelativePath=".\src\malloc.c" - > - </File> - <File - RelativePath=".\src\mem1.c" - > - </File> - <File - RelativePath=".\src\mem2.c" - > - </File> - <File - RelativePath=".\src\mem3.c" - > - </File> - <File - RelativePath=".\src\mem4.c" - > - </File> - <File - RelativePath=".\src\mem5.c" - > - </File> - <File - RelativePath=".\src\mem6.c" - > - </File> - <File - RelativePath=".\src\mutex.c" - > - </File> - <File - RelativePath=".\src\mutex.h" - > - </File> - <File - RelativePath=".\src\mutex_w32.c" - > - </File> - <File - RelativePath=".\preprocessed\opcodes.c" - > - </File> - <File - RelativePath=".\preprocessed\opcodes.h" - > - </File> - <File - RelativePath=".\src\os.c" - > - </File> - <File - RelativePath=".\src\os.h" - > - </File> - <File - RelativePath=".\src\os_common.h" - > - </File> - <File - RelativePath=".\src\os_win.c" - > - </File> - <File - RelativePath=".\src\pager.c" - > - </File> - <File - RelativePath=".\src\pager.h" - > - </File> - <File - RelativePath=".\preprocessed\parse.c" - > - </File> - <File - RelativePath=".\preprocessed\parse.h" - > - </File> - <File - RelativePath=".\src\pragma.c" - > - </File> - <File - RelativePath=".\src\prepare.c" - > - </File> - <File - RelativePath=".\src\printf.c" - > - </File> - <File - RelativePath=".\src\random.c" - > - </File> - <File - RelativePath=".\src\select.c" - > - </File> - <File - RelativePath=".\src\shell.c" - > - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\shell_icu_win.c" - > - </File> - <File - RelativePath=".\preprocessed\sqlite3.h" - > - </File> - <File - RelativePath=".\src\sqlite3ext.h" - > - </File> - <File - RelativePath=".\src\sqliteInt.h" - > - </File> - <File - RelativePath=".\src\sqliteLimit.h" - > - </File> - <File - RelativePath=".\src\status.c" - > - </File> - <File - RelativePath=".\src\table.c" - > - </File> - <File - RelativePath=".\src\tokenize.c" - > - </File> - <File - RelativePath=".\src\trigger.c" - > - </File> - <File - RelativePath=".\src\update.c" - > - </File> - <File - RelativePath=".\src\utf.c" - > - </File> - <File - RelativePath=".\src\util.c" - > - </File> - <File - RelativePath=".\src\vacuum.c" - > - </File> - <File - RelativePath=".\src\vdbe.c" - > - </File> - <File - RelativePath=".\src\vdbe.h" - > - </File> - <File - RelativePath=".\src\vdbeapi.c" - > - </File> - <File - RelativePath=".\src\vdbeaux.c" - > - </File> - <File - RelativePath=".\src\vdbeblob.c" - > - </File> - <File - RelativePath=".\src\vdbefifo.c" - > - </File> - <File - RelativePath=".\src\vdbeInt.h" - > - </File> - <File - RelativePath=".\src\vdbemem.c" - > - </File> - <File - RelativePath=".\src\vtab.c" - > - </File> - <File - RelativePath=".\src\where.c" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |