Skip to content

added two new features:

Steve Ball requested to merge steveball/gpm:relink_and_recompile into develop
  • Relink: creates a temporary project, adds packages in order of dependency to the project, and saves all VIs. This is faster and more reliable than a mass compile to fix linking issues between G packages. This is needed whenever installing G packages that depend on another G package.
  • Recompile: Opens main project, gets all project items and forces a recompile in order of dependency. This is faster and more reliable than a mass compile to fix linking problems between a project and its G packages. This should only be required with major package updates (first digit per semver).

Merge request reports