diff options
author | Tino Rachui <tra@openoffice.org> | 2001-05-15 12:22:17 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2001-05-15 12:22:17 +0000 |
commit | 3f78740cf786a8d38090161a7e9486c9076f9761 (patch) | |
tree | 63ff7decdfa3318390fc8720ddf15e47afedc15f /dtrans/util | |
parent | 1062db24fc9ae758331125cda61c5fda1740bb4b (diff) |
*** empty log message ***
Diffstat (limited to 'dtrans/util')
-rw-r--r-- | dtrans/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/util/makefile.mk b/dtrans/util/makefile.mk index 1550ac5505a8..47902013a15e 100644 --- a/dtrans/util/makefile.mk +++ b/dtrans/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: tra $ $Date: 2001-05-11 10:34:32 $ +# last change: $Author: tra $ $Date: 2001-05-15 13:22:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -95,7 +95,7 @@ DEF1NAME= $(SHL1TARGET) DEF1EXPORTFILE= exports.dxp -.IF "$(GUI)"!="WIN" +.IF "$(GUI)"=="WIN" # --- ftransl dll --- |