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 --- 40 unchanged lines hidden (view full) --- 49 50SLOFILES=\ 51 $(SLO)$/oservices.obj \ 52 $(SLO)$/ORealDriver.obj \ 53 $(SLO)$/OFunctions.obj 54 55# --- ODBC Library ----------------------------------- 56 | 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 --- 40 unchanged lines hidden (view full) --- 49 50SLOFILES=\ 51 $(SLO)$/oservices.obj \ 52 $(SLO)$/ORealDriver.obj \ 53 $(SLO)$/OFunctions.obj 54 55# --- ODBC Library ----------------------------------- 56 |
57SHL1TARGET= $(ODBC_TARGET)$(DLLPOSTFIX) | 57 58REALNAME:=$(ODBC_TARGET).uno 59SHL1TARGET=$(REALNAME)$(DLLPOSTFIX) |
58SHL1OBJS=$(SLOFILES) 59SHL1STDLIBS=\ 60 $(ODBCBASELIB) \ 61 $(CPPUHELPERLIB) \ 62 $(CPPULIB) \ 63 $(SALLIB) 64 65SHL1IMPLIB= i$(ODBC_TARGET) --- 17 unchanged lines hidden --- | 60SHL1OBJS=$(SLOFILES) 61SHL1STDLIBS=\ 62 $(ODBCBASELIB) \ 63 $(CPPUHELPERLIB) \ 64 $(CPPULIB) \ 65 $(SALLIB) 66 67SHL1IMPLIB= i$(ODBC_TARGET) --- 17 unchanged lines hidden --- |