003 File Manager
Current Path:
/usr/src/contrib/sqlite3
usr
/
src
/
contrib
/
sqlite3
/
📁
..
📄
INSTALL
(15.38 KB)
📄
Makefile.am
(729 B)
📄
Makefile.fallback
(547 B)
📄
Makefile.in
(36.58 KB)
📄
Makefile.msc
(28.14 KB)
📄
README.txt
(3.47 KB)
📄
Replace.cs
(7.1 KB)
📄
aclocal.m4
(364.21 KB)
📄
compile
(7.16 KB)
📄
config.guess
(43.25 KB)
📄
config.sub
(35.29 KB)
📄
configure
(466.22 KB)
📄
configure.ac
(7.81 KB)
📄
depcomp
(23.01 KB)
📄
install-sh
(14.8 KB)
📄
ltmain.sh
(316.81 KB)
📄
missing
(6.71 KB)
📄
shell.c
(621.22 KB)
📄
sqlite3.1
(8.72 KB)
📄
sqlite3.c
(7.76 MB)
📄
sqlite3.h
(566.96 KB)
📄
sqlite3.pc.in
(267 B)
📄
sqlite3.rc
(1.95 KB)
📄
sqlite3ext.h
(34.44 KB)
📄
sqlite3rc.h
(78 B)
📁
tea
Editing: sqlite3.rc
/* ** 2012 September 2 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. ** ****************************************************************************** ** ** This file contains code and resources that are specific to Windows. */ #if !defined(_WIN32_WCE) #include "winresrc.h" #else #include "windows.h" #endif /* !defined(_WIN32_WCE) */ #if !defined(VS_FF_NONE) # define VS_FF_NONE 0x00000000L #endif /* !defined(VS_FF_NONE) */ #include "sqlite3.h" #include "sqlite3rc.h" /* * English (U.S.) resources */ #if defined(_WIN32) LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif /* defined(_WIN32) */ /* * Icon */ #if !defined(RC_VERONLY) #define IDI_SQLITE 101 IDI_SQLITE ICON "..\\art\\sqlite370.ico" #endif /* !defined(RC_VERONLY) */ /* * Version */ VS_VERSION_INFO VERSIONINFO FILEVERSION SQLITE_RESOURCE_VERSION PRODUCTVERSION SQLITE_RESOURCE_VERSION FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #if defined(_DEBUG) FILEFLAGS VS_FF_DEBUG #else FILEFLAGS VS_FF_NONE #endif /* defined(_DEBUG) */ FILEOS VOS__WINDOWS32 FILETYPE VFT_DLL FILESUBTYPE VFT2_UNKNOWN BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904b0" BEGIN VALUE "CompanyName", "SQLite Development Team" VALUE "FileDescription", "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine." VALUE "FileVersion", SQLITE_VERSION VALUE "InternalName", "sqlite3" VALUE "LegalCopyright", "http://www.sqlite.org/copyright.html" VALUE "ProductName", "SQLite" VALUE "ProductVersion", SQLITE_VERSION VALUE "SourceId", SQLITE_SOURCE_ID END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 0x4b0 END END
Upload File
Create Folder