Added assembler files to windows build

This commit is contained in:
vyuuui
2023-01-28 07:37:30 -08:00
parent 00e94d3630
commit feb831a781
2 changed files with 21 additions and 0 deletions

View File

@ -16,6 +16,13 @@
<ClInclude Include="Common\Align.h" />
<ClInclude Include="Common\Analytics.h" />
<ClInclude Include="Common\Assert.h" />
<ClInclude Include="Common\Assembler\AssemblerShared.h" />
<ClInclude Include="Common\Assembler\AssemblerTables.h" />
<ClInclude Include="Common\Assembler\CaseInsensitiveDict.h" />
<ClInclude Include="Common\Assembler\GekkoAssembler.h" />
<ClInclude Include="Common\Assembler\GekkoIRGen.h" />
<ClInclude Include="Common\Assembler\GekkoLexer.h" />
<ClInclude Include="Common\Assembler\GekkoParser.h" />
<ClInclude Include="Common\BitField.h" />
<ClInclude Include="Common\BitSet.h" />
<ClInclude Include="Common\BitUtils.h" />
@ -760,6 +767,12 @@
<ClCompile Include="AudioCommon\WASAPIStream.cpp" />
<ClCompile Include="AudioCommon\WaveFile.cpp" />
<ClCompile Include="Common\Analytics.cpp" />
<ClCompile Include="Common\Assembler\AssemblerShared.cpp" />
<ClCompile Include="Common\Assembler\AssemblerTables.cpp" />
<ClCompile Include="Common\Assembler\GekkoAssembler.cpp" />
<ClCompile Include="Common\Assembler\GekkoIRGen.cpp" />
<ClCompile Include="Common\Assembler\GekkoLexer.cpp" />
<ClCompile Include="Common\Assembler\GekkoParser.cpp" />
<ClCompile Include="Common\ColorUtil.cpp" />
<ClCompile Include="Common\CommonFuncs.cpp" />
<ClCompile Include="Common\CompatPatches.cpp" />