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/octave/Makefile.in

    r569 r591  
    5656                        rpLibPutDouble.oct \
    5757                        rpLibPutSingle.oct \
     58                        rpLibPutFile.oct \
    5859                        rpLibResult.oct \
    5960                        rpLibXml.oct \
     
    106107rpLibPutSingle.oct:
    107108        $(OCT) rpLibPutString.cc          $(OCTAVE_COMP_ARGS)
     109rpLibPutFile.oct:
     110        $(OCT) rpLibPutFile.cc            $(OCTAVE_COMP_ARGS)
    108111rpLibResult.oct:
    109112        $(OCT) rpLibResult.cc             $(OCTAVE_COMP_ARGS)
Note: See TracChangeset for help on using the changeset viewer.