Skip to content

Commit

Permalink
- fix modelica3d build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Jun 11, 2015
1 parent 7a7eaee commit b10d4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.omdev.mingw
Expand Up @@ -22,11 +22,11 @@ omc-diff: omc

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

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

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

0 comments on commit b10d4ac

Please sign in to comment.