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:
parent
94e726f309
commit
4011f18aef
|
@ -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

|
||||
echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.

|
||||
Exit 1

|
||||
:END

|
||||
"
|
||||
/>
|
||||
<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

|
||||
echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.

|
||||
Exit 1

|
||||
:END

|
||||
"
|
||||
/>
|
||||
<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

|
||||
echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.

|
||||
Exit 1

|
||||
:END

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

|
||||
if exist "$(TargetPath)" goto :MzOK

|
||||
echo Error: did not find $(TargetPath)

|
||||
exit 1

|
||||
:MzOK

|
||||
"$(TargetPath)" -qr ..\..\mzscheme\mkincludes.ss "$(TargetDir)/include/" ..\..\mzscheme ..

|
||||
if errorlevel 1 exit 1

|
||||
cd ..\..\mzscheme\dynsrc

|
||||
mkmzdynd.bat

|
||||
cd ..\..\worksp\mzscheme

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

|
||||
if exist "$(TargetPath)" goto :MzOK

|
||||
echo Error: did not find $(TargetPath)

|
||||
exit 1

|
||||
:MzOK

|
||||
"$(TargetPath)" -qr ..\..\mzscheme\mkincludes.ss "$(TargetDir)/include/" ..\..\mzscheme ..

|
||||
if errorlevel 1 exit 1

|
||||
cd ..\..\mzscheme\dynsrc

|
||||
mkmzdyn.bat

|
||||
cd ..\..\worksp\mzscheme

|
||||
"
|
||||
/>
|
||||
</Configuration>
|
||||
|
|
Loading…
Reference in New Issue
Block a user