diff options
author | Yuri Dario <ydario@apache.org> | 2012-06-19 12:00:55 +0000 |
---|---|---|
committer | Yuri Dario <ydario@apache.org> | 2012-06-19 12:00:55 +0000 |
commit | b6ff288fc7e4117190c69e1e2b712dd188d8ba24 (patch) | |
tree | 6b6a0a4684160183182dc623fc48ebc7288f628e /dtrans/util | |
parent | 795aa222de705053a937571a38b53f78b08a5fa5 (diff) |
i118923 - OS/2 port: Fix clipboard component passive registration using windows way.
Notes
Notes:
ignore: OS/2
Diffstat (limited to 'dtrans/util')
-rw-r--r-- | dtrans/util/makefile.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dtrans/util/makefile.mk b/dtrans/util/makefile.mk index 09a9e5399a74..48d83830a5c7 100644 --- a/dtrans/util/makefile.mk +++ b/dtrans/util/makefile.mk @@ -29,6 +29,9 @@ TARGET1=mcnttype TARGET2=ftransl TARGET3=sysdtrans TARGET4=dnd +.IF "$(GUI)"=="OS2" +TARGET3=sysdtran +.ENDIF # --- Settings ----------------------------------------------------- |