Module_dtrans.mk (e8183b3f) Module_dtrans.mk (cc13e73e)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 25 unchanged lines hidden (view full) ---

34 Library_dnd \
35 Library_ftransl \
36 Library_sysdtrans_win \
37))
38endif
39
40ifeq ($(OS),OS2)
41$(eval $(call gb_Module_add_targets,dtrans,\
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 25 unchanged lines hidden (view full) ---

34 Library_dnd \
35 Library_ftransl \
36 Library_sysdtrans_win \
37))
38endif
39
40ifeq ($(OS),OS2)
41$(eval $(call gb_Module_add_targets,dtrans,\
42 Library_dnd_os2 \
42 Library_sysdtrans_os2 \
43))
44endif
45
46# vim: set noet sw=4 ts=4:
43 Library_sysdtrans_os2 \
44))
45endif
46
47# vim: set noet sw=4 ts=4: