diff --git a/build.toml b/build.toml index 1a9802f..b0422b2 100644 --- a/build.toml +++ b/build.toml @@ -1,6 +1,10 @@ [projects.cd] path = 'Source\Modbus Master Custom Device - Windows.lvproj' + +[projects.cdLinux] path = 'Source\Modbus Master Custom Device - Linux ARM.lvproj' + +[projects.cdPharlap] path = 'Source\Modbus Master Custom Device - RT PXI.lvproj' [[build.steps]] @@ -16,6 +20,19 @@ type = 'lvBuildSpecAllTargets' project = '{cd}' build_spec = 'Engine Release' +[[build.steps]] +name = 'Engine Libraries' +type = 'lvBuildSpec' +project = '{cdLinux}' +build_spec = 'Engine Release' + + +[[build.steps]] +name = 'Engine Libraries' +type = 'lvBuildSpec' +project = '{cdPharlap}' +build_spec = 'Engine Release' + [package] type = 'nipkg'