don't echo path

Original commit message from CVS:
don't echo path
This commit is contained in:
Thomas Vander Stichele 2005-10-10 14:33:38 +00:00
parent cfd14e0fd3
commit 8438d17281
2 changed files with 2 additions and 4 deletions

View file

@ -149,8 +149,7 @@ for %%i in (af az ca cs en_GB fr nl sq sr sv tr uk) do copy /Y ..\po\%%i.gmo c:\
"/>
<Tool
Name="VCPreBuildEventTool"
CommandLine="echo $(Path)
copy $(ProjectDir)\gstconfig.h $(ProjectDir)\..\gst\gstconfig.h
CommandLine="copy $(ProjectDir)\gstconfig.h $(ProjectDir)\..\gst\gstconfig.h
copy $(ProjectDir)\gstversion.h $(ProjectDir)\..\gst\gstversion.h
copy $(ProjectDir)\gstenumtypes.h $(ProjectDir)\..\gst\gstenumtypes.h
copy $(ProjectDir)\gstenumtypes.c $(ProjectDir)\..\gst\gstenumtypes.c

View file

@ -149,8 +149,7 @@ for %%i in (af az ca cs en_GB fr nl sq sr sv tr uk) do copy /Y ..\po\%%i.gmo c:\
"/>
<Tool
Name="VCPreBuildEventTool"
CommandLine="echo $(Path)
copy $(ProjectDir)\gstconfig.h $(ProjectDir)\..\gst\gstconfig.h
CommandLine="copy $(ProjectDir)\gstconfig.h $(ProjectDir)\..\gst\gstconfig.h
copy $(ProjectDir)\gstversion.h $(ProjectDir)\..\gst\gstversion.h
copy $(ProjectDir)\gstenumtypes.h $(ProjectDir)\..\gst\gstenumtypes.h
copy $(ProjectDir)\gstenumtypes.c $(ProjectDir)\..\gst\gstenumtypes.c