diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-06-18 23:01:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-06-18 23:01:49 +0300 |
commit | 533092a738a00a226006cc9343f2a0d27a856b0a (patch) | |
tree | 55c6b1ff9a90ff385a4c98439038e8fd619eb491 | |
parent | daaa550121a97d80e1ab43cbd5c73da6915e4ac4 (diff) |
touch depends on sal, toolkit depends on touch
Change-Id: I77e108391b48a9dc50491f8e76de8f277f92dfc6
-rw-r--r-- | toolkit/prj/build.lst | 2 | ||||
-rw-r--r-- | touch/prj/build.lst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/prj/build.lst b/toolkit/prj/build.lst index e8a7b48e8290..1db10f675562 100644 --- a/toolkit/prj/build.lst +++ b/toolkit/prj/build.lst @@ -1,2 +1,2 @@ -ti toolkit : LIBXSLT:libxslt vcl QADEVOOO:qadevOOo test NULL +ti toolkit : LIBXSLT:libxslt vcl touch QADEVOOO:qadevOOo test NULL ti toolkit\prj nmake - all ti_prj NULL diff --git a/touch/prj/build.lst b/touch/prj/build.lst index dfe282b2a966..113bee310105 100644 --- a/touch/prj/build.lst +++ b/touch/prj/build.lst @@ -1,2 +1,2 @@ -th touch : sw sc NULL +th touch : sal NULL th touch\prj nmake - all th_prj NULL |