Fixed Windows compile.

This commit is contained in:
casey langen 2018-12-25 23:55:54 -08:00
parent 20d0f02d2d
commit f6f5b9c327
5 changed files with 14 additions and 12 deletions

View File

@ -32,7 +32,8 @@
//
//////////////////////////////////////////////////////////////////////////////
#include "debug.h"
#include <pch.hpp>
#include <core/debug.h>
#include <core/support/Common.h>
#include <functional>
#include <string>

View File

@ -1,4 +1,5 @@
#include "ConsoleLayout.h"
#include <stdafx.h>
#include <app/layout/ConsoleLayout.h>
#include <core/i18n/Locale.h>
#include <cursespp/App.h>
#include <cursespp/Screen.h>

View File

@ -1,9 +1,9 @@
#include "ConsoleLogger.h"
#include <stdafx.h>
#include <app/util/ConsoleLogger.h>
#include <cursespp/SimpleScrollAdapter.h>
#include <cursespp/SingleLineEntry.h>
#include <core/runtime/Message.h>
#include <app/util/Messages.h>
#include <time.h>
using namespace musik;

View File

@ -168,13 +168,13 @@ xcopy "$(SolutionDir)src\3rdparty\bin\win32\font\*.ttf" "$(TargetDir)fonts\" /Y
<ClCompile Include="app\overlay\ReassignHotkeyOverlay.cpp" />
<ClCompile Include="app\overlay\ServerOverlay.cpp" />
<ClCompile Include="app\overlay\VisualizerOverlay.cpp" />
<ClCompile Include="app\util\ConsoleLogger.cpp" />
<ClCompile Include="app\util\GlobalHotkeys.cpp" />
<ClCompile Include="app\util\Hotkeys.cpp" />
<ClCompile Include="app\util\Playback.cpp" />
<ClCompile Include="app\util\PreferenceKeys.cpp" />
<ClCompile Include="app\util\UpdateCheck.cpp" />
<ClCompile Include="app\window\CategoryListView.cpp" />
<ClCompile Include="app\window\LogWindow.cpp" />
<ClCompile Include="app\window\TrackListView.cpp" />
<ClCompile Include="app\window\TransportWindow.cpp" />
<ClCompile Include="cursespp\App.cpp" />
@ -234,6 +234,7 @@ xcopy "$(SolutionDir)src\3rdparty\bin\win32\font\*.ttf" "$(TargetDir)fonts\" /Y
<ClInclude Include="app\overlay\ReassignHotkeyOverlay.h" />
<ClInclude Include="app\overlay\ServerOverlay.h" />
<ClInclude Include="app\overlay\VisualizerOverlay.h" />
<ClInclude Include="app\util\ConsoleLogger.h" />
<ClInclude Include="app\util\GlobalHotkeys.h" />
<ClInclude Include="app\util\Hotkeys.h" />
<ClInclude Include="app\util\Messages.h" />
@ -241,7 +242,6 @@ xcopy "$(SolutionDir)src\3rdparty\bin\win32\font\*.ttf" "$(TargetDir)fonts\" /Y
<ClInclude Include="app\util\PreferenceKeys.h" />
<ClInclude Include="app\util\UpdateCheck.h" />
<ClInclude Include="app\window\CategoryListView.h" />
<ClInclude Include="app\window\LogWindow.h" />
<ClInclude Include="app\window\TrackListView.h" />
<ClInclude Include="app\window\TransportWindow.h" />
<ClInclude Include="cursespp\cursespp\App.h" />

View File

@ -15,9 +15,6 @@
<ClCompile Include="app\window\CategoryListView.cpp">
<Filter>app\window</Filter>
</ClCompile>
<ClCompile Include="app\window\LogWindow.cpp">
<Filter>app\window</Filter>
</ClCompile>
<ClCompile Include="app\util\GlobalHotkeys.cpp">
<Filter>app\util</Filter>
</ClCompile>
@ -177,15 +174,15 @@
<ClCompile Include="cursespp\SimpleScrollAdapter.cpp">
<Filter>cursespp</Filter>
</ClCompile>
<ClCompile Include="app\util\ConsoleLogger.cpp">
<Filter>app\util</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="stdafx.h" />
<ClInclude Include="app\layout\LibraryLayout.h">
<Filter>app\layout</Filter>
</ClInclude>
<ClInclude Include="app\window\LogWindow.h">
<Filter>app\window</Filter>
</ClInclude>
<ClInclude Include="app\window\TrackListView.h">
<Filter>app\window</Filter>
</ClInclude>
@ -406,6 +403,9 @@
<ClInclude Include="cursespp\cursespp\App.h">
<Filter>cursespp\include</Filter>
</ClInclude>
<ClInclude Include="app\util\ConsoleLogger.h">
<Filter>app\util</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="cursespp">