Skip to content

Commit

Permalink
- Updated the pro and readme files according to omniORB4.1.6
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Apr 26, 2012
1 parent ffc09d2 commit d18b7a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions OMShell/OMShellGUI/OMShellGUI.pro
Expand Up @@ -10,7 +10,7 @@ TEMPLATE = app
# Generate the CORBA stub files for windows. On Linux we generate them in the makefile.
win32 {
!exists(omc_communication.cc || omc_communication.h) {
system($$(OMDEV)/lib/omniORB-4.1.4-mingw/bin/x86_win32/omniidl -bcxx -Wbh=.h -Wbs=.cc ../../Compiler/runtime/omc_communication.idl)
system($$(OMDEV)/lib/omniORB-4.1.6-mingw/bin/x86_win32/omniidl -bcxx -Wbh=.h -Wbs=.cc ../../Compiler/runtime/omc_communication.idl)
}
}

Expand All @@ -34,8 +34,8 @@ win32 {
__NT__ \
__OSVERSION__=4 \
__WIN32__
CORBAINC = $$(OMDEV)/lib/omniORB-4.1.4-mingw/include
CORBALIBS = -L$$(OMDEV)/lib/omniORB-4.1.4-mingw/lib/x86_win32 -lomniORB414_rt -lomnithread34_rt
CORBAINC = $$(OMDEV)/lib/omniORB-4.1.6-mingw/include
CORBALIBS = -L$$(OMDEV)/lib/omniORB-4.1.6-mingw/lib/x86_win32 -lomniORB416_rt -lomnithread34_rt
INCLUDEPATH += ../../
} else {
include(OMShell.config)
Expand Down
2 changes: 1 addition & 1 deletion OMShell/README.txt
Expand Up @@ -16,7 +16,7 @@ Windows
------------------------------
- Load the file OMShellGUI.pro in Qt Creator IDE. Qt Creator is included in Qt SDK.
- Build and run the project.
- Copy omniORB414_rt.dll, omniORB414_rtd.dll, omnithread34_rt.dll and omnithread34_rtd.dll from c:/OMDev/omniORB-4.1.4-mingw/bin/x86_win32 to /location-where-OMEdit.exe-is-created.
- Copy omniORB416_rt.dll, omniORB416_rtd.dll, omnithread34_rt.dll and omnithread34_rtd.dll from c:/OMDev/omniORB-4.1.6-mingw/bin/x86_win32 to /location-where-OMEdit.exe-is-created.

Linux
------------------------------
Expand Down

0 comments on commit d18b7a2

Please sign in to comment.