I run 'make config=release_x64' command to build demo app, but get some error about this:
==== Building sciter-sqlite (release_x64) ====
make[1]: sciter-sqlite.make: No such file or directory
make[1]: No rule to make target 'sciter-sqlite.make'. Stop.
Makefile:139: recipe for target 'sciter-sqlite' failed
make: [sciter-sqlite] Error 2
I run 'make config=release_x64' command to build demo app, but get some error about this:
==== Building sciter-sqlite (release_x64) ==== make[1]: sciter-sqlite.make: No such file or directory make[1]: No rule to make target 'sciter-sqlite.make'. Stop. Makefile:139: recipe for target 'sciter-sqlite' failed make: [sciter-sqlite] Error 2
Can you give me a hand?