diff options
-rwxr-xr-x | testgraphical/prj/build.lst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/testgraphical/prj/build.lst b/testgraphical/prj/build.lst index 68bf99cddc24..6334b6a01d55 100755 --- a/testgraphical/prj/build.lst +++ b/testgraphical/prj/build.lst @@ -1,6 +1,7 @@ gfxcmp testgraphical : instset_native NULL -gfxcmp testgraphical usr1 - all gfxcmp_mkout NULL -gfxcmp testgraphical\prechecks nmake - all gfxcmp_pre NULL -gfxcmp testgraphical\ui\java nmake - all gfxcmp_java NULL -# gfxcmp testgraphical\source nmake - all gfxcmp_src gfxcmp_pre gfxcmp_java NULL -gfxcmp testgraphical\qa\graphical nmake - all gfxcmp_qa gfxcmp_pre gfxcmp_java NULL +gfxcmp testgraphical usr1 - all gfxcmp_mkout NULL +gfxcmp testgraphical\prechecks nmake - all gfxcmp_pre NULL +gfxcmp testgraphical\ui\java\ConvwatchGUIProject nmake - all gfxcmp_java_ui NULL +gfxcmp testgraphical\ui\java nmake - all gfxcmp_java gfxcmp_java_ui NULL +# gfxcmp testgraphical\source nmake - all gfxcmp_src gfxcmp_pre gfxcmp_java NULL +gfxcmp testgraphical\qa\graphical nmake - all gfxcmp_qa gfxcmp_pre gfxcmp_java NULL |