diff --git a/Packages/wininst/developer_scripts/examples/C2vcproj b/Packages/wininst/developer_scripts/examples/C2vcproj index eb8abd35bff..c0fe089f69a 100755 --- a/Packages/wininst/developer_scripts/examples/C2vcproj +++ b/Packages/wininst/developer_scripts/examples/C2vcproj @@ -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 diff --git a/Packages/wininst/developer_scripts/examples/master.vcproj b/Packages/wininst/developer_scripts/examples/master.vcproj index 8682a6319d3..f1a46f6bdd2 100644 --- a/Packages/wininst/developer_scripts/examples/master.vcproj +++ b/Packages/wininst/developer_scripts/examples/master.vcproj @@ -101,7 +101,7 @@ Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> + RelativePath="master.C">