modified script and project to have the projects in each example dir

This commit is contained in:
Radu Ursu 2003-10-01 13:39:03 +00:00
parent f991999ceb
commit d46b96f0cd
2 changed files with 3 additions and 7 deletions

View File

@ -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

View File

@ -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