Changeset 563 for trunk/src/matlab


Ignore:
Timestamp:
Dec 17, 2006 8:11:46 PM (17 years ago)
Author:
dkearney
Message:

small adjustments to gauge.tcl to fix errors in number and units recognition.
adjusted configure.in and makefiles to allow user to specify the architecture
they would like to use for compiling matlab bindings. also adjusted the main
makefile not to try to compile bindings for languages it cannot find on the system.

File:
1 edited

Legend:

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

    r520 r563  
    1414# define our compiling environment
    1515#
    16 MEX             = @MEX@
     16MEX             = @MEX@ @MEX_ARCH@
    1717
    1818# define our directories
Note: See TracChangeset for help on using the changeset viewer.