diff options
author | Lars Langhans <lla@openoffice.org> | 2008-07-07 05:14:27 +0000 |
---|---|---|
committer | Lars Langhans <lla@openoffice.org> | 2008-07-07 05:14:27 +0000 |
commit | 065b2d0d8d51938ef51077fa5ccec3a77c25dd08 (patch) | |
tree | 24ec48f7893e7249e72e040b7f5c2c64a76723fc /cppunit/prj | |
parent | 9c4a7372c78eb0324aba43829e16bbe64b0b4046 (diff) |
#i86509# add dep
Diffstat (limited to 'cppunit/prj')
-rw-r--r-- | cppunit/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppunit/prj/build.lst b/cppunit/prj/build.lst index f904fbbe98df..8c5fe35cd28f 100644 --- a/cppunit/prj/build.lst +++ b/cppunit/prj/build.lst @@ -2,5 +2,5 @@ c5t cppunit : sal NULL c5t cppunit usr1 - all c5t_mkout NULL c5t cppunit\inc nmake - all c5t_inc NULL c5t cppunit\source\win32 nmake - w c5t_win c5t_inc NULL -c5t cppunit\source\cppunit nmake - all c5t_cpp c5t_inc NULL +c5t cppunit\source\cppunit nmake - all c5t_cpp c5t_inc c5t_win NULL c5t cppunit\source\result nmake - all c5t_res c5t_inc NULL |