~legolas/ubuntu/natty/php5/5.3.5

« back to all changes in this revision

Viewing changes to win32/build/Makefile

  • Committer: Stas Verberkt
  • Date: 2011-02-01 09:27:15 UTC
  • Revision ID: legolas@legolasweb.nl-20110201092715-yq052iu2yl4i2eyg
Inserted PHP 5.3.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#  | Author: Wez Furlong <wez@thebrainroom.com>                           |
15
15
#  +----------------------------------------------------------------------+
16
16
#
17
 
# $Id: Makefile 289763 2009-10-19 19:02:12Z pajoye $
 
17
# $Id: Makefile 302247 2010-08-15 03:38:08Z pajoye $
18
18
# This is the makefile template for the win32 build
19
19
 
20
 
CC="$(CL)"
 
20
CC="$(PHP_CL)"
21
21
LD="$(LINK)"
22
22
MC="$(MC)"
23
23
MT="$(MT)"
146
146
snap: build-snap build-dist
147
147
 
148
148
$(BUILD_DIR)\deplister.exe:     win32\build\deplister.c
149
 
        $(CL) /Fo$(BUILD_DIR)\ /Fd$(BUILD_DIR)\ /Fp$(BUILD_DIR)\ /FR$(BUILD_DIR) /Fe$(BUILD_DIR)\deplister.exe win32\build\deplister.c imagehlp.lib
 
149
        $(PHP_CL) /Fo$(BUILD_DIR)\ /Fd$(BUILD_DIR)\ /Fp$(BUILD_DIR)\ /FR$(BUILD_DIR) /Fe$(BUILD_DIR)\deplister.exe win32\build\deplister.c imagehlp.lib
150
150
 
151
151
msi-installer: dist
152
152
        $(BUILD_DIR)\php.exe ..\php-installer\build-installer.php "$(BUILD_DIR)" "$(PHPDLL)" "$(SAPI_TARGETS)" "$(EXT_TARGETS)" "$(PECL_TARGETS)"