3F / DllExport

.NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat)
MIT License
961 stars 133 forks source link

Fixes #159 the first phase of the build when restoring #160

Closed 3F closed 4 years ago

3F commented 4 years ago

Fixes #159

This will finally assign $(DllExportMetaXBase) through DllExportMetaXBaseTarget

3F commented 4 years ago

In fact, now we reference meta library through DllExportRestorePkg. I'm not sure for 100% with this way, thus we need carefully check any possible fails before release.

3F commented 4 years ago

Rebased onto 8f56f66aeaeb

3F commented 4 years ago

I confirm stable behavior. Also well checked together with new updated logic for packages through -pkg-link (after #161)