Add nuked to main VS project file
This commit is contained in:
parent
f4609262bf
commit
83b08895c2
1 changed files with 2 additions and 0 deletions
|
@ -252,6 +252,7 @@
|
|||
<ClCompile Include="..\src\libs\decoders\vorbis.c" />
|
||||
<ClCompile Include="..\src\libs\decoders\wav.c" />
|
||||
<ClCompile Include="..\src\libs\decoders\xxhash.c" />
|
||||
<ClCompile Include="..\src\libs\nuked\nukedopl.cpp" />
|
||||
<ClCompile Include="..\src\misc\cross.cpp" />
|
||||
<ClCompile Include="..\src\misc\messages.cpp" />
|
||||
<ClCompile Include="..\src\misc\programs.cpp" />
|
||||
|
@ -374,6 +375,7 @@
|
|||
<ClInclude Include="..\src\libs\decoders\stb_vorbis.h" />
|
||||
<ClInclude Include="..\src\libs\decoders\xxh3.h" />
|
||||
<ClInclude Include="..\src\libs\decoders\xxhash.h" />
|
||||
<ClInclude Include="..\src\libs\nuked\nukedopl.h" />
|
||||
<ClInclude Include="..\src\platform\visualc\config.h" />
|
||||
<ClInclude Include="..\src\platform\visualc\unistd.h" />
|
||||
</ItemGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue