Skip to content

Commit

Permalink
- Added OMEdit as a make target (built together with qtclients)
Browse files Browse the repository at this point in the history
  (The Debian package has also been updated and should include an OMEdit package if all goes according to plan)
- The OMEdit Unix makefile creates symbolic links/etc needed to compile OMEdit


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 22, 2010
1 parent 0d5e40e commit 89a3e90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.in
Expand Up @@ -47,8 +47,10 @@ omshell: mkbuilddirs
make -C OMShell -f Makefile.unix
omplotwindow: mkbuilddirs
make -C OMNotebook/ext -f Makefile.unix
omedit: mkbuilddirs omnotebook
make -C OMEdit/OMEditGUI -f Makefile.unix

qtclients: omnotebook omshell omplotwindow
qtclients: omnotebook omshell omplotwindow omedit

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

0 comments on commit 89a3e90

Please sign in to comment.