summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-06-10 20:21:07 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-06-10 20:21:07 (GMT)
commit64bd40b9db67cb3cbb5c62e07b3f09985f6c3a47 (patch)
treed52e661604a9c743aa2f31d72232a6e03f8105ce /windows
parente9f54a435f6f4c94e3612c84b938a961c84ae8d8 (diff)
downloadhdf5-64bd40b9db67cb3cbb5c62e07b3f09985f6c3a47.zip
hdf5-64bd40b9db67cb3cbb5c62e07b3f09985f6c3a47.tar.gz
hdf5-64bd40b9db67cb3cbb5c62e07b3f09985f6c3a47.tar.bz2
[svn-r10907] Purpose:
Add comments! Description: Solution: Platforms tested: Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/batch_net/convert_to_vcproj.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/batch_net/convert_to_vcproj.bat b/windows/batch_net/convert_to_vcproj.bat
index f093ee5..9e9b1ec 100755
--- a/windows/batch_net/convert_to_vcproj.bat
+++ b/windows/batch_net/convert_to_vcproj.bat
@@ -12,6 +12,7 @@ echo This batch file will convert all .dsp files in HDF5 C, >> convert.log
echo C++ and Fortran library to .vcproj format >> convert.log
CScript //H:CScript //Nologo
+echo Start converting project files
echo ************************************************************ >> convert.log
echo Converting project files in directory %1\windows\proj >> convert.log
@@ -206,4 +207,4 @@ echo ************************************************************ >> convert.log
convert.js %1\windows\tools\testfiles\h5reparttst\h5reparttst.dsp %1\windows\tools\testfiles\h5reparttst\h5reparttst.vcproj >> convert.log
convert.js %1\windows\tools\toolslib\toolslib.dsp %1\windows\tools\toolslib\toolslib.vcproj >> convert.log
convert.js %1\windows\tools\toolslibD\toolslibD.dsp %1\windows\tools\toolslibD\toolslibD.vcproj >> convert.log
-
+echo End converting project files.