Skip to content

Commit

Permalink
- activate new_cruntime again
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Dec 21, 2011
1 parent ed7fd2d commit f209e4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.common
Expand Up @@ -47,7 +47,7 @@ newc_runtime: mkbuilddirs
# Depends on libinteractive.a
$(MAKE) -C SimulationRuntime/c -f $(defaultMakefileTarget)

c_runtime: oldc_runtime
c_runtime: oldc_runtime newc_runtime

docs: mkbuilddirs omlibrary
(cp -p doc/*.pdf doc/*.txt doc/OpenModelicaAPI-Howto/*.pdf $(builddir_doc)/omc)
Expand Down
1 change: 0 additions & 1 deletion SimulationRuntime/c/simulation/solver/dassl.c
Expand Up @@ -35,7 +35,6 @@
#include "solver_main.h"
#include "openmodelica_func.h"
#include "openmodelica.h"
#include "fortran_types.h"

#include <string.h>

Expand Down

0 comments on commit f209e4d

Please sign in to comment.