makefile.mk (7871dc3e) | makefile.mk (b597708b) |
---|---|
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) --- 65DEPOBJFILES=$(OBJ)$/unoexe.obj 66 67APP1TARGET=$(TARGET) 68APP1OBJS=$(DEPOBJFILES) 69APP1RPATH=UREBIN 70 71# Include all relevant (see ure/source/README) dynamic libraries, so that C++ 72# UNO components running in the uno executable have a defined environment | 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) --- 65DEPOBJFILES=$(OBJ)$/unoexe.obj 66 67APP1TARGET=$(TARGET) 68APP1OBJS=$(DEPOBJFILES) 69APP1RPATH=UREBIN 70 71# Include all relevant (see ure/source/README) dynamic libraries, so that C++ 72# UNO components running in the uno executable have a defined environment |
73# (stlport, unxlngi6 libstdc++.so.6, and wntmsci10 uwinapi.dll are already | 73# (unxlngi6 libstdc++.so.6, and wntmsci10 uwinapi.dll are already |
74# included via APP1STDLIB, unxlngi6 libgcc_s.so.1 and wntmsci10 msvcr71.dll and 75# msvcp71.dll are magic---TODO): 76APP1STDLIBS= \ 77 $(SALLIB) \ 78 $(SALHELPERLIB) \ 79 $(CPPULIB) \ 80 $(CPPUHELPERLIB)\ 81 $(LIBXML2LIB) 82 83.INCLUDE : target.mk 84 | 74# included via APP1STDLIB, unxlngi6 libgcc_s.so.1 and wntmsci10 msvcr71.dll and 75# msvcp71.dll are magic---TODO): 76APP1STDLIBS= \ 77 $(SALLIB) \ 78 $(SALHELPERLIB) \ 79 $(CPPULIB) \ 80 $(CPPUHELPERLIB)\ 81 $(LIBXML2LIB) 82 83.INCLUDE : target.mk 84 |