# IAC Project Installation Information - DO NOT EDIT!
#
# Insert the following line into the iac_proj/iac_proj.v file
  "../iac_proj/wr_maya/wr_maya.v" WriteMaya;
# In the following iac_lib file
data_io.v
# insert the following line
     IAC_PROJ.WriteMaya.WriteMayaMacs.write_maya write_maya;
     IAC_PROJ.WriteMaya.WriteMayaMacs.write_maya_multi write_maya_multi;
     IAC_PROJ.WriteMaya.WriteMayaMacs.write_maya_GD write_maya_GD;
     IAC_PROJ.WriteMaya.WriteMayaMacs.write_maya_ARR write_maya_ARR;
# In the following iac_lib file
examples.v
# insert the following line
     IAC_PROJ.WriteMaya.WriteMayaMacs.WriteMayaEg WriteMayaEg;
     IAC_PROJ.WriteMaya.WriteMayaMacs.WriteMayaMultiEg WriteMayaMultiEg;
     IAC_PROJ.WriteMaya.WriteMayaMacs.WriteMayaArrEg WriteMayaArrEg;

