makefile.mk (3f34f318) makefile.mk (f6b57163)
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

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

50 $(SLO)$/YUser.obj \
51 $(SLO)$/YUsers.obj \
52 $(SLO)$/Yservices.obj
53
54SHL1VERSIONMAP=$(SOLARENV)/src/component.map
55
56# --- Library -----------------------------------
57
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

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

50 $(SLO)$/YUser.obj \
51 $(SLO)$/YUsers.obj \
52 $(SLO)$/Yservices.obj
53
54SHL1VERSIONMAP=$(SOLARENV)/src/component.map
55
56# --- Library -----------------------------------
57
58.IF "$(GUI)" == "OS2"
59REALNAME:=$(MYSQL_TARGET)
60.ELSE
58REALNAME:=$(MYSQL_TARGET).uno
61REALNAME:=$(MYSQL_TARGET).uno
62.ENDIF
59SHL1TARGET=$(REALNAME)$(DLLPOSTFIX)
60SHL1OBJS=$(SLOFILES)
61SHL1STDLIBS=\
62 $(CPPULIB) \
63 $(CPPUHELPERLIB) \
64 $(SALLIB) \
65 $(DBTOOLSLIB) \
66 $(COMPHELPERLIB)

--- 23 unchanged lines hidden ---
63SHL1TARGET=$(REALNAME)$(DLLPOSTFIX)
64SHL1OBJS=$(SLOFILES)
65SHL1STDLIBS=\
66 $(CPPULIB) \
67 $(CPPUHELPERLIB) \
68 $(SALLIB) \
69 $(DBTOOLSLIB) \
70 $(COMPHELPERLIB)

--- 23 unchanged lines hidden ---