Skip to content

Commit

Permalink
Fix: WindowsDecompiler isn't built on Unix
Browse files Browse the repository at this point in the history
  • Loading branch information
uxmal committed Aug 16, 2021
1 parent 7e0c22f commit 66f7651
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Installers/NuGetPackage/reko-files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,11 @@
<File Source="$(var.OdbgScript.ProjectDir)upx_ultimate.osc" nuget_target="c:" />
<File Source="$(var.OdbgScript.ProjectDir)Exepack-3.60-unpacker.osc" nuget_target="c:" />

<!-- External files -->
<!-- External files -->
<File Source="$(var.SolutionDir)..\external\Capstone\$(var.Platform)\capstone.dll" />
<File Source="$(var.WindowsDecompiler.ProjectDir)bin\$(var.Platform)\$(var.Configuration)\netcoreapp3.1\AutomaticGraphLayout.dll" />
<File Source="$(var.WindowsDecompiler.ProjectDir)bin\$(var.Platform)\$(var.Configuration)\netcoreapp3.1\AutomaticGraphLayout.Drawing.dll" />
<File Source="$(var.WindowsDecompiler.ProjectDir)bin\$(var.Platform)\$(var.Configuration)\netcoreapp3.1\Microsoft.Msagl.GraphViewerGdi.dll" />
<File Source="$(var.WindowsDecompiler.ProjectDir)bin\$(var.Platform)\$(var.Configuration)\netcoreapp3.1\K4os.Compression.LZ4.dll" nuget_target="f:" />
<File Source="$(var.WindowsDecompiler.ProjectDir)bin\$(var.Platform)\$(var.Configuration)\netcoreapp3.1\Microsoft.Dynamic.dll" />
<File Source="$(var.WindowsDecompiler.ProjectDir)bin\$(var.Platform)\$(var.Configuration)\netcoreapp3.1\Microsoft.Scripting.dll" />
<File Source="$(var.WindowsDecompiler.ProjectDir)bin\$(var.Platform)\$(var.Configuration)\netcoreapp3.1\Microsoft.Scripting.Metadata.dll" />
Expand All @@ -330,12 +329,13 @@
<File Source="$(var.WindowsDecompiler.ProjectDir)bin\$(var.Platform)\$(var.Configuration)\netcoreapp3.1\IronPython.SQLite.dll" />
<File Source="$(var.WindowsDecompiler.ProjectDir)bin\$(var.Platform)\$(var.Configuration)\netcoreapp3.1\IronPython.Wpf.dll" />
<File Source="$(var.CmdLine.TargetDir)System.CodeDom.dll" />

<File Source="$(var.SolutionDir)..\external\reactos\coredll.def" nuget_target="c:" />
<File Source="$(var.SolutionDir)..\external\wine\commdlg.dll16.spec" nuget_target="c:" />
<File Source="$(var.SolutionDir)..\external\wine\gdi.exe16.spec" nuget_target="c:" />
<File Source="$(var.SolutionDir)..\external\wine\krnl386.exe16.spec" nuget_target="c:" />
<File Source="$(var.SolutionDir)..\external\wine\user.exe16.spec" nuget_target="c:" />
<File Source="$(var.CmdLine.TargetDir)K4os.Compression.LZ4.dll" nuget_target="f:" />

<File Source="$(var.SolutionDir)..\external\reactos\coredll.def" nuget_target="c:" />
<File Source="$(var.SolutionDir)..\external\wine\commdlg.dll16.spec" nuget_target="c:" />
<File Source="$(var.SolutionDir)..\external\wine\gdi.exe16.spec" nuget_target="c:" />
<File Source="$(var.SolutionDir)..\external\wine\krnl386.exe16.spec" nuget_target="c:" />
<File Source="$(var.SolutionDir)..\external\wine\user.exe16.spec" nuget_target="c:" />

<!-- License files -->
<File Source="$(var.SolutionDir)..\COPYING" Id="F_License" />
Expand Down

0 comments on commit 66f7651

Please sign in to comment.