summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorYuri Dario <ydario@apache.org>2012-06-19 12:00:55 +0000
committerYuri Dario <ydario@apache.org>2012-06-19 12:00:55 +0000
commitb6ff288fc7e4117190c69e1e2b712dd188d8ba24 (patch)
tree6b6a0a4684160183182dc623fc48ebc7288f628e /vcl
parent795aa222de705053a937571a38b53f78b08a5fa5 (diff)
i118923 - OS/2 port: Fix clipboard component passive registration using windows way.
Notes
ignore: OS/2
Diffstat (limited to 'vcl')
-rwxr-xr-xvcl/Library_vcl.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 4007d9ce1f1f..3cd0073bc357 100755
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -27,6 +27,8 @@ ifeq ($(OS),MACOSX)
$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.macosx))
else ifeq ($(OS),WNT)
$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.windows))
+else ifeq ($(OS),OS2)
+$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.windows))
else
$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.unx))
endif