Stupid DevStudio will not respect newlines in .vcproj command hooks,

so added the &#... magic in (but kept newlines for readbility).

svn: r3853
This commit is contained in:
Eli Barzilay 2006-07-27 20:32:44 +00:00
parent 94e726f309
commit 4011f18aef
2 changed files with 32 additions and 32 deletions

View File

@ -24,10 +24,10 @@
<Tool
Name="VCPreBuildEventTool"
Description="Checking for required files"
CommandLine="if exist dlldata.c goto :END
echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
Exit 1
:END
CommandLine="if exist dlldata.c goto :END&#x0D;&#x0A;
echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.&#x0D;&#x0A;
Exit 1&#x0D;&#x0A;
:END&#x0D;&#x0A;
"
/>
<Tool
@ -98,10 +98,10 @@ Exit 1
<Tool
Name="VCPreBuildEventTool"
Description="Checking for required files"
CommandLine="if exist dlldata.c goto :END
echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
Exit 1
:END
CommandLine="if exist dlldata.c goto :END&#x0D;&#x0A;
echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.&#x0D;&#x0A;
Exit 1&#x0D;&#x0A;
:END&#x0D;&#x0A;
"
/>
<Tool
@ -172,10 +172,10 @@ Exit 1
<Tool
Name="VCPreBuildEventTool"
Description="Checking for required files"
CommandLine="if exist dlldata.c goto :END
echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
Exit 1
:END
CommandLine="if exist dlldata.c goto :END&#x0D;&#x0A;
echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.&#x0D;&#x0A;
Exit 1&#x0D;&#x0A;
:END&#x0D;&#x0A;
"
/>
<Tool

View File

@ -94,16 +94,16 @@
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="
if exist &quot;$(TargetPath)&quot; goto :MzOK
echo Error: did not find $(TargetPath)
exit 1
:MzOK
&quot;$(TargetPath)&quot; -qr ..\..\mzscheme\mkincludes.ss &quot;$(TargetDir)/include/&quot; ..\..\mzscheme ..
if errorlevel 1 exit 1
cd ..\..\mzscheme\dynsrc
mkmzdynd.bat
cd ..\..\worksp\mzscheme
CommandLine="&#x0D;&#x0A;
if exist &quot;$(TargetPath)&quot; goto :MzOK&#x0D;&#x0A;
echo Error: did not find $(TargetPath)&#x0D;&#x0A;
exit 1&#x0D;&#x0A;
:MzOK&#x0D;&#x0A;
&quot;$(TargetPath)&quot; -qr ..\..\mzscheme\mkincludes.ss &quot;$(TargetDir)/include/&quot; ..\..\mzscheme ..&#x0D;&#x0A;
if errorlevel 1 exit 1&#x0D;&#x0A;
cd ..\..\mzscheme\dynsrc&#x0D;&#x0A;
mkmzdynd.bat&#x0D;&#x0A;
cd ..\..\worksp\mzscheme&#x0D;&#x0A;
"
/>
</Configuration>
@ -193,16 +193,16 @@ cd ..\..\worksp\mzscheme
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="
if exist &quot;$(TargetPath)&quot; goto :MzOK
echo Error: did not find $(TargetPath)
exit 1
:MzOK
&quot;$(TargetPath)&quot; -qr ..\..\mzscheme\mkincludes.ss &quot;$(TargetDir)/include/&quot; ..\..\mzscheme ..
if errorlevel 1 exit 1
cd ..\..\mzscheme\dynsrc
mkmzdyn.bat
cd ..\..\worksp\mzscheme
CommandLine="&#x0D;&#x0A;
if exist &quot;$(TargetPath)&quot; goto :MzOK&#x0D;&#x0A;
echo Error: did not find $(TargetPath)&#x0D;&#x0A;
exit 1&#x0D;&#x0A;
:MzOK&#x0D;&#x0A;
&quot;$(TargetPath)&quot; -qr ..\..\mzscheme\mkincludes.ss &quot;$(TargetDir)/include/&quot; ..\..\mzscheme ..&#x0D;&#x0A;
if errorlevel 1 exit 1&#x0D;&#x0A;
cd ..\..\mzscheme\dynsrc&#x0D;&#x0A;
mkmzdyn.bat&#x0D;&#x0A;
cd ..\..\worksp\mzscheme&#x0D;&#x0A;
"
/>
</Configuration>