makefile.mk (0aabba3a) makefile.mk (5b11f0d3)
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

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

46
47EXCEPTIONSFILES= \
48 $(SLO)$/sspellimp.obj
49
50SLOFILES= \
51 $(SLO)$/sreg.obj\
52 $(SLO)$/sspellimp.obj
53
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

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

46
47EXCEPTIONSFILES= \
48 $(SLO)$/sspellimp.obj
49
50SLOFILES= \
51 $(SLO)$/sreg.obj\
52 $(SLO)$/sspellimp.obj
53
54.IF "$(GUI)" == "OS2"
55REALNAME:=$(TARGET)
56.ELSE
54REALNAME:=$(TARGET).uno
57REALNAME:=$(TARGET).uno
58.ENDIF
55SHL1TARGET= $(REALNAME)$(DLLPOSTFIX)
56
57SHL1STDLIBS= \
58 $(CPPULIB) \
59 $(CPPUHELPERLIB) \
60 $(I18NISOLANGLIB) \
61 $(TOOLSLIB) \
62 $(UNOTOOLSLIB) \

--- 41 unchanged lines hidden ---
59SHL1TARGET= $(REALNAME)$(DLLPOSTFIX)
60
61SHL1STDLIBS= \
62 $(CPPULIB) \
63 $(CPPUHELPERLIB) \
64 $(I18NISOLANGLIB) \
65 $(TOOLSLIB) \
66 $(UNOTOOLSLIB) \

--- 41 unchanged lines hidden ---