fix linux build (case sensitive folder Test -> test etc)
This commit is contained in:
@@ -40,6 +40,7 @@
|
|||||||
|
|
||||||
#include "RtMidi.h"
|
#include "RtMidi.h"
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
#include <stdlib.h> //exit
|
||||||
|
|
||||||
//*********************************************************************//
|
//*********************************************************************//
|
||||||
// RtMidi Definitions
|
// RtMidi Definitions
|
||||||
|
|||||||
@@ -638,7 +638,7 @@ class MidiOutWinKS: public MidiOutApi
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__RTMIDI_DUMMY__)
|
#if defined(__RTMIDI_DUMMY__)
|
||||||
aa
|
|
||||||
class MidiInDummy: public MidiInApi
|
class MidiInDummy: public MidiInApi
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -89,10 +89,10 @@
|
|||||||
|
|
||||||
language "C++"
|
language "C++"
|
||||||
|
|
||||||
include "../Test/gtest-1.7.0"
|
include "../test/gtest-1.7.0"
|
||||||
-- include "../Test/hello_gtest"
|
-- include "../test/hello_gtest"
|
||||||
|
|
||||||
include "../Test/TestBullet3OpenCL"
|
include "../test/TestBullet3OpenCL"
|
||||||
|
|
||||||
|
|
||||||
include "../Demos3/AllBullet2Demos"
|
include "../Demos3/AllBullet2Demos"
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ function createProject(vendor)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if os.is("Linux") then
|
if os.is("Linux") then
|
||||||
|
links {"pthread"}
|
||||||
end
|
end
|
||||||
|
|
||||||
if os.is("MacOSX") then
|
if os.is("MacOSX") then
|
||||||
Reference in New Issue
Block a user