From 89a3e90cd40e8054cdd8a4b179fb4d77c10d1aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sj=C3=B6lund?= Date: Fri, 22 Oct 2010 18:39:12 +0000 Subject: [PATCH] - Added OMEdit as a make target (built together with qtclients) (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 --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 348c5bdb20e..55be6676458 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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