mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
Correct some settings
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
-- Where is POCO?
|
-- Where is POCO?
|
||||||
|
|
||||||
--poco_dir = "C:/Users/u77589/Documents/poco-1.4.3p1-all"
|
poco_dir = "/home/bronx/Development/poco"
|
||||||
poco_dir = "/home/bronx/Development/PocoTrunk"
|
poco_lib_dir = "/usr/local/lib"
|
||||||
poco_lib_dir = poco_dir .. "/lib"
|
|
||||||
|
|
||||||
-- Solution
|
-- Solution
|
||||||
|
|
||||||
@@ -55,8 +54,6 @@ project "PocoMongoDB"
|
|||||||
includedirs {
|
includedirs {
|
||||||
poco_dir .. "/Foundation/include"
|
poco_dir .. "/Foundation/include"
|
||||||
, poco_dir .. "/Net/include"
|
, poco_dir .. "/Net/include"
|
||||||
, poco_dir .. "/Util/include"
|
|
||||||
, poco_dir .. "/XML/include"
|
|
||||||
, "include"
|
, "include"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -80,11 +77,16 @@ project "MongoDBTestSuite"
|
|||||||
targetsuffix "d"
|
targetsuffix "d"
|
||||||
|
|
||||||
configuration { }
|
configuration { }
|
||||||
|
|
||||||
files {
|
files {
|
||||||
"testsuite/src/*.cpp"
|
"testsuite/src/*.cpp"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configuration "Linux"
|
||||||
|
excludes { "testsuite/src/Win*.*" }
|
||||||
|
|
||||||
|
configuration { }
|
||||||
|
|
||||||
includedirs {
|
includedirs {
|
||||||
poco_dir .. "/Foundation/include"
|
poco_dir .. "/Foundation/include"
|
||||||
, poco_dir .. "/Net/include"
|
, poco_dir .. "/Net/include"
|
||||||
@@ -100,12 +102,14 @@ project "MongoDBTestSuite"
|
|||||||
links {
|
links {
|
||||||
"PocoFoundationd"
|
"PocoFoundationd"
|
||||||
, "PocoMongoDBd"
|
, "PocoMongoDBd"
|
||||||
|
, "CppUnitd"
|
||||||
}
|
}
|
||||||
|
|
||||||
configuration "Release"
|
configuration "Release"
|
||||||
links {
|
links {
|
||||||
"PocoFoundation"
|
"PocoFoundation"
|
||||||
, "PocoMongoDB"
|
, "PocoMongoDB"
|
||||||
|
, "CppUnit"
|
||||||
}
|
}
|
||||||
|
|
||||||
project "MongoDBSample"
|
project "MongoDBSample"
|
||||||
|
Reference in New Issue
Block a user