makefile.mk (7871dc3e) | makefile.mk (3f34f318) |
---|---|
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 |
58SHL1TARGET= $(MYSQL_TARGET)$(DLLPOSTFIX) | 58REALNAME:=$(MYSQL_TARGET).uno 59SHL1TARGET=$(REALNAME)$(DLLPOSTFIX) |
59SHL1OBJS=$(SLOFILES) 60SHL1STDLIBS=\ 61 $(CPPULIB) \ 62 $(CPPUHELPERLIB) \ 63 $(SALLIB) \ 64 $(DBTOOLSLIB) \ 65 $(COMPHELPERLIB) 66 --- 22 unchanged lines hidden --- | 60SHL1OBJS=$(SLOFILES) 61SHL1STDLIBS=\ 62 $(CPPULIB) \ 63 $(CPPUHELPERLIB) \ 64 $(SALLIB) \ 65 $(DBTOOLSLIB) \ 66 $(COMPHELPERLIB) 67 --- 22 unchanged lines hidden --- |