Skip to content

Commit

Permalink
fix windows builds, copy of antlr*jar
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2374
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Apr 17, 2018
1 parent 9216359 commit f6ae791
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile.omdev.mingw
Expand Up @@ -53,7 +53,7 @@ OPENCL = Yes
LINK = cp -rl
AR = ar
# LIBGC configuration is different for Windows (this file) and Linux (Makefile.in)
MINGW_EXTRA_LIBS=lpsolve sundials
MINGW_EXTRA_LIBS=lpsolve sundials antlr-copy
LIBGC_EXTRA_CONFIGURATION=--enable-threads=posix --enable-munmap=1 #--disable-parallel-mark
MSL321_CONFIG_EXTRA_FLAGS=--enable-static --disable-shared
LIBFMILIB=libfmilib.a
Expand Down Expand Up @@ -191,6 +191,10 @@ testlogwindows:
cat testsuite/testsuite-trace.txt | grep "==== Log" | wc -l
cat testsuite/testsuite-trace.txt | grep "==== Log" ; echo DONE!


antlr-copy:
cp ./3rdParty/antlr/3.2/tool/antlr-3.2.jar ./3rdParty/antlr/3.2/tool/antlr-2.7.7.jar ${builddir_java}/

omdev_extra_dlls: install-openturns
echo Copying needed .dlls to the $(OMBUILDDIR)/bin directory
ifeq (MINGW32,$(findstring MINGW32,$(shell uname)))
Expand Down

0 comments on commit f6ae791

Please sign in to comment.