C2vcproj fixed to look for master_71.vcproj instead of master_VC71.vcproj.

Missing svn properties added
This commit is contained in:
Fernando Cacciola 2007-02-27 16:50:16 +00:00
parent 33d7078a30
commit 8a3dee2292
10 changed files with 1575 additions and 1583 deletions

8
.gitattributes vendored
View File

@ -336,7 +336,6 @@ BGL/doc_tex/BGL/fig/ex_bgl.gif -text svneol=unset#image/gif
BGL/doc_tex/BGL/fig/ex_bgl.pdf -text svneol=unset#application/pdf BGL/doc_tex/BGL/fig/ex_bgl.pdf -text svneol=unset#application/pdf
BGL/doc_tex/BGL/fig/ex_bgl.pstex -text svneol=unset#application/postscript BGL/doc_tex/BGL/fig/ex_bgl.pstex -text svneol=unset#application/postscript
BGL/doc_tex/BGL/fig/ex_bgl.pstex_t -text svneol=unset#application/postscript BGL/doc_tex/BGL/fig/ex_bgl.pstex_t -text svneol=unset#application/postscript
BGL/examples/BGL_polyhedron_3/kruskal_min_spanning_tree.hpp -text
BGL/test/BGL/cgal_test eol=lf BGL/test/BGL/cgal_test eol=lf
BGL/test/BGL/data/7_faces_traingle.off -text svneol=unset#application/octet-stream BGL/test/BGL/data/7_faces_traingle.off -text svneol=unset#application/octet-stream
BGL/test/BGL/data/genus3.off -text svneol=unset#application/octet-stream BGL/test/BGL/data/genus3.off -text svneol=unset#application/octet-stream
@ -677,7 +676,6 @@ Installation/config/support/S91-TAUCSWIN -text
Installation/config/support/S92-TAUCS1 -text Installation/config/support/S92-TAUCS1 -text
Installation/config/support/S93-TAUCS2 -text Installation/config/support/S93-TAUCS2 -text
Installation/config/support/S96-TAUCS3 -text Installation/config/support/S96-TAUCS3 -text
Installation/include/CGAL/auto_link.h -text
Interpolation/doc_tex/Interpolation/nn_coords.eps -text svneol=unset#application/postscript Interpolation/doc_tex/Interpolation/nn_coords.eps -text svneol=unset#application/postscript
Interpolation/doc_tex/Interpolation/nn_coords.gif -text svneol=unset#image/gif Interpolation/doc_tex/Interpolation/nn_coords.gif -text svneol=unset#image/gif
Interpolation/doc_tex/Interpolation/nn_coords.ipe -text svneol=unset#application/postscript Interpolation/doc_tex/Interpolation/nn_coords.ipe -text svneol=unset#application/postscript
@ -1819,7 +1817,6 @@ Ridges_3/examples/Ridges_3/data/poly2x^2+y^2-0.062500.off -text svneol=unset#app
Ridges_3/test/Ridges_3/data/ellipsoid.off -text svneol=unset#application/octet-stream Ridges_3/test/Ridges_3/data/ellipsoid.off -text svneol=unset#application/octet-stream
Robustness/demo/Robustness/help/index.html svneol=native#text/html Robustness/demo/Robustness/help/index.html svneol=native#text/html
Robustness/demo/Robustness/robustness.vcproj eol=crlf Robustness/demo/Robustness/robustness.vcproj eol=crlf
STL_Extension/include/CGAL/Iterator_transform.h -text
STL_Extension/include/CGAL/type_traits.h -text STL_Extension/include/CGAL/type_traits.h -text
STL_Extension/test/STL_Extension/test_type_traits.cpp -text STL_Extension/test/STL_Extension/test_type_traits.cpp -text
Scripts/developer_scripts/create_assertions.sh eol=lf Scripts/developer_scripts/create_assertions.sh eol=lf
@ -2575,11 +2572,6 @@ window/test/WindowStream/test_window_stream_xy_3.cmd eol=lf
wininst/cgal_config.bat eol=crlf wininst/cgal_config.bat eol=crlf
wininst/developer_scripts/examples/master_71.vcproj -text wininst/developer_scripts/examples/master_71.vcproj -text
wininst/developer_scripts/examples/master_80.vcproj -text wininst/developer_scripts/examples/master_80.vcproj -text
wininst/include/CGAL/config/msvc/CGAL/auto_link.h -text
wininst/include/CGAL/config/msvc/CGAL/cl_1310.h -text
wininst/include/CGAL/config/msvc/CGAL/cl_1400.h -text
wininst/include/CGAL/config/msvc/CGAL/compiler_config.h -text
wininst/include/CGAL/config/msvc/CGAL/icl_8_1.h -text
wininst/src/CGAL/cgallib_71.vcproj -text wininst/src/CGAL/cgallib_71.vcproj -text
wininst/src/CGAL/cgallib_80.vcproj -text wininst/src/CGAL/cgallib_80.vcproj -text
wininst/winutils/make/bcc/leda/demo.bat eol=crlf wininst/winutils/make/bcc/leda/demo.bat eol=crlf

