Skip to content

Commit

Permalink
- OMPlot now compiles on Linux
Browse files Browse the repository at this point in the history
- Made OMPlot not crash if too few arguments are given


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 11, 2011
1 parent fc52f5e commit 4a1885d
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 136 deletions.
3 changes: 1 addition & 2 deletions Makefile.in
Expand Up @@ -47,13 +47,12 @@ omshell: mkbuilddirs
make -C OMShell/OMShellGUI -f Makefile.unix
omplotwindow: mkbuilddirs
make -C OMNotebook/OMPlotWindow -f Makefile.unix
# Does not work using qwt-5.2 yet
omplot: mkbuilddirs
make -C OMPlot/OMPlotGUI -f Makefile.unix
omedit: mkbuilddirs omnotebook
make -C OMEdit/OMEditGUI -f Makefile.unix

qtclients: omnotebook omshell omplotwindow omedit
qtclients: omnotebook omshell omplotwindow omedit omplot

qtclean: qtclean-common
make -C OMShell/OMShellGUI -f Makefile.unix clean
Expand Down

0 comments on commit 4a1885d

Please sign in to comment.