The Makefile behaviour is recreated using the new and significantly cleaner .NET Core csproj format. fixheader.exe is promoted to OpenRA.PostProcess.exe and now runs on all platforms.
7 lines
271 B
XML
7 lines
271 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<dllmap dll="freetype6" os="linux" target="libfreetype.so.6" />
|
|
<dllmap dll="freetype6" os="osx" target="libfreetype.6.dylib" />
|
|
<dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" />
|
|
</configuration>
|