This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "roboptim-core".

The branch, master has been updated
       via  8c7f69e3c1e7a81d23422785a31ad9cbcdbeef66 (commit)
      from  68192c580b737cc9e0508fc0354a48870e41cc30 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8c7f69e3c1e7a81d23422785a31ad9cbcdbeef66
Author: Thomas Moulard <thomas.moul...@gmail.com>
Date:   Wed Apr 21 17:26:59 2010 +0200

        Replace deprecated property sheet boost.vsprops by
        roboptim-core.vsprops
    
        * msvc/roboptim-core/boost.vsprops: Remove deprecated property sheet
        * msvc/simple/simple.vcproj: Replace the property sheet boost.vsprops
                by roboptim-core.vsprops, which contains more information
                and will be installed
        * msvc/roboptim-core/roboptim-core.vcproj,
        * msvc/roboptim-core-dummy-plugin/roboptim-core-dummy-plugin.vcproj
    
    Signed-off-by: Keith Francois <francois.ke...@aist.go.jp>

diff --git a/ChangeLog b/ChangeLog
index 0f7af61..268ddd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-04-21  Keith Francois <francois.ke...@aist.go.jp>
+
+    Replace deprecated property sheet boost.vsprops by roboptim-core.vsprops
+       * msvc/roboptim-core/boost.vsprops: Remove deprecated property sheet
+       * msvc/simple/simple.vcproj: Replace the property sheet boost.vsprops 
+               by roboptim-core.vsprops, which contains more information
+               and will be installed
+       * msvc/roboptim-core/roboptim-core.vcproj,
+       * msvc/roboptim-core-dummy-plugin/roboptim-core-dummy-plugin.vcproj
+  
 2010-03-21  Thomas Moulard  <thomas.moul...@gmail.com>
 
        Fix compilation error on Windows.
diff --git a/msvc/roboptim-core-dummy-plugin/roboptim-core-dummy-plugin.vcproj 
b/msvc/roboptim-core-dummy-plugin/roboptim-core-dummy-plugin.vcproj
index 035b28b..0e4fa90 100644
--- a/msvc/roboptim-core-dummy-plugin/roboptim-core-dummy-plugin.vcproj
+++ b/msvc/roboptim-core-dummy-plugin/roboptim-core-dummy-plugin.vcproj
@@ -19,7 +19,7 @@
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
                        IntermediateDirectory="$(ConfigurationName)"
                        ConfigurationType="2"
-                       InheritedPropertySheets="..\roboptim-core\boost.vsprops"
+                       
InheritedPropertySheets="..\roboptim-core\roboptim-core.vsprops"
                        CharacterSet="2"
                        >
                        <Tool
@@ -92,7 +92,7 @@
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
                        IntermediateDirectory="$(ConfigurationName)"
                        ConfigurationType="2"
-                       InheritedPropertySheets="..\roboptim-core\boost.vsprops"
+                       
InheritedPropertySheets="..\roboptim-core\roboptim-core.vsprops"
                        CharacterSet="2"
                        WholeProgramOptimization="1"
                        >
diff --git a/msvc/roboptim-core/boost.vsprops b/msvc/roboptim-core/boost.vsprops
deleted file mode 100644
index a3a7925..0000000
--- a/msvc/roboptim-core/boost.vsprops
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
-       ProjectType="Visual C++"
-       Version="8.00"
-       Name="boost"
-       >
-       <Tool
-               Name="VCCLCompilerTool"
-               
AdditionalIncludeDirectories="&quot;$(BOOST_ROOT)&quot;;$(BOOST_ROOT)/include"
-       />
-       <UserMacro
-               Name="BOOST_ROOT"
-               Value="C:\Libraries\Boost\boost_1_39_0"
-       />
-</VisualStudioPropertySheet>
diff --git a/msvc/roboptim-core/roboptim-core.vcproj 
b/msvc/roboptim-core/roboptim-core.vcproj
index a8bec92..c27e2f1 100644
--- a/msvc/roboptim-core/roboptim-core.vcproj
+++ b/msvc/roboptim-core/roboptim-core.vcproj
@@ -19,7 +19,7 @@
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
                        IntermediateDirectory="$(ConfigurationName)"
                        ConfigurationType="2"
-                       InheritedPropertySheets=".\boost.vsprops"
+                       InheritedPropertySheets=".\roboptim-core.vsprops"
                        CharacterSet="2"
                        >
                        <Tool
@@ -93,7 +93,7 @@
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
                        IntermediateDirectory="$(ConfigurationName)"
                        ConfigurationType="2"
-                       InheritedPropertySheets=".\boost.vsprops"
+                       InheritedPropertySheets=".\roboptim-core.vsprops"
                        CharacterSet="2"
                        WholeProgramOptimization="1"
                        >
diff --git a/msvc/simple/simple.vcproj b/msvc/simple/simple.vcproj
index d6ebb0f..ecdcc0b 100644
--- a/msvc/simple/simple.vcproj
+++ b/msvc/simple/simple.vcproj
@@ -19,7 +19,7 @@
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
                        IntermediateDirectory="$(ConfigurationName)"
                        ConfigurationType="1"
-                       InheritedPropertySheets="..\roboptim-core\boost.vsprops"
+                       
InheritedPropertySheets="..\roboptim-core\roboptim-core.vsprops"
                        CharacterSet="2"
                        >
                        <Tool
@@ -92,7 +92,7 @@
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
                        IntermediateDirectory="$(ConfigurationName)"
                        ConfigurationType="1"
-                       InheritedPropertySheets="..\roboptim-core\boost.vsprops"
+                       
InheritedPropertySheets="..\roboptim-core\roboptim-core.vsprops"
                        CharacterSet="2"
                        WholeProgramOptimization="1"
                        >

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |   10 ++++++++++
 .../roboptim-core-dummy-plugin.vcproj              |    4 ++--
 msvc/roboptim-core/boost.vsprops                   |   15 ---------------
 msvc/roboptim-core/roboptim-core.vcproj            |    4 ++--
 msvc/simple/simple.vcproj                          |    4 ++--
 5 files changed, 16 insertions(+), 21 deletions(-)
 delete mode 100644 msvc/roboptim-core/boost.vsprops


hooks/post-receive
-- 
roboptim-core

------------------------------------------------------------------------------
_______________________________________________
roboptim-commit mailing list
roboptim-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/roboptim-commit

Reply via email to