Changeset 14004


Ignore:
Timestamp:
2012-11-21T12:27:21+01:00 (11 years ago)
Author:
adrpo
Message:
  • fixes for building cpp runtime on OMDev msys.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SimulationRuntime/cpp/Makefile.omdev.mingw

    r13744 r14004  
    99builddir_inc=$(top_builddir)/build/include/omc
    1010
     11CMAKE = $(OMDEV)/bin/cmake/bin/cmake
     12
    1113runtimeCpp:
    1214  cd ./Build; echo "change to Build"; \
    13   cmake -G "MSYS Makefiles" -D  CMAKE_INSTALL_PREFIX:PATH="$(builddir_build)" MAKE_CXX_COMPILER=g++ ../Source; \
     15  $(CMAKE) -G "MSYS Makefiles" -D  CMAKE_INSTALL_PREFIX:PATH="$(builddir_build)" MAKE_CXX_COMPILER=g++ ../Source; \
    1416  make
    1517
Note: See TracChangeset for help on using the changeset viewer.