mirror of https://github.com/stella-emu/stella.git
Updated Visual C++ project files for recent DPC+ additions.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1969 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
b92bb4eda0
commit
1ee61ab568
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <cstdlib>
|
||||
|
||||
#define STELLA_BASE_VERSION "3.1_test4"
|
||||
#define STELLA_BASE_VERSION "3.1_test5"
|
||||
|
||||
#ifdef NIGHTLY_BUILD
|
||||
#define STELLA_VERSION STELLA_BASE_VERSION "pre-" NIGHTLY_BUILD
|
||||
|
|
|
@ -453,6 +453,10 @@
|
|||
RelativePath="..\emucore\CartDPC.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emucore\CartDPCPlus.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emucore\CartE0.cxx"
|
||||
>
|
||||
|
@ -1123,6 +1127,10 @@
|
|||
RelativePath="..\emucore\CartDPC.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emucore\CartDPCPlus.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emucore\CartE0.hxx"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue