Skip to content

Commit

Permalink
- GOT RID OF the old trunk/c_runtime and old templates SimCodeC.tpl/S…
Browse files Browse the repository at this point in the history
…imCodeFMU.tpl

- HIGHLY RECOMMENDED make clean 
- renamed SimCodeXXX.tpl CodegenXXX.tpl
- merged the needed things from SimCodeC.tpl into CodegenQSS.tpl.
- all tests except the usual mishaps go.
- targeted all trunk/c_runtime references used in 
  Makefiles / C (Qt OMPlot) / Other files to their SimulationRuntime/ counterparts.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 23, 2012
1 parent ff5209e commit 1846029
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions OMPlot/OMPlotGUI/OMPlotGUI.pro
Expand Up @@ -10,7 +10,7 @@ TARGET = OMPlot
TEMPLATE = app

SOURCES += main.cpp \
../../c_runtime/read_matlab4.c \
../../SimulationRuntime/c/util/read_matlab4.c \
Plot.cpp \
PlotZoomer.cpp \
Legend.cpp \
Expand All @@ -22,7 +22,7 @@ SOURCES += main.cpp \
PlotWindowContainer.cpp \
PlotMainWindow.cpp

HEADERS += ../../c_runtime/read_matlab4.h \
HEADERS += ../../SimulationRuntime/c/util/read_matlab4.h \
Plot.h \
PlotZoomer.h \
Legend.h \
Expand Down
4 changes: 2 additions & 2 deletions OMPlot/OMPlotGUI/OMPlotLib.pro
Expand Up @@ -13,7 +13,7 @@ CONFIG += release staticlib
QMAKE_LFLAGS += -enable-auto-import

SOURCES += main.cpp \
../../c_runtime/read_matlab4.c \
../../SimulationRuntime/c/util/read_matlab4.c \
Plot.cpp \
PlotZoomer.cpp \
Legend.cpp \
Expand All @@ -25,7 +25,7 @@ SOURCES += main.cpp \
PlotWindowContainer.cpp \
PlotMainWindow.cpp

HEADERS += ../../c_runtime/read_matlab4.h \
HEADERS += ../../SimulationRuntime/c/util/read_matlab4.h \
Plot.h \
PlotZoomer.h \
Legend.h \
Expand Down
2 changes: 1 addition & 1 deletion OMPlot/OMPlotGUI/PlotWindow.h
Expand Up @@ -40,7 +40,7 @@
#include <qwt_compat.h>
#endif
#include <stdexcept>
#include "../../c_runtime/read_matlab4.h"
#include "../../SimulationRuntime/c/util/read_matlab4.h"
#include "Plot.h"

namespace OMPlot
Expand Down

0 comments on commit 1846029

Please sign in to comment.