Skip to content

Commit

Permalink
Adrian Pop, 2006-01-28
Browse files Browse the repository at this point in the history
- fixes the compilation with mingw
- cygwin/msvc still works normally

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Jan 28, 2006
1 parent 9c6a908 commit b5cac93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Compiler/Makefile.common
Expand Up @@ -8,9 +8,8 @@


ifdef USE_CORBA
CORBAOBJ = $(srcdir)/runtime/corbaimpl.o $(srcdir)/runtime/omc_communication_impl.o \
$(srcdir)/runtime/omc_communication.o
CORBALIB = -L$(CORBAHOME)/lib -lmico -lcrypto -lssl
CORBAOBJ = $(srcdir)/runtime/corbaimpl.o $(srcdir)/runtime/omc_communication_impl.o $(srcdir)/runtime/omc_communication.o
CORBALIB =
else
CORBAOBJ = $(srcdir)/runtime/corbaimpl_stub.o
CORBALIB =
Expand Down

0 comments on commit b5cac93

Please sign in to comment.