makefile.mk (7871dc3e) makefile.mk (0aabba3a)
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

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

68 $(HUNSPELLLIB)
69
70# build DLL
71SHL1LIBS= $(SLB)$/$(TARGET).lib $(SLB)$/libulingu.lib
72SHL1IMPLIB= i$(REALNAME)
73SHL1DEPN= $(SHL1LIBS)
74SHL1DEF= $(MISC)$/$(SHL1TARGET).def
75
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

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

68 $(HUNSPELLLIB)
69
70# build DLL
71SHL1LIBS= $(SLB)$/$(TARGET).lib $(SLB)$/libulingu.lib
72SHL1IMPLIB= i$(REALNAME)
73SHL1DEPN= $(SHL1LIBS)
74SHL1DEF= $(MISC)$/$(SHL1TARGET).def
75
76# Hunspell is a static library. Avoid the definition
77# LIBHUNSPELL_DLL_EXPORTED __declspec(dllimport)
78#
79CDEFS+=-DHUNSPELL_STATIC
80
76SHL1VERSIONMAP=$(SOLARENV)/src/component.map
77
78# build DEF file
79DEF1NAME =$(SHL1TARGET)
80DEF1EXPORTFILE= exports.dxp
81
82# --- Targets ------------------------------------------------------
83

--- 15 unchanged lines hidden ---
81SHL1VERSIONMAP=$(SOLARENV)/src/component.map
82
83# build DEF file
84DEF1NAME =$(SHL1TARGET)
85DEF1EXPORTFILE= exports.dxp
86
87# --- Targets ------------------------------------------------------
88

--- 15 unchanged lines hidden ---