diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-03 20:38:41 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-03 20:38:41 +0100 |
commit | ba627dd9ecb578e9852c7b9cce67ec63199d1acf (patch) | |
tree | 27c4258311ca8c8ed7ff67a8a0bc7280e8fcae79 /plot/Jamfile | |
parent | 69aec3b712232e93600ecd741269fed1f90b412a (diff) | |
parent | 3abb40d43649adb3807180692d8579c405524675 (diff) |
Merge branch 'release/2.0.0+repack-1'2.0.0+repack-1
Diffstat (limited to 'plot/Jamfile')
-rwxr-xr-x[-rw-r--r--] | plot/Jamfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plot/Jamfile b/plot/Jamfile index 5468cd6..9ced816 100644..100755 --- a/plot/Jamfile +++ b/plot/Jamfile @@ -22,9 +22,6 @@ if $(UNIX) && $(OS) != MACOSX { ObjectHdrs plot : $(LibWinH) ; } -# Individual stand alone test of plot library -MainVariant plot : plot.c : : STANDALONE_TEST : ../h ../numlib ../spectro : : ../spectro/libconv.lib ../numlib/libnum.lib ../numlib/libui.lib ; - # VRML plot library Library libvrml : vrml.c : : : ../h ../icc ../cgats ../numlib ../gamut ; @@ -38,6 +35,10 @@ if [ GLOB $(PATH) : xxd xxd.exe ] { GenFileNNDnc x3dom.js.h : xxd -i "<" [ NormPaths x3dom.js ] ">" [ NormPaths x3dom.js.h ] ; } +# Individual stand alone test of plot library +LINKFLAGS += $(GUILINKFLAGS) ; +MainVariant plot : plot.c : : STANDALONE_TEST : ../h ../numlib ../spectro : : ../spectro/libconv.lib ../numlib/libnum.lib ../numlib/libui.lib ; + #MainsFromSources ttt.c : : : ../numlib ; #Main ttt : ttt.c : : : ../numlib : : ../numlib/libnum libplot : ; |