From d46b96f0cddda3f83bdc057c26c0de4ae50f5e25 Mon Sep 17 00:00:00 2001 From: Radu Ursu Date: Wed, 1 Oct 2003 13:39:03 +0000 Subject: [PATCH] modified script and project to have the projects in each example dir --- Packages/wininst/developer_scripts/examples/C2vcproj | 8 ++------ Packages/wininst/developer_scripts/examples/master.vcproj | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) 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">