From b1a0669c400f3778a6984874628bde8fb94001d8 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 1 Nov 2016 05:56:10 +0100 Subject: [PATCH] EventMonitor's wxFormBuilder resources moved to res sub-folder --- Doxyfile | 1 + EventMonitor/EventMonitor.vcxproj | 6 +++--- EventMonitor/EventMonitor.vcxproj.filters | 6 +++--- EventMonitor/Frame.h | 2 -- EventMonitor/LogPanel.h | 2 +- EventMonitor/{ => res}/wxEventMonitor_UI.cpp | 2 +- EventMonitor/{ => res}/wxEventMonitor_UI.fbp | 2 +- EventMonitor/{ => res}/wxEventMonitor_UI.h | 0 8 files changed, 10 insertions(+), 11 deletions(-) rename EventMonitor/{ => res}/wxEventMonitor_UI.cpp (95%) rename EventMonitor/{ => res}/wxEventMonitor_UI.fbp (98%) rename EventMonitor/{ => res}/wxEventMonitor_UI.h (100%) diff --git a/Doxyfile b/Doxyfile index 56d8ef6..90b1e8d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -790,6 +790,7 @@ RECURSIVE = YES # run. EXCLUDE = \ + EventMonitor\res \ lib\EAPBase_UI\res \ lib\EapHost_UI\res \ lib\TLS_UI\res \ diff --git a/EventMonitor/EventMonitor.vcxproj b/EventMonitor/EventMonitor.vcxproj index bbcef6e..47fd917 100644 --- a/EventMonitor/EventMonitor.vcxproj +++ b/EventMonitor/EventMonitor.vcxproj @@ -91,7 +91,7 @@ - + @@ -104,7 +104,7 @@ Create Create - + @@ -120,7 +120,7 @@ - + diff --git a/EventMonitor/EventMonitor.vcxproj.filters b/EventMonitor/EventMonitor.vcxproj.filters index 31c876f..c7d73f9 100644 --- a/EventMonitor/EventMonitor.vcxproj.filters +++ b/EventMonitor/EventMonitor.vcxproj.filters @@ -30,7 +30,7 @@ Header Files - + Header Files @@ -50,7 +50,7 @@ Source Files - + Source Files @@ -64,7 +64,7 @@ - + Resource Files diff --git a/EventMonitor/Frame.h b/EventMonitor/Frame.h index 9e45563..8838639 100644 --- a/EventMonitor/Frame.h +++ b/EventMonitor/Frame.h @@ -32,8 +32,6 @@ class wxPersistentEventMonitorFrame; #include "LogPanel.h" -#include "wxEventMonitor_UI.h" - #include #include #include diff --git a/EventMonitor/LogPanel.h b/EventMonitor/LogPanel.h index 108223d..3bb1219 100644 --- a/EventMonitor/LogPanel.h +++ b/EventMonitor/LogPanel.h @@ -30,7 +30,7 @@ class wxPersistentEventMonitorLogPanel; #pragma once -#include "wxEventMonitor_UI.h" +#include "res/wxEventMonitor_UI.h" #include diff --git a/EventMonitor/wxEventMonitor_UI.cpp b/EventMonitor/res/wxEventMonitor_UI.cpp similarity index 95% rename from EventMonitor/wxEventMonitor_UI.cpp rename to EventMonitor/res/wxEventMonitor_UI.cpp index a7b2248..99a35d8 100644 --- a/EventMonitor/wxEventMonitor_UI.cpp +++ b/EventMonitor/res/wxEventMonitor_UI.cpp @@ -7,7 +7,7 @@ #include "StdAfx.h" -#include "ETWLog.h" +#include "../ETWLog.h" #include "wxEventMonitor_UI.h" diff --git a/EventMonitor/wxEventMonitor_UI.fbp b/EventMonitor/res/wxEventMonitor_UI.fbp similarity index 98% rename from EventMonitor/wxEventMonitor_UI.fbp rename to EventMonitor/res/wxEventMonitor_UI.fbp index f48cab7..1dc6762 100644 --- a/EventMonitor/wxEventMonitor_UI.fbp +++ b/EventMonitor/res/wxEventMonitor_UI.fbp @@ -133,7 +133,7 @@ 1 wxLC_NO_SORT_HEADER|wxLC_REPORT|wxLC_VIRTUAL - wxETWListCtrl; ETWLog.h + wxETWListCtrl; ../ETWLog.h 0 diff --git a/EventMonitor/wxEventMonitor_UI.h b/EventMonitor/res/wxEventMonitor_UI.h similarity index 100% rename from EventMonitor/wxEventMonitor_UI.h rename to EventMonitor/res/wxEventMonitor_UI.h