# HG changeset patch # User Sebastien Jodogne # Date 1346859811 -7200 # Node ID 9beb9b8582f767e8ad7001255ba50ecfda0e34f3 # Parent a15e90e5d6fc1dc6d25fd60967d9ae7a362b5b9b renames diff -r a15e90e5d6fc -r 9beb9b8582f7 Core/SQLite/README.txt --- a/Core/SQLite/README.txt Wed Sep 05 15:50:12 2012 +0200 +++ b/Core/SQLite/README.txt Wed Sep 05 17:43:31 2012 +0200 @@ -13,9 +13,9 @@ * The reference counting mechanism has been reimplemented to make it simpler. -* The PalantirException class is used for the exception mechanisms. +* The PalanthirException class is used for the exception mechanisms. * A statement is always valid (is_valid() always return true). -* The classes and the methods have been renamed to meet Palantir's +* The classes and the methods have been renamed to meet Palanthir's coding conventions. diff -r a15e90e5d6fc -r 9beb9b8582f7 PalanthirCppClient/CMakeLists.txt --- a/PalanthirCppClient/CMakeLists.txt Wed Sep 05 15:50:12 2012 +0200 +++ b/PalanthirCppClient/CMakeLists.txt Wed Sep 05 17:43:31 2012 +0200 @@ -1,9 +1,9 @@ -# Mini-project to check whether "PalantirCppClient" can compile in a +# Mini-project to check whether "PalanthirCppClient" can compile in a # standalone fashion cmake_minimum_required(VERSION 2.8) -project(PalantirCppClientTest) +project(PalanthirCppClientTest) SET(STATIC_BUILD OFF) @@ -20,7 +20,7 @@ add_definitions(-D_CRT_SECURE_NO_WARNINGS=1) endif() -add_library(PalantirCppClient +add_library(PalanthirCppClient SHARED ${THIRD_PARTY_SOURCES} @@ -32,4 +32,4 @@ main.cpp ) -target_link_libraries(Test PalantirCppClient) +target_link_libraries(Test PalanthirCppClient)