View File

@ -1,4 +1,4 @@
// Copyright (c) 1997-2007 Utrecht University (The Netherlands), // Copyright (c) 2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany), // ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg // INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria), // (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),
@ -15,13 +15,13 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// $URL: svn+ssh://CGAL/svn/cgal/trunk/Installation/include/CGAL/Sun_fixes.h $ // $URL$
// $Id: Sun_fixes.h 28904 2006-02-28 15:11:51Z glisse $ // $Id$
// //
// //
// Author(s) : Fernando Cacciola (fernando.cacciola@geometryfactory.com) // Author(s) : Fernando Cacciola (fernando.cacciola@geometryfactory.com)
// //
// This file is generated by install_cgal for non-windows compilers (or cl.exe but via cygwin) // This file is for non-windows compilers running in non-windows platforms (such as cl.exe via cygwin)
// The real file (for MSVC) is in /CGAL/config/msvc/CGAL/auto_link.h // The real file (for MSVC) is in /CGAL/config/msvc/CGAL/auto_link.h
// //

View File

@ -15,8 +15,8 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// $URL: svn+ssh://CGAL/svn/cgal/trunk/STL_Extension/include/CGAL/Iterator_transform.h $ // $URL$
// $Id: Iterator_transform.h 28567 2006-02-16 14:30:13Z lsaboret $ // $Id$
// //
// //
// Author(s) : Michael Hoffmann <hoffmann@inf.ethz.ch> // Author(s) : Michael Hoffmann <hoffmann@inf.ethz.ch>

View File

@ -29,10 +29,10 @@ if [ -d $h ]; then
k=`echo $i|sed -e "s/\.$ext//"`; k=`echo $i|sed -e "s/\.$ext//"`;
# Create $jp VC++ 7.1 project file if it doesn't exist # Create $jp VC++ 7.1 project file if it doesn't exist
jp=`echo $i|sed -e "s/\.$ext/\_VC71.vcproj/"`; jp=`echo $i|sed -e "s/\.$ext/\_71.vcproj/"`;
if [[ ! -e $jp ]]; then if [[ ! -e $jp ]]; then
echo "Creating $jp" echo "Creating $jp"
sed -e"s/master/$k/g" ../../developer_scripts/examples/master_VC71.vcproj > ./text/temp.txt; sed -e"s/master/$k/g" ../../developer_scripts/examples/master_71.vcproj > ./text/temp.txt;
sed -e"s/EXT/$ext/g" ./text/temp.txt > ./text/temp2.txt; sed -e"s/EXT/$ext/g" ./text/temp.txt > ./text/temp2.txt;
sed -e"s/test_msvc71.exe/$ofn/g" ./text/temp2.txt > ./text/temp3.txt; sed -e"s/test_msvc71.exe/$ofn/g" ./text/temp2.txt > ./text/temp3.txt;
sed -e"s/test_msvc71/$k/g" ./text/temp3.txt > ./text/$jp; sed -e"s/test_msvc71/$k/g" ./text/temp3.txt > ./text/$jp;
@ -41,10 +41,10 @@ if [ -d $h ]; then
fi fi
# Create $jp VC++ 8.0 project file if it doesn't exist # Create $jp VC++ 8.0 project file if it doesn't exist
jp=`echo $i|sed -e "s/\.$ext/\_VC80.vcproj/"`; jp=`echo $i|sed -e "s/\.$ext/\_80.vcproj/"`;
if [[ ! -e $jp ]]; then if [[ ! -e $jp ]]; then
echo "Creating $jp" echo "Creating $jp"
sed -e"s/master/$k/g" ../../developer_scripts/examples/master_VC80.vcproj > ./text/temp.txt; sed -e"s/master/$k/g" ../../developer_scripts/examples/master_80.vcproj > ./text/temp.txt;
sed -e"s/EXT/$ext/g" ./text/temp.txt > ./text/temp2.txt; sed -e"s/EXT/$ext/g" ./text/temp.txt > ./text/temp2.txt;
sed -e"s/test_msvc80.exe/$ofn/g" ./text/temp2.txt > ./text/temp3.txt; sed -e"s/test_msvc80.exe/$ofn/g" ./text/temp2.txt > ./text/temp3.txt;
sed -e"s/test_msvc80/$k/g" ./text/temp3.txt > ./text/$jp; sed -e"s/test_msvc80/$k/g" ./text/temp3.txt > ./text/$jp;

View File

@ -15,8 +15,8 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// $URL: svn+ssh://CGAL/svn/cgal/trunk/wininst/include/CGAL/config/msvc7/CGAL/compiler_config.h $ // $URL$
// $Id: compiler_config.h 31170 2006-05-18 10:01:03Z afabri $ // $Id$
// //
// //
// Author(s) : Radu Ursu // Author(s) : Radu Ursu