Ignore:
Timestamp:
Feb 25, 2007, 8:44:23 PM (18 years ago)
Author:
dkearney
Message:

Added putFile capability to octave, matlab, fortran, perl bindings
Adjusted the core putFile function and all put functions to accept unsigned ints
added enum flags for binary and text file for the putFile function in c/c++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/matlab/Makefile.in

    r569 r591  
    5959                        rpLibPutString.mexglx \
    6060                        rpLibPutDouble.mexglx \
     61                        rpLibPutFile.mexglx \
    6162                        rpLibNodeComp.mexglx \
    6263                        rpLibNodeType.mexglx \
     
    118119rpLibPutDouble.mexglx:
    119120        $(MEX) rpLibPutDouble.cc          $(MATLAB_COMP_ARGS)
     121rpLibPutFile.mexglx:
     122        $(MEX) rpLibPutFile.cc            $(MATLAB_COMP_ARGS)
    120123rpLibNodeComp.mexglx:
    121124        $(MEX) rpLibNodeComp.cc           $(MATLAB_COMP_ARGS)
Note: See TracChangeset for help on using the changeset viewer.