Skip to content

Commit

Permalink
fix windows builds
Browse files Browse the repository at this point in the history
- do not remove just the modelica3d target as it puts the build in an infinite loop!
  • Loading branch information
adrpo committed Oct 17, 2016
1 parent 645cec9 commit b94da04
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile.omdev.mingw
Expand Up @@ -40,12 +40,10 @@ omc-diff: omc
$(MAKE) -C testsuite/ -f Makefile omc-diff OMBUILDDIR=$(OMBUILDDIR)

omlibrary-core:
$(MAKE) -C libraries BUILD_DIR=$(OMBUILDDIR)/lib/omlibrary core
$(MAKE) -f $(defaultMakefileTarget)
$(MAKE) -C libraries BUILD_DIR=$(OMBUILDDIR)/lib/omlibrary core

omlibrary-all:
$(MAKE) -C libraries BUILD_DIR=$(OMBUILDDIR)/lib/omlibrary all
$(MAKE) -f $(defaultMakefileTarget)
$(MAKE) -C libraries BUILD_DIR=$(OMBUILDDIR)/lib/omlibrary all

omplot: omc qtclientsDLLs
$(MAKE) -C OMPlot -f $(defaultMakefileTarget) OMBUILDDIR=$(OMBUILDDIR)
Expand Down

0 comments on commit b94da04

Please sign in to comment.