History log of /PHP-8.1/win32/build/Makefile (Results 126 – 150 of 152)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# d898a741 01-Aug-2004 Wez Furlong

More hoops for VC6


# f93193cc 01-Aug-2004 Wez Furlong

snap this rule in half for vc6


# 2a90ba36 01-Aug-2004 Wez Furlong

Juggle deps


# 2c9d87c2 31-Jul-2004 Wez Furlong

Fix bug #8314: sane syslog output to the WinNT event log.

Big fat note: if you're building from a .dsp, you need to replicate
the custom build step that uses MC to generate the message c

Fix bug #8314: sane syslog output to the WinNT event log.

Big fat note: if you're building from a .dsp, you need to replicate
the custom build step that uses MC to generate the message catalog

To make use of this fix, you need to register the event source; running "nmake
install" will handle this for you (if you also build the win32std extension
from pecl).

I'll arrange with Phil to have the installer handle this registration too.

show more ...


Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1
# 32956a25 25-May-2004 Wez Furlong

add "clean-pecl" rule for nuking pecl objects


Revision tags: RELEASE_0_1_1
# 8d9ced82 18-May-2004 Wez Furlong

Fix #27638: not cleaning up object files in win32 build


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3
# 6d131cef 12-Feb-2004 Wez Furlong

name the pecl bundle pecl-foo instead of php-foo-pecl.


Revision tags: php-5.0.0b4
# 2c3c75ae 12-Feb-2004 Wez Furlong

ensure that install exists before copying files.


# 08a1b6c4 12-Feb-2004 Wez Furlong

Tidy up "nmake clean" for people that don't have a PECL checkout.

Be paranoid when building a snapshot: if the module is not a core
module (eg: it comes from outside of ext or sapi) and

Tidy up "nmake clean" for people that don't have a PECL checkout.

Be paranoid when building a snapshot: if the module is not a core
module (eg: it comes from outside of ext or sapi) and it defaults to "yes",
then force it to become shared. This will prevent a pecl ext from
accidentally being compiled statically into the core, and prevent that
ext from breaking the core build. You can still manually force a static
build by explicitly specifying the args for that extension on your configure
line.

show more ...


Revision tags: php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# 4a7577e4 10-Jan-2004 Wez Furlong

include PECL targets in snap build...


# fc1d460a 09-Jan-2004 Wez Furlong

add a rule to clean pecl things; split up the command line into 3 to
try to avoid possible problems with line-length under VC6


# 2aa33945 09-Jan-2004 Wez Furlong

Separate pecl extensions and sapi into their own target, and have mkdist.php
create a separate pecl dir and zip when building a win32 snapshot.


# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?


# 77287553 07-Jan-2004 Wez Furlong

win32 build:
gd should build shared by default
don't use php.ini when running mkdist.php


# f5e4590f 07-Jan-2004 Wez Furlong

tweak snap build


# 03d426f6 23-Dec-2003 Wez Furlong

implement our own tiny little dependcy tracker and use
it to build distros.


# 835f6bea 23-Dec-2003 Frank M. Kromann

Adding install target that follows the prefix


# 113165bd 22-Dec-2003 Wez Furlong

Add --enable-snapshot-build configure option for win32 build.
Using it will attempt to switch on any configure options that
were left to their default value of "no".

Add a "snap" tar

Add --enable-snapshot-build configure option for win32 build.
Using it will attempt to switch on any configure options that
were left to their default value of "no".

Add a "snap" target to the makefile which will run a sub-process
to make each SAPI and EXT independently, so that the whole process
does not bail out if a particular extension is broken.

Add a way to specify dependencies between extensions in the
config.w32 files so that the makefile will include appropriate rules
and linkage.

show more ...


Revision tags: php-5.0.0b3, php-5.0.0b3RC2
# a3075773 19-Dec-2003 Wez Furlong

Refinements for new build system:
- Add major + minor version to .dll and .exe headers during linking
- Handle pecl build dir correctly when pecl is a sibling of php-src
- try and guess w

Refinements for new build system:
- Add major + minor version to .dll and .exe headers during linking
- Handle pecl build dir correctly when pecl is a sibling of php-src
- try and guess where your cygwin utils are installed (if you have them)
so that we can detect bison, flex etc.
- other little refinements

show more ...


Revision tags: php-5.0.0b3RC1
# 3be2b8d7 06-Dec-2003 Wez Furlong

Add dist target to makefile that will generate the file layout for
a win32 binary distro under build_dir/_dist_.
This isn't finalized yet, and you need Edin's distro template.


# a93d20b4 04-Dec-2003 Wez Furlong

Avoid killing files that we didn't generate when making clean.


# fb842592 04-Dec-2003 Wez Furlong

Search for pecl extensions under php-src/pecl as a convenience for
pecl developers.
Add automatic version info resource generation for SAPI and extension
modules, based on PHP version num

Search for pecl extensions under php-src/pecl as a convenience for
pecl developers.
Add automatic version info resource generation for SAPI and extension
modules, based on PHP version numbers and info found in the CREDITS file.
As a nice side effect, this lets us add a logo icon to .exe files.

show more ...


# 883815a9 03-Dec-2003 Wez Furlong

VC stores lib path in LIB not LIBS.
Add --with-extra-includes and --with-extra-libs to be able to specify
general additions to those paths from the environment.


# c2bd62fc 03-Dec-2003 Wez Furlong

add rule for parsedate


# 1653fbff 03-Dec-2003 Wez Furlong

fix typo


1234567