Skip to content

Commit

Permalink
- this should have been part of r15029.
Browse files Browse the repository at this point in the history
- add all the new components to the CheckSettingsResult record (already populated by CevalScript.mo)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 28, 2013
1 parent f0f9339 commit 53a9614
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Compiler/FrontEnd/ModelicaBuiltin.mo
Expand Up @@ -857,11 +857,11 @@ import OpenModelica.$Code.VariableName;
import OpenModelica.$Code.VariableNames;

record CheckSettingsResult
String OPENMODELICAHOME,OPENMODELICALIBRARY,OMC_PATH,OMDEV_PATH;
String OPENMODELICAHOME, OPENMODELICALIBRARY, OMC_PATH, SYSTEM_PATH, OMDEV_PATH;
Boolean OMC_FOUND;
String MODELICAUSERCFLAGS,WORKING_DIRECTORY;
Boolean CREATE_FILE_WORKS,REMOVE_FILE_WORKS;
String OS, SYSTEM_INFO,SENDDATALIBS,C_COMPILER;
String MODELICAUSERCFLAGS, WORKING_DIRECTORY;
Boolean CREATE_FILE_WORKS, REMOVE_FILE_WORKS;
String OS, SYSTEM_INFO, SENDDATALIBS, C_COMPILER, C_COMPILER_VERSION;
Boolean C_COMPILER_RESPONDING, HAVE_CORBA;
String CONFIGURE_CMDLINE;
annotation(preferredView="text");
Expand Down

0 comments on commit 53a9614

Please sign in to comment.