mirror of https://github.com/stella-emu/stella.git
Updates for VC++ .net project.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@545 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
a372543f0e
commit
4238125b69
|
@ -248,6 +248,9 @@ opengl32.lib"
|
|||
<File
|
||||
RelativePath="..\..\gui\EditNumWidget.cxx">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gui\EditTextWidget.cxx">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\debugger\EquateList.cxx">
|
||||
</File>
|
||||
|
@ -401,6 +404,9 @@ opengl32.lib"
|
|||
<File
|
||||
RelativePath="..\..\emucore\TIA.cxx">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\debugger\TIADebug.cxx">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\emucore\TIASound.c">
|
||||
</File>
|
||||
|
@ -553,6 +559,9 @@ opengl32.lib"
|
|||
<File
|
||||
RelativePath="..\..\gui\EditNumWidget.hxx">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gui\EditTextWidget.hxx">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\debugger\Equate.hxx">
|
||||
</File>
|
||||
|
@ -727,6 +736,9 @@ opengl32.lib"
|
|||
<File
|
||||
RelativePath="..\..\emucore\TIA.hxx">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\debugger\TIADebug.hxx">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\emucore\TIASound.h">
|
||||
</File>
|
||||
|
|
Loading…
Reference in New Issue