@@ -40,7 +40,7 @@ workspace "SQLite3"
4040 " DEBUG" ,
4141 " _DEBUG"
4242 }
43- flags { " Symbols " }
43+ symbols " On "
4444
4545 filter { " configurations:Release*" }
4646 defines {
@@ -60,7 +60,8 @@ project "sqlite3lib"
6060 [" Header Files" ] = { " **.h" },
6161 [" Source Files" ] = { " **/sqlite3secure.c" , " **.def" , " **.rc" }
6262 }
63- flags { " Unicode" , " StaticRuntime" }
63+ characterset (" Unicode" )
64+ flags { " StaticRuntime" }
6465
6566 location ( BUILDDIR )
6667 targetname " sqlite3"
@@ -116,7 +117,8 @@ project "sqlite3dll"
116117 [" Header Files" ] = { " **.h" },
117118 [" Source Files" ] = { " **/sqlite3secure.c" , " **.def" , " **.rc" }
118119 }
119- flags { " Unicode" , " StaticRuntime" }
120+ characterset (" Unicode" )
121+ flags { " StaticRuntime" }
120122
121123 location ( BUILDDIR )
122124 targetname " sqlite3"
@@ -170,7 +172,8 @@ project "sqlite3shell"
170172 [" Source Files" ] = { " **.c" , " **.rc" }
171173 }
172174 files { " src/sqlite3.h" , " src/shell.c" , " src/sqlite3shell.rc" }
173- flags { " Unicode" , " StaticRuntime" }
175+ characterset (" Unicode" )
176+ flags { " StaticRuntime" }
174177 links { " sqlite3lib" }
175178
176179 location ( BUILDDIR )
0 commit comments