makefile.mk (7871dc3e) makefile.mk (ae77b8ca)
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

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

32
33.INCLUDE : settings.mk
34
35# --- Files --------------------------------------------------------
36
37DLLPRE=
38
39SLOFILES= \
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

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

32
33.INCLUDE : settings.mk
34
35# --- Files --------------------------------------------------------
36
37DLLPRE=
38
39SLOFILES= \
40 $(SLO)$/cmdmailsuppl.obj \
40 $(SLO)$/syscmdmail.obj \
41 $(SLO)$/cmdmailmsg.obj \
42 $(SLO)$/cmdmailentry.obj
43SHL1OBJS=$(SLOFILES)
44
45SHL1TARGET=$(TARGET).uno
46SHL1IMPLIB=i$(TARGET)
47
48SHL1STDLIBS=$(CPPULIB)\

--- 19 unchanged lines hidden ---
41 $(SLO)$/cmdmailmsg.obj \
42 $(SLO)$/cmdmailentry.obj
43SHL1OBJS=$(SLOFILES)
44
45SHL1TARGET=$(TARGET).uno
46SHL1IMPLIB=i$(TARGET)
47
48SHL1STDLIBS=$(CPPULIB)\

--- 19 unchanged lines hidden ---