From 237da037606bad97445562ef1f8863becb71a25c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 3 Apr 2025 00:28:54 +0100 Subject: Basically empty ResViewer application --- Jamroot.jam | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 9b589cf..7585ec7 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -46,15 +46,15 @@ project i-like-trains : requirements tidy:TIDY ; -exe iliketrains : - application/main.cpp - : - ilt - ; +exe iliketrains : application/main.cpp : ilt ; +exe resviewer : application/resviewer.cpp : ilt ; explicit main ; always main ; run iliketrains : -- : [ sequence.insertion-sort [ glob-tree-ex res : *.* ] ] : : main ; +explicit runresviewer ; +always runresviewer ; +run resviewer : -- : [ sequence.insertion-sort [ glob-tree-ex res : *.xml ] ] : : runresviewer ; lib ilt : [ glob-tree *.cpp *.?s *.t?s : application bin test thirdparty ] -- cgit v1.2.3