diff options
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. |