Skip to content

Commit

Permalink
- Added new configure option --with-Coin (Coin disabled by default).
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 25, 2010
1 parent 050e994 commit 471d670
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions OMShell/OMShell.config.in
@@ -0,0 +1,4 @@
CORBALIBS = @CORBALIBS@
CORBAINC = @CORBACFLAGS@
USE_CORBA = @QT_USE_CORBA@

3 changes: 1 addition & 2 deletions OMShell/OMShell.pro
Expand Up @@ -5,8 +5,7 @@ win32 {
CORBAINC = $$system(mico-config --prefix)/include
CORBALIBS = $$system(mico-config --libs)
} else {
CORBAINC = $$(CORBACFLAGS)
CORBALIBS = $$(CORBALIBS)
include(OMShell.config)
}

INCLUDEPATH += $${CORBAINC}
Expand Down

0 comments on commit 471d670

Please sign in to comment.