diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-01-04 19:05:02 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-01-04 19:05:02 (GMT) |
commit | f53877f7c2d800574f7162cacad6d6d0abd12e5e (patch) | |
tree | f44da024e602190825e0093036628828b1fd3f33 /windows/batch_intelc | |
parent | a88b4d5acd000e5ea67062077fdb214f5ea39bed (diff) | |
download | hdf5-f53877f7c2d800574f7162cacad6d6d0abd12e5e.zip hdf5-f53877f7c2d800574f7162cacad6d6d0abd12e5e.tar.gz hdf5-f53877f7c2d800574f7162cacad6d6d0abd12e5e.tar.bz2 |
[svn-r11863] Purpose:
Windows Maintenance
Description:
C++ .dsp files failed to be converted into .vcproj. Fix problem
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/batch_intelc')
-rwxr-xr-x | windows/batch_intelc/convert_to_icproj.BAT | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/windows/batch_intelc/convert_to_icproj.BAT b/windows/batch_intelc/convert_to_icproj.BAT index 38606fd..ea43e11 100755 --- a/windows/batch_intelc/convert_to_icproj.BAT +++ b/windows/batch_intelc/convert_to_icproj.BAT @@ -193,12 +193,8 @@ ICProjConvert80 windows\tools\toolslib\toolslib.vcproj /IC >> convert_intel.log ICProjConvert80 windows\tools\toolslibD\toolslibD.vcproj /IC >> convert_intel.log echo End converting C project Files - - GOTO END - :convertCPP - echo ************************************************** echo. echo Converting C++ project files in directory windows\proj @@ -215,7 +211,6 @@ echo. ICProjConvert80 "windows\c++\test\testhdf5_cppdll\testhdf5_cppdll.vcproj" /IC >> convert_intel.log ICProjConvert80 "windows\hl\c++\test\hl_test_table_cpp\hl_test_table_cpp.vcproj" /IC >> convert_intel.log ICProjConvert80 "windows\hl\c++\test\hl_test_table_cppdll\hl_test_table_cppdll.vcproj" /IC >> convert_intel.log - echo. echo End converting C++ project Files echo. |