mirror of
https://github.com/bellard/quickjs.git
synced 2024-11-23 14:18:13 +08:00
4298c1a726
1. MSVC compatibility 2. CONFIG_VERSION (too common/generic) replaced by QUICKJS_VERSION due to clashes with other libraries that use CONFIG_VERSION too
5 lines
62 B
Batchfile
5 lines
62 B
Batchfile
cd ..
|
|
premake5 vs2017
|
|
cd .build
|
|
start vs2017\quickjs-msvc.sln
|