Skip to content

Commit

Permalink
Try to fix msbuild pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
GrieferAtWork committed May 17, 2024
1 parent 31e919d commit 63a4661
Show file tree
Hide file tree
Showing 24 changed files with 11,031 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: ammaraskar/msvc-problem-matcher@master

- name: Make
run: msbuild /m /p:Configuration=Debug-MSVC /p:Platform=Win32 .vs\deemon-v143.sln
run: msbuild /m /p:Configuration=Debug-MSVC /p:Platform=Win32 .vs\deemon-v142.sln

- name: Test
run: ${{ github.workspace }}\deemon.exe util\test.dee
Expand Down
810 changes: 810 additions & 0 deletions .vs/deemon-v142.sln

Large diffs are not rendered by default.

942 changes: 942 additions & 0 deletions .vs/deemon-v142.vcxproj

Large diffs are not rendered by default.

1,504 changes: 1,504 additions & 0 deletions .vs/deemon-v142.vcxproj.filters

Large diffs are not rendered by default.

466 changes: 466 additions & 0 deletions .vs/dex/_hostasm-v142.vcxproj

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions .vs/dex/_hostasm-v142.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="libgen86">
<UniqueIdentifier>{372a956e-8c03-4d55-8939-00000C13A076}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\dex\_hostasm\host.h" />
<ClInclude Include="..\..\src\dex\_hostasm\libgen86\api.h">
<Filter>libgen86</Filter>
</ClInclude>
<ClInclude Include="..\..\src\dex\_hostasm\libgen86\gen.h">
<Filter>libgen86</Filter>
</ClInclude>
<ClInclude Include="..\..\src\dex\_hostasm\libgen86\register.h">
<Filter>libgen86</Filter>
</ClInclude>
<ClInclude Include="..\..\src\dex\_hostasm\libhostasm.h" />
<ClInclude Include="..\..\src\dex\_hostasm\unwind.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\dex\_hostasm\api.c" />
<ClCompile Include="..\..\src\dex\_hostasm\assembler.c" />
<ClCompile Include="..\..\src\dex\_hostasm\common.c" />
<ClCompile Include="..\..\src\dex\_hostasm\generator-arch.c" />
<ClCompile Include="..\..\src\dex\_hostasm\generator-common.c" />
<ClCompile Include="..\..\src\dex\_hostasm\generator-deemon.c" />
<ClCompile Include="..\..\src\dex\_hostasm\generator-rt.c" />
<ClCompile Include="..\..\src\dex\_hostasm\generator-vmorph.c" />
<ClCompile Include="..\..\src\dex\_hostasm\generator-vstack-ccall.c" />
<ClCompile Include="..\..\src\dex\_hostasm\generator-vstack-direct.c" />
<ClCompile Include="..\..\src\dex\_hostasm\generator-vstack-ex.c" />
<ClCompile Include="..\..\src\dex\_hostasm\generator-vstack.c" />
<ClCompile Include="..\..\src\dex\_hostasm\generator-xmorph.c" />
<ClCompile Include="..\..\src\dex\_hostasm\libhostasm.c" />
<ClCompile Include="..\..\src\dex\_hostasm\loader-locuse.c" />
<ClCompile Include="..\..\src\dex\_hostasm\loader.c" />
<ClCompile Include="..\..\src\dex\_hostasm\memstate.c" />
<ClCompile Include="..\..\src\dex\_hostasm\unwind.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\dex\_hostasm\libgen86\.git">
<Filter>libgen86</Filter>
</None>
<None Include="..\..\src\dex\_hostasm\libgen86\README.md">
<Filter>libgen86</Filter>
</None>
</ItemGroup>
</Project>
457 changes: 457 additions & 0 deletions .vs/dex/_jit-v142.vcxproj

Large diffs are not rendered by default.

449 changes: 449 additions & 0 deletions .vs/dex/collections-v142.vcxproj

Large diffs are not rendered by default.

543 changes: 543 additions & 0 deletions .vs/dex/ctypes-v142.vcxproj

Large diffs are not rendered by default.

