Closed ph-life closed 3 years ago
See how to select toolset: https://github.com/bkaradzic/bx/blob/7837d90865b391fd45698add941082823f5a83a6/scripts/toolchain.lua#L81-L98
How to select WindowsSDK: https://github.com/bkaradzic/bx/blob/7837d90865b391fd45698add941082823f5a83a6/scripts/toolchain.lua#L135-L139
@bkaradzic Бранимир, I'm appologize about my stupid previous message/question. I guess, next time, I'll rebuild genie from scratch on Windows, Linux, MacOS, FreeBSD from source code (C/C++ source code + LUA) before asking you questions.
No problem. The best place (due lack of docs) to check features is that toolchain.lua in bx repository.
I'm using genie since 2016-2017 , but I did not tried to build genie from source code since December, 2017 :)
You can use these executables: https://github.com/bkaradzic/GENie#download-stable
I'm afraid there's been some misunderstanding and it's my fault. :) I'm already using genie 1411 binaries at least last 20-30 days (since november 2020, for my windows builds). BTW, I've biggest collection of genie builds (binaries) :) proof picture: about build 1095 - (build from 2017) I guess, it was last build I'm tried to build from source code, instead of download your new binaries from github :) BTW, I'm really impressed about your skills & experience (in C/C++ programming, CG, build automation, etc.). Do you have personal site? For example, I want to add link and information about you to my site: https://ph.life
@bkaradzic Бранимир, Could you please enjoy us? :)) https://ph.life/friends/
Hello, excuse me, probably, It's not an issue but more like enhancement. May I choose "Platform Toolset" and "Windows SDK version?" for VS2010-VS2019 solution generator?
My current ugly workaround to setup required Platform Toolset (as example): (replacing v140,v141,v142 (default toolset) strings with LLVM or Intel Compiler in vcxproj files)