makefile.mk (5a7504da) makefile.mk (b720c592)
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

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

190.ENDIF
191SHL1USE_EXPORTS=name
192
193.IF "$(GUIBASE)"=="aqua"
194SHL1STDLIBS+= \
195 $(BASEBMPLIB) \
196 -lAppleRemote$(DLLPOSTFIX)
197
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

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

190.ENDIF
191SHL1USE_EXPORTS=name
192
193.IF "$(GUIBASE)"=="aqua"
194SHL1STDLIBS+= \
195 $(BASEBMPLIB) \
196 -lAppleRemote$(DLLPOSTFIX)
197
198# the QuickTime API has been removed in OSX SDK 10.7
199.IF "${MACOSX_DEPLOYMENT_TARGET:s/.//}"<"107"
200SHL1STDLIBS+= -framework QuickTime
201.ENDIF
202
203LIB1FILES+= \
204 $(SLB)$/sala11y.lib
205.ENDIF
206
207.IF "$(USE_BUILTIN_RASTERIZER)"!=""
208 LIB1FILES += $(SLB)$/glyphs.lib
209 SHL1STDLIBS+= $(FREETYPELIB)
210.ELSE

--- 265 unchanged lines hidden ---
198LIB1FILES+= \
199 $(SLB)$/sala11y.lib
200.ENDIF
201
202.IF "$(USE_BUILTIN_RASTERIZER)"!=""
203 LIB1FILES += $(SLB)$/glyphs.lib
204 SHL1STDLIBS+= $(FREETYPELIB)
205.ELSE

--- 265 unchanged lines hidden ---