diff options
author | Lars Langhans <lla@openoffice.org> | 2008-07-07 05:18:26 +0000 |
---|---|---|
committer | Lars Langhans <lla@openoffice.org> | 2008-07-07 05:18:26 +0000 |
commit | 80cb444f54d7574d206b1899fe7f83368a3627f6 (patch) | |
tree | 57756f71441ad2f612d610d091b175aeba2834e9 /cppunit/prj | |
parent | 120c33ca8c2f52cea7da3ce9b9da6e5f0af1b0d2 (diff) |
#i86509# remove wrong c5t_win, it's only on windows
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 8c5fe35cd28f..f904fbbe98df 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 c5t_win NULL +c5t cppunit\source\cppunit nmake - all c5t_cpp c5t_inc NULL c5t cppunit\source\result nmake - all c5t_res c5t_inc NULL |