makefile.mk (f44f5fe4) | makefile.mk (c4e06ec6) |
---|---|
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 --- 115 unchanged lines hidden (view full) --- 124#WINNT causes the use of Microsoft fibers (specific to Windows NT and Windows 2000). 125#OS_TARGET= WINNT 126OS_TARGET=WIN95 127.EXPORT : OS_TARGET 128 129# make use of stlport headerfiles 130EXT_USE_STLPORT=TRUE 131 | 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 --- 115 unchanged lines hidden (view full) --- 124#WINNT causes the use of Microsoft fibers (specific to Windows NT and Windows 2000). 125#OS_TARGET= WINNT 126OS_TARGET=WIN95 127.EXPORT : OS_TARGET 128 129# make use of stlport headerfiles 130EXT_USE_STLPORT=TRUE 131 |
132#To build nss one has to call "make nss_build_all" in 133#nss | 132# To build nss one has to call "make nss_build_all" in nss |
134NSS_BUILD_DIR= $(subst,\,/ $(PWD)/$(MISC)/build/$(TARFILE_ROOTDIR)/nss) | 133NSS_BUILD_DIR= $(subst,\,/ $(PWD)/$(MISC)/build/$(TARFILE_ROOTDIR)/nss) |
135BUILD_ACTION= PATH="$(PATH):$(moz_build)/msys/bin:$(moz_build)/moztools/bin" && $(subst,/,$/ $(MOZILLABUILD)/msys/bin/bash) -i \ | 134BUILD_ACTION= PATH="$(PATH):$(moz_build)/msys/bin:$(moz_build)/bin:$(moz_build)/msys/local/bin:$(moz_build)/moztools/bin" && $(subst,/,$/ $(MOZILLABUILD)/msys/bin/bash) -i \ |
136 -c "cd $(NSS_BUILD_DIR) && make nss_build_all NSS_DISABLE_GTESTS=1" 137 138OUT2LIB= \ 139 dist$/out$/lib$/nspr4.lib \ 140 dist$/out$/lib$/nss3.lib \ 141 dist$/out$/lib$/nssdbm3.lib \ 142 dist$/out$/lib$/nssutil3.lib \ 143 dist$/out$/lib$/plc4.lib \ --- 21 unchanged lines hidden --- | 135 -c "cd $(NSS_BUILD_DIR) && make nss_build_all NSS_DISABLE_GTESTS=1" 136 137OUT2LIB= \ 138 dist$/out$/lib$/nspr4.lib \ 139 dist$/out$/lib$/nss3.lib \ 140 dist$/out$/lib$/nssdbm3.lib \ 141 dist$/out$/lib$/nssutil3.lib \ 142 dist$/out$/lib$/plc4.lib \ --- 21 unchanged lines hidden --- |