Changeset 26086


Ignore:
Timestamp:
2019-01-21T11:24:09+01:00 (5 years ago)
Author:
adeas31
Message:

Copy the OMSimulator libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • installers/windows/OpenModelicaSetup/OpenModelicaSetup.nsi

    r26084 r26086  
    137137  SetOutPath "$INSTDIR\lib\python"
    138138  File /r /x "*.svn" /x "*.git" "..\build\lib\python\*"
     139  # Copy the OMSimulator libs
     140  SetOutPath "$INSTDIR\lib"
     141  File "..\build\lib\libOMSimulator.a"
     142  File "..\build\lib\libOMSimulatorLua.a"
     143  File "..\build\lib\OMSimulator.py"
    139144  # Create tools directory and copy files in it
    140145  SetOutPath "$INSTDIR\tools"
Note: See TracChangeset for help on using the changeset viewer.