makefile.mk (3a700b0a) makefile.mk (b0a7a3cf)
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

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

72SHL1IMPLIB=i$(SHL1TARGET)
73SHL1STDLIBS=\
74 $(VCLLIB) \
75 $(CPPULIB) \
76 $(SALLIB) \
77 $(CPPUHELPERLIB) \
78 $(TOOLSLIB) \
79 $(TKLIB) \
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

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

72SHL1IMPLIB=i$(SHL1TARGET)
73SHL1STDLIBS=\
74 $(VCLLIB) \
75 $(CPPULIB) \
76 $(SALLIB) \
77 $(CPPUHELPERLIB) \
78 $(TOOLSLIB) \
79 $(TKLIB) \
80 uwinapi.lib \
81 gdi32.lib \
82 winspool.lib \
83 ole32.lib \
84 shell32.lib \
85 advapi32.lib \
86 imm32.lib \
87 uuid.lib \
88 oleacc.lib \
89 $(VOSLIB) \
80 $(VOSLIB) \
81 $(UWINAPILIB) \
82 $(GDI32LIB) \
83 $(WINSPOOLLIB) \
84 $(OLE32LIB) \
85 $(SHELL32LIB) \
86 $(ADVAPI32LIB) \
87 $(IMM32LIB) \
88 $(UUIDLIB) \
89 oleacc.lib
90
91SHL1OBJS=$(SLOFILES)
92SHL1VERSIONOBJ=
93SHL1DESCRIPTIONOBJ=
94
95DEF1NAME=$(SHL1TARGET)
96DEF1EXPORTFILE=exports.dxp
97

--- 21 unchanged lines hidden ---
90
91SHL1OBJS=$(SLOFILES)
92SHL1VERSIONOBJ=
93SHL1DESCRIPTIONOBJ=
94
95DEF1NAME=$(SHL1TARGET)
96DEF1EXPORTFILE=exports.dxp
97

--- 21 unchanged lines hidden ---