diff options
Diffstat (limited to 'php/src')
-rw-r--r-- | php/src/IcePHP/Makefile.mak | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/php/src/IcePHP/Makefile.mak b/php/src/IcePHP/Makefile.mak index 977dbc0a866..4470f53a872 100644 --- a/php/src/IcePHP/Makefile.mak +++ b/php/src/IcePHP/Makefile.mak @@ -25,8 +25,22 @@ OBJS = .\Communicator.obj \ .\Types.obj \ .\Util.obj + +# +# Get Make.common.rules.mak to figure out CPP_COMPILER by setting it +# to "auto" +# +CPP_COMPILER=auto + !include $(top_srcdir)\config\Make.rules.mak.php +# +# Ensure we're using VC110 +# +!if "$(CPP_COMPILER)" != "VC110" +!error Invalid CPP_COMPILER setting: $(CPP_COMPILER). Must be set to VC110. +!endif + CPPFLAGS = -I. -I.. $(CPPFLAGS) $(ICE_CPPFLAGS) $(PHP_CPPFLAGS) !if "$(ARCH)" == "x86" |