Commit | Author | Summary |
3ae6d2dc06 | Adrian Pop | more fixes for building OMSICpp on MinGW - link with shlwapi as is needed by fmil lib - revert to OMC_LIB from LIB_OMC as is actually the libOpenModelicaCompiler in that case - propagate LIB_OMC to more parts when building OMSICpp - guard with IF(MSVC) installation of $TARGET_PDB_FILE |
8674038a7e | Adrian Pop | add staging and pipeline commands for Windows/MinGW (optional) - remove tabs - put parentheses for the if condition - escape $ in string -> \$ - escape \ -> \\ - shorten the name of the stage Windows/MinGW -> Win/MinGW - use msys sh on Windows - export OPENMODELICAHOME and OPENMODELICALIBRARY - hardcode OMDEV for now, print PATH on Windows for debugging - use bat instead of sh on Windows - use cygpath to go from windows $WORKSPACE to msys directory - more magic with quoting the Windows paths in the msys script - use: set MSYS2_PATH_TYPE=inherit - resurect runtimeCPPinstall target and make it point to OMSICPPinstall |
7247254c03 | Adrian Pop | Fix a pch issue when building release |
9fd7ac7e08 | Adrian Pop | add more deps for OMSI msvc |