зеркало из https://github.com/mozilla/pjs.git
4a01273230
Description: Windows SDK package needed Fix Description: 1) Update the packaging Makefile (package.mk) for Windows and SASL. 2) Add support for manifests in VC 8.0. There is a new command line tool called mt.exe that is used to generate manifest files and to compile them into the executables. This allows ldapsearch.exe to be able to find the right msvcr80.dll at runtime. This was copied from NSS at Nelson's suggestion. 3) Added support for being able to do a configure and make in a different directory. I find it very useful to be able to create a "build" directory and run configure like this: cd ~/build /path/to/mozilla/directory/c-sdk/configure ... args ... make Then I can just completely blow away the build directory if I need to. I know this is what make clean/make clobber are supposed to do, but keeping the binary and source directories separate like this also facilitates creating source tarballs from the working directory for use in building rpms/packages. There were a few changes required to cygwin_wrapper and the makefiles to support building in this manner. |
||
---|---|---|
.. | ||
build | ||
clients/tools | ||
docs | ||
examples | ||
include | ||
libraries | ||
.cvsignore | ||
Makefile.client | ||
Makefile.in |