Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
fix opcua lib exports on windows
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - #1984
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Nov 7, 2017
1 parent 1993349 commit 49cdb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/opc/ua/Makefile.omdev.mingw
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC=gcc
override CFLAGS +=-O0 -g -std=c99
override CFLAGS +=-O0 -g -std=c99 -DUA_DYNAMIC_LINKING -DUA_DYNAMIC_LINKING_EXPORT
CPPFLAGS=-I../../c -I$(OMBUILDDIR)/include/omc/c
LDFLAGS=-lpthread -lwsock32 -lws2_32
DLLEXT=.dll
Expand Down

0 comments on commit 49cdb03

Please sign in to comment.