Skip to content

Commit

Permalink
- Added the omniORB 4.1.4 compiled with mingw.
Browse files Browse the repository at this point in the history
- Added the PSD's used for OMEdit icons.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Jan 13, 2011
1 parent 3be780f commit ff158d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/OMEditGUI.pro
Expand Up @@ -76,11 +76,11 @@ DEFINES += __x86__ \
__NT__ \
__OSVERSION__=4 \
__WIN32__
LIBS += -LC:\\Thesis\\omniORB-4.1.4\\lib\\x86_win32 \
LIBS += -L../omniORB-4.1.4-mingw/lib/x86_win32 \ #C:\\Thesis\\omniORB-4.1.4-mingw\\lib\\x86_win32 \
-lomniORB414_rt \
-lomnithread34_rt

INCLUDEPATH += C:\\Thesis\\omniORB-4.1.4\\include
INCLUDEPATH += ../omniORB-4.1.4-mingw/include #C:\\Thesis\\omniORB-4.1.4-mingw\\include
} else {
include(OMEdit.config)
}
Expand Down

0 comments on commit ff158d2

Please sign in to comment.