Cheaterdev / Spectrum

7 stars 2 forks source link

Missing "sharpmake" DLLs #4

Closed ChemistAion closed 4 years ago

ChemistAion commented 4 years ago

I have to build latest sharpmake into 'sharpmake' directory since there are missing DLLs. I think you need at least: 'Sharpmake.dll', 'Sharpmake.Generators.dll' and 'Sharpmake.CommonPlatforms.dll'

Consider adding sharpmake as a git::submodule.

Cheaterdev commented 4 years ago

For this step you need to build Sharpmake. It's not automated yet. Or, you can download my binaries: https://cheater.dev/sharpmake.rar

ChemistAion commented 4 years ago

Thanks, I did this already :) BTW: I switched to sharpmake from CMake in my own engine project a week ago - I love it since!