Skip to content
Snippets Groups Projects
Commit b8a3bf28 authored by Ali Can Demiralp's avatar Ali Can Demiralp
Browse files

Merge branch 'develop'

parents 4628ee5d 0e32f208
No related branches found
No related tags found
No related merge requests found
...@@ -129,12 +129,12 @@ public class DisplayCluster : ModuleRules ...@@ -129,12 +129,12 @@ public class DisplayCluster : ModuleRules
} }
else if (ROTargetRules.Platform == UnrealTargetPlatform.Linux) else if (ROTargetRules.Platform == UnrealTargetPlatform.Linux)
{ {
string LibrariesPath = Path.Combine(ThirdPartyPath, "VRPN", "Lib/Linux"); string LibrariesPath = Path.Combine(ThirdPartyPath, "Vrpn", "Lib/Linux");
PublicAdditionalLibraries.Add(Path.Combine(LibrariesPath, "libvrpn.lib")); PublicAdditionalLibraries.Add(Path.Combine(LibrariesPath, "libvrpn.a"));
PublicAdditionalLibraries.Add(Path.Combine(LibrariesPath, "libquat.lib")); PublicAdditionalLibraries.Add(Path.Combine(LibrariesPath, "libquat.a"));
PublicIncludePaths.Add(Path.Combine(ThirdPartyPath, "VRPN", "Include")); PublicIncludePaths.Add(Path.Combine(ThirdPartyPath, "Vrpn", "Include"));
PublicIncludePaths.Add(Path.Combine(ThirdPartyPath, "X11", "Include")); // Necessary for hardware swap sync. PublicIncludePaths.Add(Path.Combine(ThirdPartyPath, "X11", "Include")); // Necessary for hardware swap sync.
return true; return true;
......
...@@ -111,10 +111,6 @@ typedef unsigned char KeyCode; ...@@ -111,10 +111,6 @@ typedef unsigned char KeyCode;
* RESERVED RESOURCE AND CONSTANT DEFINITIONS * RESERVED RESOURCE AND CONSTANT DEFINITIONS
*****************************************************************/ *****************************************************************/
#ifndef None
#define None 0L /* universal null resource or null atom */
#endif
#define ParentRelative 1L /* background pixmap in CreateWindow #define ParentRelative 1L /* background pixmap in CreateWindow
and ChangeWindowAttributes */ and ChangeWindowAttributes */
...@@ -136,8 +132,6 @@ typedef unsigned char KeyCode; ...@@ -136,8 +132,6 @@ typedef unsigned char KeyCode;
#define AllTemporary 0L /* special Resource ID passed to KillClient */ #define AllTemporary 0L /* special Resource ID passed to KillClient */
#define CurrentTime 0L /* special Time */
#define NoSymbol 0L /* special KeySym */ #define NoSymbol 0L /* special KeySym */
/***************************************************************** /*****************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment