go-enry / go-enry

A faster file programming language detector
https://pkg.go.dev/github.com/go-enry/go-enry/v2
Apache License 2.0
497 stars 61 forks source link

Add makefile task for generating a windows dll and make sure it works on windows #20

Open erizocosmico opened 4 years ago

erizocosmico commented 4 years ago

Back in the day when we implemented the shared library for macOS and Linux c-shared buildmode didn't support windows. Now it's supported, so we should ideally make sure that it works on windows and add a makefile task for generating it.

bzz commented 4 years ago

This is going to be a pre-requisite for supporting multi-platform CI for all other language bindings e.g #14 and #5.