Skip to content

Commit

Permalink
- IN WINDOWS YOU WILL NEED A NEW OMDEV (just do svn update on OMDev)
Browse files Browse the repository at this point in the history
  OMDev is now in Subversion here: https://openmodelica.ida.liu.se/svn/OpenModelica/installers/windows/OMDev
- now we copy xsltproc and gnuplot directories from OMDev/tools to build/lib/omc/libexec
- Linux/Mac users are unaffected.



git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Mar 4, 2011
1 parent c2c31c5 commit 55a3012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.common
Expand Up @@ -24,6 +24,7 @@ mkbuilddirs:
if [ "$(EXE)" = ".app" ]; then mkdir -p $(builddir_app); fi
mkdir -p $(builddir_bin)
mkdir -p $(builddir_lib)/omc
mkdir -p $(builddir_lib)/omc/libexec
mkdir -p $(builddir_inc)
mkdir -p $(builddir_java)
mkdir -p $(builddir_share)/omc/scripts
Expand Down

0 comments on commit 55a3012

Please sign in to comment.