Skip to content

Commit

Permalink
- Update makefiles to make parts of the qtclients compile on OSX
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 2, 2010
1 parent 8e22235 commit 3288b93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OMShell/Makefile.unix.in
Expand Up @@ -20,7 +20,7 @@ clean: Makefile
omc_communication.cc omc_communication.h: $(runtimedir)/omc_communication.idl
@IDLCMD@ $<

$(NAME)$(EXE): Makefile omc_communication.cc
$(NAME)$(EXE): Makefile OMShell.config omc_communication.cc
make -f Makefile
ifeq ($(EXE),.app)
$(NAME): $(NAME)$(EXE) always
Expand All @@ -34,3 +34,5 @@ build: $(NAME)

Makefile.unix: Makefile.unix.in
cd $(top_builddir); ./config.status
OMShell.config: OMShell.config.in
cd $(top_builddir); ./config.status
1 change: 1 addition & 0 deletions OMShell/OMShell.config.in
Expand Up @@ -2,3 +2,4 @@ CORBALIBS = @CORBALIBS@
CORBAINC = @CORBA_QMAKE_INCLUDES@
USE_CORBA = @QT_USE_CORBA@
INCLUDEPATH += $$system(echo @CFLAGS@ | sed "s/\ //g" | grep ^-I | sed s/^-I//)
QMAKE_LFLAGS += @LDFLAGS@

0 comments on commit 3288b93

Please sign in to comment.