Changeset 18453


Ignore:
Timestamp:
2013-12-10T13:19:40+01:00 (10 years ago)
Author:
sjoelund.se
Message:

Adding make NOLIBRARIES=Yes to not copy the libraries (in case we do not want them or build them elsewhere)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.libraries

    r18383 r18453  
    11GITCOMMIT=cdcd8783ebac380010d7344fc23dd88c445e0084
     2ifdef NOLIBRARIES
     3omlibrary:
     4else
    25ifeq ("$(GITLIBRARIES)","Yes")
    36omlibrary: build/lib/omlibrary/stamp
     
    8487  diff -u -x .svn -r "libraries/Modelica 2.2.2/" "build/lib/omlibrary/Modelica 2.2.2" > "libraries/Modelica 2.2.2.patch" || echo "*** Modelica 2.2.2 has patch"
    8588endif
     89endif
    8690
    8791MSL321RESOURCES=libraries/Resources/
Note: See TracChangeset for help on using the changeset viewer.