Skip to content

Commit

Permalink
Merge branch 'PHP-5.6'
Browse files Browse the repository at this point in the history
* PHP-5.6:
  added headers install to phpize mode
  • Loading branch information
weltling committed Jul 14, 2014
2 parents 4bdb012 + 41009b4 commit 61b91ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions win32/build/Makefile.phpize
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ MT="$(MT)"
PHPSDK_DIR=$(PHP_DIR)
PHPLIB=$(PHPSDK_DIR)\lib\$(PHPLIB)
LDFLAGS=$(LDFLAGS) /libpath:"$(PHPSDK_DIR)\lib\;$(PHPSDK_DIR)"
BUILD_DIR_DEV=$(PHPSDK_DIR)

all: $(EXT_TARGETS) $(PECL_TARGETS)

Expand Down Expand Up @@ -33,3 +34,5 @@ _VC_MANIFEST_EMBED_EXE= if exist [email protected] $(MT) -nologo -manifest [email protected]
_VC_MANIFEST_EMBED_DLL= if exist [email protected] $(MT) -nologo -manifest [email protected] -outputresource:$@;2
!endif

install: build-headers

0 comments on commit 61b91ee

Please sign in to comment.