% Build Single-Threaded and Multi-Threaded % versions of OpenDAP-enabled mexnc for win32. % Note: the DODS library locations are hard-wired into % the .bat options files called below. % Multi-Threaded % mex -v -f mexnc_dap_msvc71_mt.bat -output mexnc_MT mexgateway.c netcdf2.c netcdf3.c common.c % Single-Threaded mex -v -f mexnc_dap_msvc71_st.bat -output mexnc_dap mexgateway.c netcdf2.c netcdf3.c common.c % Multi-Threaded R11 & R12 version % mex -v -f mexnc_dap_msvc71_mt_R11.bat -output mexnc_MT_R11 mexgateway.c netcdf2.c netcdf3.c common.c % Single-Threaded R11 & R12 version % mex -v -f mexnc_dap_msvc71_st_R11.bat -output mexnc_R11 mexgateway.c netcdf2.c netcdf3.c common.c