Skip to content

Commit

Permalink
- move ModelicaConfic.inc to /include/omc/cpp
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Apr 27, 2012
1 parent 6f46409 commit 4c54d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/susan_codegen/SimCode/CodegenCpp.tpl
Expand Up @@ -127,7 +127,7 @@ let extraCflags = match sopt case SOME(s as SIMULATION_SETTINGS(__)) then
case "inline-rungekutta" then "-D_OMC_INLINE_RK"%>'
<<
# Makefile generated by OpenModelica
include <%makefileParams.omhome%>/bin/ModelicaConfic.inc
include <%makefileParams.omhome%>/include/omc/cpp/ModelicaConfic.inc
# Simulations use -O3 by default
SIM_OR_DYNLOAD_OPT_LEVEL=-O3
CC=<%makefileParams.ccompiler%>
Expand Down
Expand Up @@ -22,7 +22,7 @@ install (TARGETS Modelica DESTINATION bin)
install (FILES

${PROJECT_BINARY_DIR}/ModelicaConfic.inc
DESTINATION bin)
DESTINATION include/omc/cpp)


install (FILES HistoryImpl.h Modelica.h DESTINATION include/omc/cpp)
Expand Down

0 comments on commit 4c54d93

Please sign in to comment.