84 changes: 84 additions & 0 deletions .vs/dex/ctypes-v142.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="ffi">
<UniqueIdentifier>{372a956e-8c03-4d55-8939-000000001AD9}</UniqueIdentifier>
</Filter>
<Filter Include="ffi\libffi_msvc">
<UniqueIdentifier>{372a956e-8c03-4d55-8939-7BA834DD6F9A}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\dex\ctypes\_res.h" />
<ClInclude Include="..\..\src\dex\ctypes\c_api.h" />
<ClInclude Include="..\..\src\dex\ctypes\cfunction-invoke.c.inl" />
<ClInclude Include="..\..\src\dex\ctypes\define-float.c.inl" />
<ClInclude Include="..\..\src\dex\ctypes\define-integer.c.inl" />
<ClInclude Include="..\..\src\dex\ctypes\ffi\libffi_msvc\LICENSE">
<Filter>ffi\libffi_msvc</Filter>
</ClInclude>
<ClInclude Include="..\..\src\dex\ctypes\ffi\libffi_msvc\README">
<Filter>ffi\libffi_msvc</Filter>
</ClInclude>
<ClInclude Include="..\..\src\dex\ctypes\ffi\libffi_msvc\dlmalloc.inl">
<Filter>ffi\libffi_msvc</Filter>
</ClInclude>
<ClInclude Include="..\..\src\dex\ctypes\ffi\libffi_msvc\ffi.h">
<Filter>ffi\libffi_msvc</Filter>
</ClInclude>
<ClInclude Include="..\..\src\dex\ctypes\ffi\libffi_msvc\ffi_common.h">
<Filter>ffi\libffi_msvc</Filter>
</ClInclude>
<ClInclude Include="..\..\src\dex\ctypes\ffi\libffi_msvc\fficonfig.h">
<Filter>ffi\libffi_msvc</Filter>
</ClInclude>
<ClInclude Include="..\..\src\dex\ctypes\ffi\libffi_msvc\ffitarget.h">
<Filter>ffi\libffi_msvc</Filter>
</ClInclude>
<ClInclude Include="..\..\src\dex\ctypes\libctypes.h" />
<ClInclude Include="..\..\src\dex\ctypes\pointer-math-impl.c.inl" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\dex\ctypes\array.c" />
<ClCompile Include="..\..\src\dex\ctypes\builtins.c" />
<ClCompile Include="..\..\src\dex\ctypes\c_atomic.c" />
<ClCompile Include="..\..\src\dex\ctypes\c_malloc.c" />
<ClCompile Include="..\..\src\dex\ctypes\c_string.c" />
<ClCompile Include="..\..\src\dex\ctypes\cfunction.c" />
<ClCompile Include="..\..\src\dex\ctypes\core-operators.c" />
<ClCompile Include="..\..\src\dex\ctypes\core.c" />
<ClCompile Include="..\..\src\dex\ctypes\ffi\libffi_msvc\closures.c">
<Filter>ffi\libffi_msvc</Filter>
</ClCompile>
<ClCompile Include="..\..\src\dex\ctypes\ffi\libffi_msvc\ffi.c">
<Filter>ffi\libffi_msvc</Filter>
</ClCompile>
<ClCompile Include="..\..\src\dex\ctypes\ffi\libffi_msvc\ffi64.c">
<Filter>ffi\libffi_msvc</Filter>
</ClCompile>
<ClCompile Include="..\..\src\dex\ctypes\ffi\libffi_msvc\prep_cif.c">
<Filter>ffi\libffi_msvc</Filter>
</ClCompile>
<ClCompile Include="..\..\src\dex\ctypes\ffi\libffi_msvc\raw_api.c">
<Filter>ffi\libffi_msvc</Filter>
</ClCompile>
<ClCompile Include="..\..\src\dex\ctypes\ffi\libffi_msvc\types.c">
<Filter>ffi\libffi_msvc</Filter>
</ClCompile>
<ClCompile Include="..\..\src\dex\ctypes\libctypes.c" />
<ClCompile Include="..\..\src\dex\ctypes\pointer-math.c" />
<ClCompile Include="..\..\src\dex\ctypes\pointer.c" />
<ClCompile Include="..\..\src\dex\ctypes\shlib.c" />
<ClCompile Include="..\..\src\dex\ctypes\struct.c" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="..\..\src\dex\ctypes\ffi\libffi_msvc\win32.ms-x86.S">
<Filter>ffi\libffi_msvc</Filter>
</CustomBuild>
<CustomBuild Include="..\..\src\dex\ctypes\ffi\libffi_msvc\win64.ms-x64.S">
<Filter>ffi\libffi_msvc</Filter>
</CustomBuild>
</ItemGroup>
</Project>
Loading

0 comments on commit 63a4661

Please sign in to comment.