Changeset 26087


Ignore:
Timestamp:
2019-01-21T18:47:48+01:00 (5 years ago)
Author:
adeas31
Message:

Copy the OMSimulator libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OM113maintenance/OpenModelicaSetup.nsi

    r26083 r26087  
    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.