| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
The CMAKE_INSTALL_*DIR variables can be absolute. In that case they
should not be appended to the prefix.
|
|
The exec_prefix is meant for machine-specific files whereas headers
are machine-independent.
|
|
This makes it easier to relocate the package since only one
variable needs to be overridden.
|
|
|
|
|
|
For pre-C99 Microsoft Visual Studio up through 2012.
|
|
|
|
Those were not quite enough if the workaround was enabled.
|
|
The bug would pass off an invalid deflate stream as good, and copy
uninitialized memory contents to the output.
|
|
|
|
So that ints.h is part of the installation.
|
|
|
|
|
|
|
|
|
|
|
|
For now.
|
|
It previously relied on a GNU make implicit rule.
|
|
|
|
In preparation for using this in lieu of rand() for crypt.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
zlib1.dll is the legacy zlib + minizip DLL.
|
|
Replaced with zlib1-dll.
|
|
|
|
|
|
|
|
|
|
To be consistent with --enable-shared alternative to --shared
option.
|
|
|
|
|
|
|