Skip to content

Commit

Permalink
- Removed PySimulator since it is moved to github.
Browse files Browse the repository at this point in the history
- Only creates the OMPython directories when user installs it.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Mar 5, 2014
1 parent 0ee1e91 commit 937b5ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile.common
Expand Up @@ -30,8 +30,6 @@ mkbuilddirs:
if [ "$(APP)" = ".app" ]; then mkdir -p $(builddir_app); fi
mkdir -p $(builddir_bin)
mkdir -p $(builddir_lib)/omc/emcc
mkdir -p $(builddir_lib)/python
mkdir -p $(builddir_lib)/python/omniORB
mkdir -p $(builddir_inc)/c/
mkdir -p $(builddir_inc)/c/linearization/
mkdir -p $(builddir_inc)/c/optimization/
Expand All @@ -43,8 +41,6 @@ mkbuilddirs:
mkdir -p $(builddir_inc)/c/meta/gc/
mkdir -p $(builddir_inc)/c/util/
mkdir -p $(builddir_java)
mkdir -p $(builddir_share)/omc/scripts/PythonInterface/OMPython/OMParser
mkdir -p $(builddir_share)/omc/scripts/PythonInterface/PySimulator
mkdir -p $(builddir_share)/omc/scripts/OpenTurns/
mkdir -p $(builddir_doc)/omc/testmodels
mkdir -p $(builddir_man)/man1/
Expand Down

0 comments on commit 937b5ea

Please sign in to comment.