Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jan 28, 2015
1 parent 868687a commit 587c764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/OMC/OMCProxy.cpp
Expand Up @@ -62,7 +62,7 @@ void* omc_Main_readSettings(void *threadData, void *args);
#include <iostream>

#include "OMCProxy.h"
#include "../../../Compiler/runtime/config.h"
#include "../../../Compiler/runtime/omc_config.h"


static QVariant parseExpression(QString result)
Expand Down Expand Up @@ -387,7 +387,7 @@ QString linuxOMHome(void) {

/*!
Starts the OpenModelica Compiler.\n
On Windows look for OPENMODELICAHOME environment variable. On Linux read the installation directory from config.h file.\n
On Windows look for OPENMODELICAHOME environment variable. On Linux read the installation directory from omc_config.h file.\n
Runs the omc with +c and +d=interactiveCorba flags.\n
+c flag creates a CORBA IOR file with name e.g openmodelica.objid.OMEdit{1ABB3DAA-C925-47E8-85F9-3DE6F3F7E79C}154302842\n
+corbaObjectReferenceFilePath sets the path for CORBA object reference file.\n
Expand Down
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/main.cpp
Expand Up @@ -75,7 +75,7 @@

#include "MainWindow.h"
#include "Helper.h"
#include "../../Compiler/runtime/config.h"
#include "../../Compiler/runtime/omc_config.h"
#include "CrashReportDialog.h"

#ifdef QT_NO_DEBUG
Expand Down

0 comments on commit 587c764

Please sign in to comment.