Skip to content

Commit f026622

Browse files
committed
update sqlite3 version && use premake5 to gen the sln file
Signed-off-by: sndnvaps <sndnvaps@gmail.com>
1 parent e8156e6 commit f026622

41 files changed

Lines changed: 62657 additions & 24561 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
image:
22
- Visual Studio 2015
33
before_build:
4-
- cmd: del SQLite3.sln
54
- cmd: premake.bat
65

76
platform:

SQLite3.sln

Lines changed: 0 additions & 77 deletions
This file was deleted.

VERSIONS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
wxsqlite=3.3.0
2-
sqlite=3.9.2
3-
premake=4.4-beta5
1+
wxsqlite=3.5.0
2+
sqlite=3.17.0
3+
premake=5.0.0-alpha12

build/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
*.suo
77
*.user
88
*.sln.docstates
9+
*.sln
10+
*.vcxproj
11+
*.filters
912

1013
!premake4.exe
1114
!.gitignore

build/sqlite3_dll/.gitignore

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)