summaryrefslogtreecommitdiffstats
path: root/windows/batch_intelc
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-07-22 22:34:26 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-07-22 22:34:26 (GMT)
commit9becd241a66f96a3aa71db7efca9bb4a100ab016 (patch)
tree011a1a6d69079a1b6af61ee251d51fd0877afffe /windows/batch_intelc
parent552252e0af719fab1cdfeea6dd177e1f08bae5f7 (diff)
downloadhdf5-9becd241a66f96a3aa71db7efca9bb4a100ab016.zip
hdf5-9becd241a66f96a3aa71db7efca9bb4a100ab016.tar.gz
hdf5-9becd241a66f96a3aa71db7efca9bb4a100ab016.tar.bz2
[svn-r11135] Purpose:
Improvement Description: Add high level dll and HL c++ dll project files Solution: Platforms tested: Misc. update:
Diffstat (limited to 'windows/batch_intelc')
-rwxr-xr-xwindows/batch_intelc/convert_to_icproj.BAT27
1 files changed, 17 insertions, 10 deletions
diff --git a/windows/batch_intelc/convert_to_icproj.BAT b/windows/batch_intelc/convert_to_icproj.BAT
index 59ea2a1..af5d456 100755
--- a/windows/batch_intelc/convert_to_icproj.BAT
+++ b/windows/batch_intelc/convert_to_icproj.BAT
@@ -24,12 +24,11 @@ echo.
ICProjConvert80 windows\proj\hdf5\hdf5.vcproj /IC >> convert_intel.log
- ICProjConvert80 windows\proj\hdf5_cpp\hdf5_cpp.vcproj /IC >> convert_intel.log
- ICProjConvert80 windows\proj\hdf5_cppdll\hdf5_cppdll.vcproj /IC >> convert_intel.log
- ICProjConvert80 windows\proj\hdf5_hl\hdf5_hl.vcproj /IC >> convert_intel.log
- ICProjConvert80 windows\proj\hdf5_hl_fortran\hdf5_hl_fortran.vcproj /IC >> convert_intel.log
ICProjConvert80 windows\proj\hdf5dll\hdf5dll.vcproj /IC >> convert_intel.log
- ICProjConvert80 windows\proj\hdf5_hl_cpp\hdf5_hl_cpp.vcproj /IC >> convert_intel.log
+ ICProjConvert80 windows\proj\hdf5_hl\hdf5_hl.vcproj /IC >> convert_intel.log
+ ICProjConvert80 windows\proj\hdf5_hldll\hdf5_hldll.vcproj /IC >> convert_intel.log
+
+
echo.
echo Converting project files in directory windows\test
@@ -130,6 +129,12 @@ echo.
ICProjConvert80 windows\hl\test\hl_test_table\hl_test_table.vcproj /IC >> convert_intel.log
ICProjConvert80 windows\hl\test\hl_test_ds\hl_test_ds.vcproj /IC >> convert_intel.log
ICProjConvert80 windows\hl\test\hl_test_packet\hl_test_packet.vcproj /IC >> convert_intel.log
+
+ ICProjConvert80 windows\hl\test\hl_test_imagedll\hl_test_imagedll.vcproj /IC >> convert_intel.log
+ ICProjConvert80 windows\hl\test\hl_test_litedll\hl_test_litedll.vcproj /IC >> convert_intel.log
+ ICProjConvert80 windows\hl\test\hl_test_tabledll\hl_test_tabledll.vcproj /IC >> convert_intel.log
+ ICProjConvert80 windows\hl\test\hl_test_dsdll\hl_test_dsdll.vcproj /IC >> convert_intel.log
+ ICProjConvert80 windows\hl\test\hl_test_packetdll\hl_test_packetdll.vcproj /IC >> convert_intel.log
echo.
echo Converting project files under directory windows\tools
@@ -186,11 +191,13 @@ echo.
ICProjConvert80 windows\proj\hdf5_cpp\hdf5_cpp.vcproj /IC >> convert_intel.log
ICProjConvert80 windows\proj\hdf5_cppdll\hdf5_cppdll.vcproj /IC >> convert_intel.log
ICProjConvert80 windows\proj\hdf5_hl_cpp\hdf5_hl_cpp.vcproj /IC >> convert_intel.log
- ICProjConvert80 windows\c++\test\dsets_cpp\dsets_cpp.vcproj /IC >> convert_intel.log
- ICProjConvert80 windows\c++\test\dsets_cppdll\dsets_cppdll.vcproj /IC >> convert_intel.log
- ICProjConvert80 windows\c++\test\testhdf5_cpp\testhdf5_cpp.vcproj /IC >> convert_intel.log
- 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\proj\hdf5_hl_cppdll\hdf5_hl_cppdll.vcproj /IC >> convert_intel.log
+ ICProjConvert80 "windows\c++\test\dsets_cpp\dsets_cpp.vcproj" /IC >> convert_intel.log
+ ICProjConvert80 "windows\c++\test\dsets_cppdll\dsets_cppdll.vcproj" /IC >> convert_intel.log
+ ICProjConvert80 "windows\c++\test\testhdf5_cpp\testhdf5_cpp.vcproj" /IC >> convert_intel.log
+ 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