Skip to content

Commit

Permalink
The OMSimulator library is now called OMSimulator
Browse files Browse the repository at this point in the history
libOMSimulatorLib was a redundant name.
  • Loading branch information
sjoelund committed Aug 30, 2018
1 parent e29273e commit 134ecff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/OMEdit.config.in
Expand Up @@ -6,7 +6,7 @@ QMAKE_LINK = @CXX@

OPENMODELICAHOME = @OPENMODELICAHOME@

LIBS += -L @OPENMODELICAHOME@/lib/@host_short@/omc -lOMPlot -lomqwt -lfmilib_shared -L../OMEditGUI/Debugger/Parser -lGDBMIParser -lomantlr3 @RPATH_QMAKE@ -lOpenModelicaCompiler -lOpenModelicaRuntimeC -lomcgc -L@OMBUILDDIR@/lib/@host_short@/omc @LIBOSG@ -lomopcua -L@OMBUILDDIR@/lib -lOMSimulatorLib -lomtlmsimulator
LIBS += -L @OPENMODELICAHOME@/lib/@host_short@/omc -lOMPlot -lomqwt -lfmilib_shared -L../OMEditGUI/Debugger/Parser -lGDBMIParser -lomantlr3 @RPATH_QMAKE@ -lOpenModelicaCompiler -lOpenModelicaRuntimeC -lomcgc -L@OMBUILDDIR@/lib/@host_short@/omc @LIBOSG@ -lomopcua -L@OMBUILDDIR@/lib -lOMSimulator -lomtlmsimulator
INCLUDEPATH += @OPENMODELICAHOME@/include/omc/scripting-API @OPENMODELICAHOME@/include/omplot @OPENMODELICAHOME@/include/omplot/qwt @OPENMODELICAHOME@/include/@host_short@/omc/antlr3 @OPENMODELICAHOME@/include/omc/c ../../qjson-0.8.1/build/include @OPENMODELICAHOME@/include

QMAKE_CXXFLAGS_RELEASE -= -O1
Expand Down
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/OMEditGUI.pro
Expand Up @@ -89,7 +89,7 @@ win32 {
-L$$(OMBUILDDIR)/lib/omc -lomantlr3 -lOMPlot -lomqwt -lomopcua \
-lOpenModelicaCompiler -lOpenModelicaRuntimeC -lfmilib -lModelicaExternalC -lomcgc -lpthread -lshlwapi \
-lws2_32 \
-L$$(OMBUILDDIR)/lib -lOMSimulatorLib -lomtlmsimulator
-L$$(OMBUILDDIR)/lib -lOMSimulator -lomtlmsimulator

INCLUDEPATH += $$(OMBUILDDIR)/include/omplot \
$$(OMBUILDDIR)/include \
Expand Down

0 comments on commit 134ecff

Please sign in to comment.