diff options
author | Lars Langhans <lla@openoffice.org> | 2008-07-08 09:59:22 +0000 |
---|---|---|
committer | Lars Langhans <lla@openoffice.org> | 2008-07-08 09:59:22 +0000 |
commit | 43353b627e996c1c8a48db9eff8fbb4de070546f (patch) | |
tree | de3abf84257c2ad0f233cc861a711d9563e73f8b /cppunit/prj | |
parent | 80cb444f54d7574d206b1899fe7f83368a3627f6 (diff) |
#i86509# dep for win added
Diffstat (limited to 'cppunit/prj')
-rw-r--r-- | cppunit/prj/build.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppunit/prj/build.lst b/cppunit/prj/build.lst index f904fbbe98df..672b937a9033 100644 --- a/cppunit/prj/build.lst +++ b/cppunit/prj/build.lst @@ -1,6 +1,6 @@ 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\win32 nmake - n c5t_win c5t_inc NULL +c5t cppunit\source\cppunit nmake - all c5t_cpp c5t_inc c5t_win.n NULL c5t cppunit\source\result nmake - all c5t_res c5t_inc NULL |