From 540e0fb0b3dbfc9c3c4f0c5a1adb7b203fd0b0c0 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 4 Dec 2018 20:29:48 -0330 Subject: [PATCH] Added latest classes to VS project file. Added 'DEBUG_BUILD' define to Windows debug builds. --- src/windows/Stella.vcxproj | 8 ++++++-- src/windows/Stella.vcxproj.filters | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/windows/Stella.vcxproj b/src/windows/Stella.vcxproj index 807fcbe24..e67f3da0c 100644 --- a/src/windows/Stella.vcxproj +++ b/src/windows/Stella.vcxproj @@ -110,7 +110,7 @@ Disabled ..\yacc;..\emucore;..\emucore\tia;..\emucore\tia\frame-manager;..\common;..\common\tv_filters;..\gui;..\debugger\gui;..\debugger;..\windows;..\cheat;..\zlib;..\libpng;%(AdditionalIncludeDirectories) - BSPF_WINDOWS;WIN32;NDEBUG;JOYSTICK_SUPPORT;DEBUGGER_SUPPORT;WINDOWED_SUPPORT;SOUND_SUPPORT;CHEATCODE_SUPPORT;%(PreprocessorDefinitions) + BSPF_WINDOWS;WIN32;DEBUG_BUILD;JOYSTICK_SUPPORT;DEBUGGER_SUPPORT;WINDOWED_SUPPORT;SOUND_SUPPORT;CHEATCODE_SUPPORT;%(PreprocessorDefinitions) false EnableFastChecks MultiThreadedDLL @@ -145,7 +145,7 @@ Disabled ..\yacc;..\emucore;..\emucore\tia;..\emucore\tia\frame-manager;..\common;..\common\tv_filters;..\gui;..\debugger\gui;..\debugger;..\windows;..\cheat;..\zlib;..\libpng;%(AdditionalIncludeDirectories) - BSPF_WINDOWS;WIN32;NDEBUG;JOYSTICK_SUPPORT;DEBUGGER_SUPPORT;WINDOWED_SUPPORT;SOUND_SUPPORT;CHEATCODE_SUPPORT;%(PreprocessorDefinitions) + BSPF_WINDOWS;WIN32;DEBUG_BUILD;JOYSTICK_SUPPORT;DEBUGGER_SUPPORT;WINDOWED_SUPPORT;SOUND_SUPPORT;CHEATCODE_SUPPORT;%(PreprocessorDefinitions) false EnableFastChecks MultiThreadedDLL @@ -261,6 +261,7 @@ + @@ -349,6 +350,7 @@ + @@ -832,6 +834,7 @@ + @@ -929,6 +932,7 @@ + diff --git a/src/windows/Stella.vcxproj.filters b/src/windows/Stella.vcxproj.filters index d6cf395d5..c32174689 100644 --- a/src/windows/Stella.vcxproj.filters +++ b/src/windows/Stella.vcxproj.filters @@ -61,6 +61,12 @@ {000e4a6b-8cd6-43db-8253-8255c7efa706} + + {fb5429b5-4ffb-4574-a98d-54ba865e4199} + + + {e4a56aea-89f9-4680-a6b4-b26ec4799e1c} + @@ -942,6 +948,12 @@ Source Files\emucore + + Source Files\emucore\exception + + + Source Files + @@ -1922,6 +1934,12 @@ Header Files\emucore + + Header Files\emucore\exception + + + Header Files +