A fork of the fork of neko-systools for Haxe 3 / Neko 2.
The original repository wasn't updated since 2015, and there isn't major changes since 2013. Since 2015 / 2013, time passed and now building (for Windows) is impossible without a few workarounds:
Requirements for building:
- MSVC v142 - VS 2019 C++ x64/x86 build tools
- Windows SDK (latest version)
You can get both requirements on the Visual Studio Installer.
- Go any command prompt / terminal, and type
haxelib git systools https://github.com/polybiusproxy/systools.git
(you need to install Git). - Rebuild the library using
lime rebuild systools [windows/mac/linux]
, depending of your operating system. - Now, you are done! Enjoy using systools! (no malicious using >:( )
OpenFL will not include systools.ndll by default when building for the Neko or cpp platforms. To solve this you must include an additional line in your project.xml
file, just after the <haxelib name="systools" />
tag:
<ndll name="systools" haxelib="systools" />