From 340c974503827ef4e53884ecda22fcbd62f89db2 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Fri, 17 Nov 2017 14:15:11 +0100 Subject: [PATCH] fixed project settings --- src/{windows => gui}/DeveloperDialog.cxx | 0 src/{windows => gui}/DeveloperDialog.hxx | 0 src/gui/module.mk | 1 + src/windows/Stella.vcxproj | 2 +- src/windows/Stella.vcxproj.filters | 2 +- 5 files changed, 3 insertions(+), 2 deletions(-) rename src/{windows => gui}/DeveloperDialog.cxx (100%) rename src/{windows => gui}/DeveloperDialog.hxx (100%) diff --git a/src/windows/DeveloperDialog.cxx b/src/gui/DeveloperDialog.cxx similarity index 100% rename from src/windows/DeveloperDialog.cxx rename to src/gui/DeveloperDialog.cxx diff --git a/src/windows/DeveloperDialog.hxx b/src/gui/DeveloperDialog.hxx similarity index 100% rename from src/windows/DeveloperDialog.hxx rename to src/gui/DeveloperDialog.hxx diff --git a/src/gui/module.mk b/src/gui/module.mk index fd2654d15..8cdc561a7 100644 --- a/src/gui/module.mk +++ b/src/gui/module.mk @@ -10,6 +10,7 @@ MODULE_OBJS := \ src/gui/CommandMenu.o \ src/gui/ContextMenu.o \ src/gui/DialogContainer.o \ + src/gui/DeveloperDialog.o \ src/gui/Dialog.o \ src/gui/EditableWidget.o \ src/gui/EditTextWidget.o \ diff --git a/src/windows/Stella.vcxproj b/src/windows/Stella.vcxproj index 23db56a7d..269df0b17 100644 --- a/src/windows/Stella.vcxproj +++ b/src/windows/Stella.vcxproj @@ -335,11 +335,11 @@ + - diff --git a/src/windows/Stella.vcxproj.filters b/src/windows/Stella.vcxproj.filters index c443a3227..215cfb2bf 100644 --- a/src/windows/Stella.vcxproj.filters +++ b/src/windows/Stella.vcxproj.filters @@ -864,7 +864,7 @@ Source Files - + Source Files\gui