Hitting the right path for the sync library includes.
This commit is contained in:
parent
0873e2e6f7
commit
0384575ab4
@ -5,7 +5,7 @@
|
|||||||
#else
|
#else
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
#include "../../sync/sync.h"
|
#include "../../lib/sync.h"
|
||||||
|
|
||||||
static struct sync_device *device;
|
static struct sync_device *device;
|
||||||
#if !defined(SYNC_PLAYER)
|
#if !defined(SYNC_PLAYER)
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
#include "RemoteConnection.h"
|
#include "RemoteConnection.h"
|
||||||
#include "TrackData.h"
|
#include "TrackData.h"
|
||||||
#include "TrackView.h"
|
#include "TrackView.h"
|
||||||
#include "../../sync/sync.h"
|
#include "../../lib/sync.h"
|
||||||
#include "../../sync/track.h"
|
#include "../../lib/track.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <emgui/Types.h>
|
#include <emgui/Types.h>
|
||||||
|
|||||||
@ -14,9 +14,8 @@
|
|||||||
#include "Commands.h"
|
#include "Commands.h"
|
||||||
#include "MinecraftiaFont.h"
|
#include "MinecraftiaFont.h"
|
||||||
#include "Window.h"
|
#include "Window.h"
|
||||||
#include "../../sync/sync.h"
|
#include "../../lib/sync.h"
|
||||||
#include "../../sync/base.h"
|
#include "../../lib/base.h"
|
||||||
#include "../../sync/data.h"
|
|
||||||
#include <emgui/Emgui.h>
|
#include <emgui/Emgui.h>
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
@ -22,8 +22,8 @@
|
|||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../../sync/base.h"
|
#include "../../lib/base.h"
|
||||||
#include "../../sync/track.h"
|
#include "../../lib/track.h"
|
||||||
#include "rlog.h"
|
#include "rlog.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <emgui/Types.h>
|
#include <emgui/Types.h>
|
||||||
#include "../../sync/data.h"
|
#include "../../lib/track.h"
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|||||||
@ -7,9 +7,8 @@
|
|||||||
#include "rlog.h"
|
#include "rlog.h"
|
||||||
#include "minmax.h"
|
#include "minmax.h"
|
||||||
#include "ImageData.h"
|
#include "ImageData.h"
|
||||||
#include "../../sync/sync.h"
|
#include "../../lib/sync.h"
|
||||||
#include "../../sync/data.h"
|
#include "../../lib/track.h"
|
||||||
#include "../../sync/track.h"
|
|
||||||
|
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
#include <OpenGL/OpenGL.h>
|
#include <OpenGL/OpenGL.h>
|
||||||
|
|||||||
@ -3,7 +3,6 @@
|
|||||||
#include "TrackData.h"
|
#include "TrackData.h"
|
||||||
#include "../external/mxml/mxml.h"
|
#include "../external/mxml/mxml.h"
|
||||||
#include "RemoteConnection.h"
|
#include "RemoteConnection.h"
|
||||||
#include "../../sync/data.h"
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <emgui/Types.h>
|
#include <emgui/Types.h>
|
||||||
|
|||||||
@ -65,7 +65,7 @@ StaticLibrary {
|
|||||||
|
|
||||||
Sources = {
|
Sources = {
|
||||||
Glob {
|
Glob {
|
||||||
Dir = "../sync",
|
Dir = "../lib",
|
||||||
Extensions = { ".c" },
|
Extensions = { ".c" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user