Skip to content

Commit

Permalink
- Changed fmuWrapper.a to libfmuWrapper.a
Browse files Browse the repository at this point in the history
- FIX fmi compilation on windows

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Oct 14, 2011
1 parent 4a6f968 commit b6a6c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FMI/import/source/Makefile.in
Expand Up @@ -10,7 +10,7 @@ LIBS = -lexpat -ldl
INCS =
CXXINCS = -I"../include/"
BIN = ../../../build/bin/fmigenerator
LIB = ../../../build/lib/omc/fmuWrapper.a
LIB = ../../../build/lib/omc/libfmuWrapper.a
CXXFLAGS = $(CXXINCS)
CFLAGS = @CFLAGS@ -Wall -Werror
CPPFLAGS = -I"../../../build/include/omc"
Expand Down

0 comments on commit b6a6c1b

Please sign in to comment.