From f53877f7c2d800574f7162cacad6d6d0abd12e5e Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Wed, 4 Jan 2006 14:05:02 -0500 Subject: [svn-r11863] Purpose: Windows Maintenance Description: C++ .dsp files failed to be converted into .vcproj. Fix problem Solution: Platforms tested: Misc. update: --- windows/batch_intelc/convert_to_icproj.BAT | 5 ----- 1 file changed, 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. -- cgit v0.12