mirror of https://github.com/CGAL/cgal
modified script and project to have the projects in each example dir
This commit is contained in:
parent
f991999ceb
commit
d46b96f0cd
|
|
@ -8,16 +8,12 @@ if [ -d $h ]; then
|
|||
rm -r text;
|
||||
fi
|
||||
mkdir text;
|
||||
if [ -e VC7 ]; then
|
||||
rm -r VC7;
|
||||
fi
|
||||
mkdir VC7;
|
||||
|
||||
for i in *.C ; do
|
||||
jp=`echo $i|sed -e "s/\.C/\.vcproj/"`;
|
||||
k=`echo $i|sed -e "s/\.C//"`;
|
||||
sed -e"s/master/$k/g" ../master.vcproj > ./text/$jp;
|
||||
mv ./text/$jp VC7/;
|
||||
sed -e"s/master/$k/g" master.vcproj > ./text/$jp;
|
||||
mv ./text/$jp ./;
|
||||
done
|
||||
|
||||
rm -r text
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@
|
|||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
||||
<File
|
||||
RelativePath="..\master.C">
|
||||
RelativePath="master.C">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
|
|
|
|||
Loading…
Reference in New Issue