Changeset 6d4dc9bc in OpenModelica


Ignore:
Timestamp:
2021-01-20T19:18:20+01:00 (3 years ago)
Author:
Lennart Ochel <lennart.ochel@…>
Children:
c77d2089
Parents:
dd8cf84
Message:

Remove SimulationRuntime/fmi/export/fmi1

Location:
OMCompiler
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Makefile.common

    r42bfb16 r6d4dc9bc  
    4343$(builddir_inc)/c/meta/ \
    4444$(builddir_inc)/c/util/ \
    45 $(builddir_inc)/c/fmi1/ \
    4645$(builddir_inc)/c/fmi2/ \
    4746$(builddir_inc)/scripting-API \
  • OMCompiler/SimulationRuntime/c/cmake_2.8.cmake

    rba83d81 r6d4dc9bc  
    358358  INCLUDE_DIRECTORIES(${OMCTRUNCHOME}/OMCompiler/SimulationRuntime/c/simulation/solver/initialization)
    359359  INCLUDE_DIRECTORIES(${OMCTRUNCHOME}/OMCompiler/SimulationRuntime/c/util)
    360   INCLUDE_DIRECTORIES(${OMCTRUNCHOME}/OMCompiler/SimulationRuntime/fmi/export/fmi1)
    361360  INCLUDE_DIRECTORIES(${OMCTRUNCHOME}/OMCompiler/SimulationRuntime/c/dataReconciliation)
    362361
     
    393392  ADD_CUSTOM_TARGET(${model}codegen ALL DEPENDS ${OMC_OUTPUT})
    394393
    395   SET(OMC_FMU_CODE ${OMCTRUNCHOME}/OMCompiler/SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.h
    396                    ${OMCTRUNCHOME}/OMCompiler/SimulationRuntime/fmi/export/fmi1/fmiModelFunctions.h
    397            ${OMCTRUNCHOME}/OMCompiler/SimulationRuntime/fmi/export/fmi1/fmiModelTypes.h)
    398 
    399   ADD_LIBRARY(${model} SHARED ${OMC_OUTPUT} ${CSRC} ${OMC_FMU_CODE})
     394  ADD_LIBRARY(${model} SHARED ${OMC_OUTPUT} ${CSRC})
    400395  TARGET_LINK_LIBRARIES(${model} simulation util math-support results solver meta ModelicaExternalC libexpat initialization lapack_win32_MT)
    401396
     
    478473  ADD_CUSTOM_TARGET(${model}codegen ALL DEPENDS ${OMC_OUTPUT})
    479474
    480   SET(OMC_FMU_CODE ${OMCTRUNCHOME}/OMCompiler/SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.h
    481                    ${OMCTRUNCHOME}/OMCompiler/SimulationRuntime/fmi/export/fmi1/fmiModelFunctions.h
    482            ${OMCTRUNCHOME}/OMCompiler/SimulationRuntime/fmi/export/fmi1/fmiModelTypes.h)
    483 
    484475  ADD_DEFINITIONS(/TP ${FMU_MODELNAME}.c)
    485476  set_source_files_properties(${OMC_OUTPUT} PROPERTIES LANGUAGE CXX)
    486   ADD_LIBRARY(${model} SHARED ${OMC_OUTPUT} ${CSRC} ${OMC_FMU_CODE})
     477  ADD_LIBRARY(${model} SHARED ${OMC_OUTPUT} ${CSRC})
    487478  TARGET_LINK_LIBRARIES(${model} simulation util math-support results solver meta ModelicaExternalC libexpat initialization lapack_win32_MT ${SUNDIALS_LIBRARIES})
    488479
Note: See TracChangeset for help on using the changeset viewer.