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) ---

50SLOFILES=\
51 $(SLO)$/oservices.obj \
52 $(SLO)$/ORealDriver.obj \
53 $(SLO)$/OFunctions.obj
54
55# --- ODBC Library -----------------------------------
56
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) ---

50SLOFILES=\
51 $(SLO)$/oservices.obj \
52 $(SLO)$/ORealDriver.obj \
53 $(SLO)$/OFunctions.obj
54
55# --- ODBC Library -----------------------------------
56
57
58.IF "$(GUI)" == "OS2"
59REALNAME:=$(ODBC_TARGET)
60.ELSE
58REALNAME:=$(ODBC_TARGET).uno
61REALNAME:=$(ODBC_TARGET).uno
62.ENDIF
59SHL1TARGET=$(REALNAME)$(DLLPOSTFIX)
60SHL1OBJS=$(SLOFILES)
61SHL1STDLIBS=\
62 $(ODBCBASELIB) \
63 $(CPPUHELPERLIB) \
64 $(CPPULIB) \
65 $(SALLIB)
66

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

--- 18 unchanged lines hidden ---