Changeset 13528


Ignore:
Timestamp:
2012-10-20T05:36:45+02:00 (12 years ago)
Author:
adrpo
Message:
  • don't assume anything on how $OMDEV looks like (is defined as /c/OMDev in the sh shell).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.omdev.mingw

    r13527 r13528  
    102102  mkdir -p SimulationRuntime/build_c
    103103  echo call %VS100COMNTOOLS%\\..\\..\\VC\\vcvarsall.bat > SimulationRuntime/build_c/build.bat
    104   echo '$(CMAKE) -DCMAKE_INSTALL_PREFIX:String=../../build ../c -G "NMake Makefiles"' >> SimulationRuntime/build_c/build.bat
     104  echo '%OMDEV%\\bin\\cmake\\bin\\cmake -DCMAKE_INSTALL_PREFIX:String=../../build ../c -G "NMake Makefiles"' >> SimulationRuntime/build_c/build.bat
    105105  echo nmake /f Makefile >> SimulationRuntime/build_c/build.bat
    106106  cd SimulationRuntime/build_c && cmd /c build.bat
     
    112112  mkdir -p SimulationRuntime/build_debug_c
    113113  echo call %VS100COMNTOOLS%\\..\\..\\VC\\vcvarsall.bat > SimulationRuntime/build_debug_c/build.bat
    114   echo '$(CMAKE) -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX:String=../../build_debug ../c -G "NMake Makefiles"' >> SimulationRuntime/build_debug_c/build.bat
     114  echo '%OMDEV%\\bin\\cmake\\bin\\cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX:String=../../build_debug ../c -G "NMake Makefiles"' >> SimulationRuntime/build_debug_c/build.bat
    115115  echo nmake /f Makefile >> SimulationRuntime/build_debug_c/build.bat
    116116  cd SimulationRuntime/build_debug_c && cmd /c build.bat
Note: See TracChangeset for help on using the changeset viewer.