fix linux build (case sensitive folder Test -> test etc)

This commit is contained in:
Erwin Coumans 2014-01-31 22:40:42 -08:00
parent 65cfcdb9ac
commit ac32af2b1c
51 changed files with 7 additions and 5 deletions

View File

@ -40,6 +40,7 @@
#include "RtMidi.h"
#include <sstream>
#include <stdlib.h> //exit
//*********************************************************************//
// RtMidi Definitions

View File

@ -638,7 +638,7 @@ class MidiOutWinKS: public MidiOutApi
#endif
#if defined(__RTMIDI_DUMMY__)
aa
class MidiInDummy: public MidiInApi
{
public:

View File

@ -89,10 +89,10 @@
language "C++"
include "../Test/gtest-1.7.0"
-- include "../Test/hello_gtest"
include "../test/gtest-1.7.0"
-- include "../test/hello_gtest"
include "../Test/TestBullet3OpenCL"
include "../test/TestBullet3OpenCL"
include "../Demos3/AllBullet2Demos"

View File

@ -37,10 +37,11 @@ function createProject(vendor)
end
if os.is("Linux") then
links {"pthread"}
end
if os.is("MacOSX") then
end
end
createProject("clew")
createProject("clew")