From 7ee1566afdcd11dc722faedef1139a9373abbc09 Mon Sep 17 00:00:00 2001 From: Aldo Hernandez <51335047+Aldo633@users.noreply.github.com> Date: Mon, 12 Oct 2020 15:21:45 -0500 Subject: [PATCH] Update build.toml --- build.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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'