Skip to content

Commit

Permalink
- OMEdit: Check getErrorString() after loadModel()
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 14, 2011
1 parent 8ca6eb2 commit 5fe1e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.common
Expand Up @@ -50,7 +50,7 @@ docs: mkbuilddirs omlibrary
(cd doc/manpages/; for f in *.1; do gzip $$f -c > ../../$(builddir_man)/man1/$$f.gz && touch -r $$f ../../$(builddir_man)/man1/$$f.gz; done)

fmi:
(cd FMI/import/source; time $(MAKE) -f Makefile.omdev.mingw)
$(MAKE) -C FMI/import/source -f $(defaultMakefileTarget)

breakprocess:
(cd testsuite/bootstrapping; time g++ BreakProcess.cpp -o BreakProcess -static-libgcc)
Expand Down
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -24,10 +24,10 @@ settings:

difftool: mkbuilddirs
$(MAKE) -C testsuite/difftool
omc: difftool c_runtime docs
omc: difftool c_runtime docs fmi
(cd Compiler && $(MAKE) -f Makefile release)

omcd: difftool c_runtime docs
omcd: difftool c_runtime docs fmi
(cd Compiler && $(MAKE) -f Makefile debug)

qtclean-common:
Expand Down

0 comments on commit 5fe1e82

Please sign in to comment.