diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-02 12:13:08 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-02 12:13:08 +0000 |
commit | d6ad279e6047009b3d15cf3fb1eb2ec214e66465 (patch) | |
tree | 550a11449661e2e2039082eaf95daf839bcd5d37 /dtrans/prj | |
parent | fe8ed1763470bb8d6b4b02495db5319658d78ffd (diff) |
dnd dependencies have changed
Diffstat (limited to 'dtrans/prj')
-rw-r--r-- | dtrans/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/prj/build.lst b/dtrans/prj/build.lst index a5cabc88b0b3..d713e3568c98 100644 --- a/dtrans/prj/build.lst +++ b/dtrans/prj/build.lst @@ -6,5 +6,5 @@ dr dtrans\source\win32\misc nmake - w dr_win32_misc NULL dr dtrans\source\win32\dtobj nmake - w dr_win32_dtobj dr_win32_misc NULL dr dtrans\source\win32\ftransl nmake - w dr_win32_ftransl dr_win32_misc NULL dr dtrans\source\win32 nmake - w dr_win32 dr_win32_dtobj NULL -dr dtrans\source\win32\dnd nmake - w dr_win32_dnd dr_win32 NULL +dr dtrans\source\win32\dnd nmake - w dr_win32_dnd dr_win32_misc dr_win32_dtobj NULL dr dtrans\source\X11 nmake - u dr_X11 NULL |