makefile.mk (54732852) | makefile.mk (f813b59a) |
---|---|
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 --- 56 unchanged lines hidden (view full) --- 65 $(SLB)$/$(TARGET).lib 66 67SHL1STDLIBS=\ 68 $(CPPUHELPERLIB) \ 69 $(ZLIB3RDLIB) \ 70 $(CPPULIB) \ 71 $(SALLIB) 72 | 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 --- 56 unchanged lines hidden (view full) --- 65 $(SLB)$/$(TARGET).lib 66 67SHL1STDLIBS=\ 68 $(CPPUHELPERLIB) \ 69 $(ZLIB3RDLIB) \ 70 $(CPPULIB) \ 71 $(SALLIB) 72 |
73CFLAGS+=-DBOOST_SYSTEM_NO_DEPRECATED 74 | |
75.IF "$(GUI)" == "UNX" 76 SHL1STDLIBS+=-lbasegfx_s 77.ELSE 78.IF "$(GUI)" == "WNT" 79.IF "$(COM)"=="GCC" 80 SHL1STDLIBS+=-lbasegfx_s 81.ELSE 82 SHL1LIBS+=$(SOLARLIBDIR)$/basegfx_s.lib --- 72 unchanged lines hidden --- | 73.IF "$(GUI)" == "UNX" 74 SHL1STDLIBS+=-lbasegfx_s 75.ELSE 76.IF "$(GUI)" == "WNT" 77.IF "$(COM)"=="GCC" 78 SHL1STDLIBS+=-lbasegfx_s 79.ELSE 80 SHL1LIBS+=$(SOLARLIBDIR)$/basegfx_s.lib --- 72 unchanged lines hidden --- |