Ignore:
Timestamp:
03/09/06 15:36:42 (19 years ago)
Author:
remar
Message:
  • search for omc binary in Compiler instead of compiler
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.omc/src/org/modelica/mdt/omc/OMCProxy.java

    r404 r405  
    244244           
    245245            /* the subdirectories where omc binary may be located, hurray for standards! */
    246             String[] subdirs = { "", "bin", "compiler" };
     246            String[] subdirs = { "", "bin", "Compiler" };
    247247           
    248248            for (String subdir : subdirs)
     
    259259                    logOMCStatus("Using omc-binary at '" + omcBinary.getAbsolutePath() + "'");
    260260                    break;
     261                }
     262                else
     263                {
     264                    logOMCStatus("No omc binary at: [" + path + "]");
    261265                }
    262266            }
Note: See TracChangeset for help on using the changeset viewer.